*
* $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"
*/
* $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
* $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
*
* $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