From d91b921e9f1a3530d88d9570bae66fceece3d9a6 Mon Sep 17 00:00:00 2001 From: asterix Date: Wed, 3 Mar 2010 15:23:45 +0000 Subject: [PATCH] Add configuration files for at91sam7 flash driver. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3182 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_boot.h | 46 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 bertos/cfg/cfg_boot.h 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 */ -- 2.25.1