Reposition the generic flash driver in the doxygen tree

This commit is contained in:
George Oikonomou 2018-05-26 02:04:22 +01:00
parent 83c79e82b5
commit 9aa08fd302
2 changed files with 14 additions and 5 deletions

View File

@ -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"

View File

@ -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_