Fix support status for ATmega103.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 16 Apr 2009 18:27:58 +0000 (18:27 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 16 Apr 2009 18:27:58 +0000 (18:27 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2527 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/debug.h
bertos/drv/adc.h
bertos/drv/i2c.h
bertos/drv/ser.h
bertos/drv/timer.h
bertos/kern/proc.h

index 2850bbb2355c3211283becc78692c56503c0c504..2fefc1b1468c68ed509503ec52c67abfc428c4c2 100644 (file)
@@ -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
index 581bc4c2a3dadca87269bdde96d5babaec8b37ee..f66be8cb264adead2825c9fe30bac0c131bdbcad 100644 (file)
@@ -39,6 +39,7 @@
  *
  * $WIZ$ module_name = "adc"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_adc.h"
+ * $WIZ$ module_supports = "not atmega103"
  */
 
 
index a5673b70c3193f82679f21844c599c5319eb2744..4d0be944c02a4816ba41d76b8351e0166519e05a 100644 (file)
@@ -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
 
index e7d531ad817ab7a043b73293e1894c55aa38e2de..d747ece70dbe7bd2c65c3004fc37200bda3f9fdb 100644 (file)
@@ -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
index 3b4ccc9e209f0b0414aeaa49addebf0869517767..0063ff4d606880ed69ccd3f2d124c1a30ba25c43 100644 (file)
@@ -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
index 7ac632ec1fb7fd3702d1dd4e8f20babfde3160f5..50fc9ee9b961a00d91cb866af78c239d5de0436e 100644 (file)
@@ -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