From: asterix Date: Wed, 3 Mar 2010 15:23:45 +0000 (+0000) Subject: Add configuration files for at91sam7 flash driver. X-Git-Tag: 2.4.0~52 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=d91b921e9f1a3530d88d9570bae66fceece3d9a6;p=bertos.git Add configuration files for at91sam7 flash driver. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3182 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_boot.h b/bertos/cfg/cfg_boot.h new file mode 100644 index 00000000..96319e1a --- /dev/null +++ b/bertos/cfg/cfg_boot.h @@ -0,0 +1,46 @@ +/** + * \file + * + * + * \author Daniele Basile + * + * \brief Configuration file for bootloader module. + */ + +#ifndef CFG_BOOT_H +#define CFG_BOOT_H + +/// Bootloader log level +#define CONFIG_BOOT_LOG_LEVEL LOG_LVL_INFO + +/// Bootoloader log format +#define CONFIG_BOOT_LOG_FORMAT LOG_FMT_TERSE + +#endif /* CFG_FLASH_AT91_H */