From 6782cd93ae622b7e2a603ce069ceb84c5eb448b9 Mon Sep 17 00:00:00 2001 From: asterix Date: Wed, 11 Aug 2010 14:44:28 +0000 Subject: [PATCH] Remove old cfg files, move all int cfg_emb_flash. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4169 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/cfg_flash_at91.h | 46 -------------------------------- bertos/cfg/cfg_flash_avr.h | 52 ------------------------------------- 2 files changed, 98 deletions(-) delete mode 100644 bertos/cfg/cfg_flash_at91.h delete mode 100644 bertos/cfg/cfg_flash_avr.h diff --git a/bertos/cfg/cfg_flash_at91.h b/bertos/cfg/cfg_flash_at91.h deleted file mode 100644 index ef8e990e..00000000 --- a/bertos/cfg/cfg_flash_at91.h +++ /dev/null @@ -1,46 +0,0 @@ -/** - * \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 */ diff --git a/bertos/cfg/cfg_flash_avr.h b/bertos/cfg/cfg_flash_avr.h deleted file mode 100644 index f5f81dcf..00000000 --- a/bertos/cfg/cfg_flash_avr.h +++ /dev/null @@ -1,52 +0,0 @@ -/** - * \file - * - * - * \author Manuele Fanelli - * - * \brief Configuration file for flash_avr module. - */ - -#ifndef CFG_FLASH_AVR_H -#define CFG_FLASH_AVR_H - -/** - * Bootloader section size. - * \note Remember to update this define when changing bootloader size fuses. - */ -#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 */ -- 2.25.1