Fix unsupported modules.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 17 Apr 2009 09:52:39 +0000 (09:52 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 17 Apr 2009 09:52:39 +0000 (09:52 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2531 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/adc.h
bertos/drv/i2c.h
bertos/drv/ser.h
bertos/drv/timer.h

index f66be8cb264adead2825c9fe30bac0c131bdbcad..d30f72ca7874ce5fa16e8f1b5f5c44b6ee95c9d6 100644 (file)
@@ -39,7 +39,7 @@
  *
  * $WIZ$ module_name = "adc"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_adc.h"
- * $WIZ$ module_supports = "not atmega103"
+ * $WIZ$ module_supports = "not atmega103 and not atmega168 and not atmega8"
  */
 
 
index 4d0be944c02a4816ba41d76b8351e0166519e05a..c09871fa62a594370f484c5194a67bdbcccf3e04 100644 (file)
@@ -38,7 +38,7 @@
  * $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"
+ * $WIZ$ module_supports = "not atmega103 and not atmega168"
  */
 
 #ifndef DRV_I2C_H
index d747ece70dbe7bd2c65c3004fc37200bda3f9fdb..0c61df4e52a28c8b4c368087c946022caf6c94ee 100644 (file)
@@ -40,7 +40,8 @@
  * $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"
+ * $WIZ$ module_supports =  "not atmega103 and not atmega168 "
+ * $WIZ$ module_supports += "and not atmega32 and not atmega8"
  */
 
 #ifndef DRV_SER_H
index 0063ff4d606880ed69ccd3f2d124c1a30ba25c43..1e2b9e69c2a5d7b94a4aa6a5819029937a0409f8 100644 (file)
@@ -37,7 +37,7 @@
  *
  * $WIZ$ module_name = "timer"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_timer.h"
- * $WIZ$ module_supports = "not atmega103"
+ * $WIZ$ module_supports = "not atmega103 and not atmega8"
  */
 
 #ifndef DRV_TIMER_H