X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fflash25.h;fp=bertos%2Fdrv%2Fflash25.h;h=e3fd3e9dfc6c049f9d22d254a3bad9d4e8f3f857;hb=f44390327c7adef19c91192d1cab83b682c5ae3b;hp=27c6411fca2872d194bc89d67aabd4b4f8a91581;hpb=7f71ceee79dea7b155679ec439ab6646f2e6bfa6;p=bertos.git diff --git a/bertos/drv/flash25.h b/bertos/drv/flash25.h index 27c6411f..e3fd3e9d 100644 --- a/bertos/drv/flash25.h +++ b/bertos/drv/flash25.h @@ -35,14 +35,20 @@ * * \version $Id$ * \author Daniele Basile + * + * $wizard_module = { + * "name" : "flash25", + * "depends" : ["kfile"], + * "configuration" : "bertos/cfg/cfg_flash25.h" + * } */ #ifndef DRV_FLASH25_H #define DRV_FLASH25_H -#include #include "cfg/cfg_flash25.h" +#include #include @@ -83,7 +89,10 @@ INLINE Flash25 * FLASH25_CAST(KFile *fd) * \note Below are defined valid serial flash memory support to * this drive. Every time we call flash25_init() function we check * if memory defined are right (see flash25.c form more detail). - * \{ + * + * $WIZARD_LIST = { + * "flash25_list" : ["FLASH25_AT25F2048"] + * } */ #define FLASH25_AT25F2048 1 @@ -100,7 +109,6 @@ INLINE Flash25 * FLASH25_CAST(KFile *fd) #endif #define RDY_BIT 0x1 // Statuts of write cycle -/* \} */ /** * Serial flash opcode commands.