X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_flash_avr.h;h=a49b2f8b7e17d258d75104a96e4ead3307f4ce39;hb=3ddb5bbec1b0c60a21dbd1311a285e79ba546ccc;hp=5821e07f883e469feee92a6de97b11e71db95841;hpb=d22dfaec1fff3dfb5d216b0317f6e2845313f688;p=bertos.git diff --git a/bertos/cfg/cfg_flash_avr.h b/bertos/cfg/cfg_flash_avr.h index 5821e07f..a49b2f8b 100644 --- a/bertos/cfg/cfg_flash_avr.h +++ b/bertos/cfg/cfg_flash_avr.h @@ -27,14 +27,12 @@ * the GNU General Public License. * * Copyright 2008 Develer S.r.l. (http://www.develer.com/) - * All Rights Reserved. * --> * - * \brief Configuration file for flash_avr module. - * * \version $Id$ - * * \author Manuele Fanelli + * + * \brief Configuration file for flash_avr module. */ #ifndef CFG_FLASH_AVR_H @@ -44,6 +42,12 @@ * Bootloader section size. * \note Remember to update this define when changing bootloader size fuses. */ -#define CONFIG_FLASH_AVR_BOOTSIZE 8192 +#define CONFIG_FLASH_AVR_BOOTSIZE 8192 + +/// Bootloader log level +#define CONFIG_FLASH_AVR_LOG_LEVEL LOG_LVL_ERR + +/// Bootoloader log format +#define CONFIG_FLASH_AVR_LOG_FORMAT LOG_FMT_TERSE #endif /* CFG_BOOT_H */