X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_emb_flash.h;h=82d96e5282761a78752a614a9e8103dbf27e64d9;hb=94f23fc17d4a4a56e66d76e76f23ca35c176f3a6;hp=48257ce8206556530bfe49cd341f8f4c9c63f8e3;hpb=ec3166808afafa4cdae2f542253cd0a530e6ee79;p=bertos.git diff --git a/bertos/cfg/cfg_emb_flash.h b/bertos/cfg/cfg_emb_flash.h index 48257ce8..82d96e52 100644 --- a/bertos/cfg/cfg_emb_flash.h +++ b/bertos/cfg/cfg_emb_flash.h @@ -53,6 +53,21 @@ */ #define CONFIG_FLASH_EMB_LOG_FORMAT LOG_FMT_TERSE + +/** + * Write emb flash timeout. + * For how many milliseconds the cpu wait + * to complete write operation. + * + * $WIZ$ type = "int" + */ #define CONFIG_FLASH_WR_TIMEOUT 100 +/** + * Check this to disable embedded flash deprecated API support. + * + * $WIZ$ type = "boolean" + */ +#define CONFIG_FLASH_DISABLE_OLD_API 0 + #endif /* CFG_FLASH_AT91_H */