Fix comment and add wizard info.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 6 Feb 2009 16:26:50 +0000 (16:26 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 6 Feb 2009 16:26:50 +0000 (16:26 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2307 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_flash25.h
bertos/drv/flash25.h

index 361277a1e4264c48cb93e40c8a20446798fa5873..95a74e9fad637cdffe4bce119132763a775b013f 100644 (file)
 #ifndef CFG_FLASH25_H
 #define CFG_FLASH25_H
 
+/**
+ *
+ * $WIZARD = {
+ * "type" : "enum",
+ * "value_list" : "flash25_list"
+ * }
+ */
 /// Eeprom memory type.
 #define CONFIG_FLASH25 FLASH25_AT25F2048
 
index 27c6411fca2872d194bc89d67aabd4b4f8a91581..e3fd3e9dfc6c049f9d22d254a3bad9d4e8f3f857 100644 (file)
  *
  * \version $Id$
  * \author Daniele Basile <asterix@develer.com>
+ *
+ * $wizard_module = {
+ * "name" : "flash25",
+ * "depends" : ["kfile"],
+ * "configuration" : "bertos/cfg/cfg_flash25.h"
+ * }
  */
 
 
 #ifndef DRV_FLASH25_H
 #define DRV_FLASH25_H
 
-#include <cfg/compiler.h>
 #include "cfg/cfg_flash25.h"
+#include <cfg/compiler.h>
 
 #include <kern/kfile.h>
 
@@ -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.