Change module definition in order to contain hw dependency
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 16 Apr 2009 11:06:35 +0000 (11:06 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 16 Apr 2009 11:06:35 +0000 (11:06 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2516 38d2e660-2303-0410-9eaa-f027e97ec537

13 files changed:
bertos/drv/buzzer.h
bertos/drv/dataflash.h
bertos/drv/dc_motor.h
bertos/drv/ft245rl.h
bertos/drv/i2c.h
bertos/drv/ntc.h
bertos/drv/phase.h
bertos/drv/pwm.h
bertos/drv/ser.h
bertos/drv/sipo.h
bertos/drv/spi_bitbang.h
bertos/drv/stepper.h
bertos/drv/thermo.h

index cd9aa8625bf984e11f2da9f09b7831c07be36006..a62b61e4ad51249b819b8dbb16b2d369446b46f2 100644 (file)
  *
  * \brief Buzzer driver.
  *
- * $WIZARD = {
- * "name" : "buzzer"
- * "depends" : [],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "buzzer"
+ * $WIZ$ module_hw = "bertos/hw/hw_buzzer.h"
  */
 
 #ifndef DRV_BUZZER_H
index e8ecd4e940eacdf40037acc50463e2c5a45b87a0..4b4e994ddd862f6f8db990a24e559026eb6de810 100644 (file)
@@ -39,7 +39,7 @@
  * $WIZ$ module_name = "dataflash"
  * $WIZ$ module_depends = "kfile"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_dataflash.h"
- * }
+ * $WIZ$ module_hw = "bertos/hw/hw_dataflash.h", "bertos/hw/hw_dataflash.c"
  */
 
 
index ebd91e280b17b8dbc778e19903b1eec3f5a9d220..3f4b15dd0ae20f49ec067fcd400ccf3d48480f44 100644 (file)
@@ -39,6 +39,7 @@
  * $WIZ$ module_name = "dc_motor"
  * $WIZ$ module_depends = "pwm", "pid_control", "adc", "timer"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_dc_motor.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_dc_motor.h"
  */
 
 #ifndef DRV_DC_MOTOR_H
index ced7ee19fad9fa5bf4d338676f6204bdc375e37d..258b0a4b76f82a85a7cb5eb5dd71d1adc2299d88 100644 (file)
@@ -38,6 +38,7 @@
  *
  * $WIZ$ module_name = "ft245rl"
  * $WIZ$ module_depends = "kfile", "timer"
+ * $WIZ$ module_hw = "bertos/hw/hw_ft245rl.h"
  */
 
 
index 9327ff8d5d75c37fd5ef01e86797a9d9739cb256..a5673b70c3193f82679f21844c599c5319eb2744 100644 (file)
@@ -36,7 +36,8 @@
  * \author Francesco Sacchi <batt@develer.com>
  *
  * $WIZ$ module_name = "i2c"
- * "configuration" : "bertos/cfg/cfg_i2c.h"
+ * $WIZ$ module_configuration = "bertos/cfg/cfg_i2c.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_i2c_bitbang.h"
  */
  
 #ifndef DRV_I2C_H
index 3a160ea72d9130b09b3a0054fc14e44298243928..04ab4d2020a22b69de89973e065152ac51888154 100644 (file)
@@ -39,6 +39,7 @@
  *
  * $WIZ$ module_name = "ntc"
  * $WIZ$ module_depends = "adc"
+ * $WIZ$ module_hw = "bertos/hw/hw_ntc.h", "bertos/hw/ntc_map.h"
  */
 
 #ifndef DRV_NTC_H
index 465477a3551877c6f30a900296fe73da5a5292d4..cf40b9c50d698998ce245341c2be5d99d0f4a8cc 100644 (file)
@@ -39,7 +39,7 @@
  * $WIZ$ module_name = "phase"
  * $WIZ$ module_depends = "timer"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_phase.h"
- * }
+ * $WIZ$ module_hw = "bertos/hw/hw_phase.h", "bertos/hw/phase_map.h", "bertos/hw/hw_phase.c"
  */
 
 #ifndef DRV_PHASE_H
index f03582142213a1402ea2a39c9fe88e137286c66d..b9fa728413aa157962d0b6f6eaf00a11c6468d45 100644 (file)
@@ -39,6 +39,7 @@
  *
  * $WIZ$ module_name = "pwm"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_pwm.h"
+ * $WIZ$ module_hw = "bertos/hw/pwm_map.h"
  */
 
 #ifndef DRV_PWM_H
index cf705aaf86256c16f481e2b5f037675cbeec7ba6..e7d531ad817ab7a043b73293e1894c55aa38e2de 100644 (file)
@@ -39,6 +39,7 @@
  * $WIZ$ module_name = "ser"
  * $WIZ$ module_depends = "kfile", "timer"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_ser.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_ser.h"
  */
 
 #ifndef DRV_SER_H
index 50f64666164f474ef7bbae60b8606810a4f33625..be2c6c1b1837fb26a366b2fefd9520cfc27cf73d 100644 (file)
@@ -42,7 +42,7 @@
  * 
  * $WIZ$ module_name = "sipo"
  * $WIZ$ module_depends = "kfile"
- * $WIZ$ module_configuration = ""
+ * $WIZ$ module_hw = "bertos/hw/hw_sipo.h"
  * 
  */
 
index d9b651653a77805192247f19b8e4fbeb888951d9..392c790d0d4cf702c52f0f5a65489c6c8d04be69 100644 (file)
@@ -40,6 +40,7 @@
  *
  * $WIZ$ module_name = "spi_bitbang"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_spi_bitbang.h"
+ * $WIZ$ module_hw = "bertos/hw/hw_spi.h"
  */
 
 
index 0756cf6b22f7e002809936ff2aabf8d7407842a0..6db52c2ecdb9209678150af7178ea0dbbefa76f7 100644 (file)
@@ -18,7 +18,7 @@
  * $WIZ$ module_name = "stepper"
  * $WIZ$ module_depends = "timer", "ramp"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_stepper.h"
- * }
+ * $WIZ$ module_hw = "bertos/hw/hw_stepper.h"
  */
 
 #ifndef DRV_STEPPER_H
index 8e5f744917a12f7d7f2888433c42ae171e60ecac..9145fa9eeb9c85bb9f26a4d623276d98772d5895 100644 (file)
@@ -50,7 +50,7 @@
  * $WIZ$ module_name = "thermo"
  * $WIZ$ module_depends = "timer", "ntc"
  * $WIZ$ module_configuration = "bertos/cfg/cfg_thermo.h"
- * }
+ * $WIZ$ module_hw = "bertos/hw/hw_thermo.h", "bertos/hw/thermo_map.h"
  */
 
 #ifndef DRV_THERMO_H