* $WIZ$ module_configuration = "bertos/cfg/cfg_debug.h"
* $WIZ$ DEBUG = 1
* $WIZ$ module_depends = "formatwr"
+ * $WIZ$ module_supports = "not atmega103"
*/
#ifndef BERTOS_DEBUG_H
*
* $WIZ$ module_name = "adc"
* $WIZ$ module_configuration = "bertos/cfg/cfg_adc.h"
+ * $WIZ$ module_supports = "not atmega103"
*/
* $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
* $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
*
* $WIZ$ module_name = "timer"
* $WIZ$ module_configuration = "bertos/cfg/cfg_timer.h"
+ * $WIZ$ module_supports = "not atmega103"
*/
#ifndef DRV_TIMER_H
* $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