Reposition the generic flash driver in the doxygen tree
This commit is contained in:
parent
83c79e82b5
commit
9aa08fd302
@ -29,11 +29,11 @@
|
||||
*/
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/**
|
||||
* \addtogroup sensortag-cc26xx-ext-flash
|
||||
* \addtogroup ext-flash
|
||||
* @{
|
||||
*
|
||||
* \file
|
||||
* Sensortag/LaunchPad External Flash Driver
|
||||
* Implementation of a generic external SPI flash driver
|
||||
*/
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#include "contiki.h"
|
||||
|
@ -29,14 +29,23 @@
|
||||
*/
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/**
|
||||
* \addtogroup common-cc26xx-peripherals
|
||||
* \addtogroup dev
|
||||
* @{
|
||||
*
|
||||
* \defgroup sensortag-cc26xx-ext-flash SensorTag/LaunchPad External Flash
|
||||
* \defgroup ext-flash Generic external SPI flash driver
|
||||
*
|
||||
* This is a generic driver for external SPI flash memories. The driver has
|
||||
* been tested and works with multiple external SPI flash parts. The list of
|
||||
* parts the driver has been tested against is shown in the README in this
|
||||
* directory.
|
||||
*
|
||||
* If you successfully use this driver with a part that is not listed in the
|
||||
* README, please let us know so we can update it.
|
||||
*
|
||||
* @{
|
||||
*
|
||||
* \file
|
||||
* Header file for the Sensortag/LaunchPad External Flash Driver
|
||||
* Header file for the external SPI flash API
|
||||
*/
|
||||
/*---------------------------------------------------------------------------*/
|
||||
#ifndef EXT_FLASH_H_
|
||||
|
Loading…
Reference in New Issue
Block a user