From 36df6f5072b3e20cc97cbefba90697a19349faae Mon Sep 17 00:00:00 2001 From: asterix Date: Wed, 3 Mar 2010 15:30:39 +0000 Subject: [PATCH] Add configuration files for at91sam7 flash driver. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3183 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_flash_at91.h | 46 +++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 bertos/cfg/cfg_flash_at91.h diff --git a/bertos/cfg/cfg_flash_at91.h b/bertos/cfg/cfg_flash_at91.h new file mode 100644 index 00000000..ef8e990e --- /dev/null +++ b/bertos/cfg/cfg_flash_at91.h @@ -0,0 +1,46 @@ +/** + * \file + * + * + * \author Daniele Basile + * + * \brief Configuration file for flash_at91 module. + */ + +#ifndef CFG_FLASH_AT91_H +#define CFG_FLASH_AT91_H + +/// Bootloader log level +#define CONFIG_FLASH_AT91_LOG_LEVEL LOG_LVL_ERR + +/// Bootoloader log format +#define CONFIG_FLASH_AT91_LOG_FORMAT LOG_FMT_TERSE + +#endif /* CFG_FLASH_AT91_H */ -- 2.25.1