From 85760a6e32e79740c1af4ca58710478bebb48cf6 Mon Sep 17 00:00:00 2001 From: batt Date: Thu, 16 Apr 2009 18:27:58 +0000 Subject: [PATCH] Fix support status for ATmega103. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2527 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/cfg/debug.h | 1 + bertos/drv/adc.h | 1 + bertos/drv/i2c.h | 3 ++- bertos/drv/ser.h | 1 + bertos/drv/timer.h | 1 + bertos/kern/proc.h | 1 + 6 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bertos/cfg/debug.h b/bertos/cfg/debug.h index 2850bbb2..2fefc1b1 100644 --- a/bertos/cfg/debug.h +++ b/bertos/cfg/debug.h @@ -43,6 +43,7 @@ * $WIZ$ module_configuration = "bertos/cfg/cfg_debug.h" * $WIZ$ DEBUG = 1 * $WIZ$ module_depends = "formatwr" + * $WIZ$ module_supports = "not atmega103" */ #ifndef BERTOS_DEBUG_H diff --git a/bertos/drv/adc.h b/bertos/drv/adc.h index 581bc4c2..f66be8cb 100644 --- a/bertos/drv/adc.h +++ b/bertos/drv/adc.h @@ -39,6 +39,7 @@ * * $WIZ$ module_name = "adc" * $WIZ$ module_configuration = "bertos/cfg/cfg_adc.h" + * $WIZ$ module_supports = "not atmega103" */ diff --git a/bertos/drv/i2c.h b/bertos/drv/i2c.h index a5673b70..4d0be944 100644 --- a/bertos/drv/i2c.h +++ b/bertos/drv/i2c.h @@ -38,8 +38,9 @@ * $WIZ$ module_name = "i2c" * $WIZ$ module_configuration = "bertos/cfg/cfg_i2c.h" * $WIZ$ module_hw = "bertos/hw/hw_i2c_bitbang.h" + * $WIZ$ module_supports = "not atmega103" */ - + #ifndef DRV_I2C_H #define DRV_I2C_H diff --git a/bertos/drv/ser.h b/bertos/drv/ser.h index e7d531ad..d747ece7 100644 --- a/bertos/drv/ser.h +++ b/bertos/drv/ser.h @@ -40,6 +40,7 @@ * $WIZ$ module_depends = "kfile", "timer" * $WIZ$ module_configuration = "bertos/cfg/cfg_ser.h" * $WIZ$ module_hw = "bertos/hw/hw_ser.h" + * $WIZ$ module_supports = "not atmega103" */ #ifndef DRV_SER_H diff --git a/bertos/drv/timer.h b/bertos/drv/timer.h index 3b4ccc9e..0063ff4d 100644 --- a/bertos/drv/timer.h +++ b/bertos/drv/timer.h @@ -37,6 +37,7 @@ * * $WIZ$ module_name = "timer" * $WIZ$ module_configuration = "bertos/cfg/cfg_timer.h" + * $WIZ$ module_supports = "not atmega103" */ #ifndef DRV_TIMER_H diff --git a/bertos/kern/proc.h b/bertos/kern/proc.h index 7ac632ec..50fc9ee9 100644 --- a/bertos/kern/proc.h +++ b/bertos/kern/proc.h @@ -38,6 +38,7 @@ * $WIZ$ module_name = "kernel" * $WIZ$ module_configuration = "bertos/cfg/cfg_proc.h" * $WIZ$ module_depends = "switch_ctx" + * $WIZ$ module_supports = "not atmega103" */ #ifndef KERN_PROC_H -- 2.25.1