Add configuration module for each bertos driver.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 May 2008 17:21:22 +0000 (17:21 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 26 May 2008 17:21:22 +0000 (17:21 +0000)
commite0960b1b787503b712e42776f980d792836992fd
treec6182f6061684686ed560af08b11cb0145fbb426
parent23d3db0da5e4ddda30fb8ddd4bdbec15741f669e
Add configuration module for each bertos driver.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1378 38d2e660-2303-0410-9eaa-f027e97ec537
16 files changed:
bertos/cfg/cfg_adc.h [new file with mode: 0644]
bertos/cfg/cfg_attr.h [new file with mode: 0644]
bertos/cfg/cfg_dc_motor.h [new file with mode: 0644]
bertos/cfg/cfg_debug.h [new file with mode: 0644]
bertos/cfg/cfg_eeprom.h [new file with mode: 0644]
bertos/cfg/cfg_flash25.h [new file with mode: 0644]
bertos/cfg/cfg_kbd.h [new file with mode: 0644]
bertos/cfg/cfg_lcd.h [new file with mode: 0644]
bertos/cfg/cfg_md2.h [new file with mode: 0644]
bertos/cfg/cfg_pocketbus.h [new file with mode: 0644]
bertos/cfg/cfg_randpool.h [new file with mode: 0644]
bertos/cfg/cfg_ser.h [new file with mode: 0644]
bertos/cfg/cfg_stepper.h [new file with mode: 0644]
bertos/cfg/cfg_timer.h [new file with mode: 0644]
bertos/cfg/cfg_wdt.h [new file with mode: 0644]
bertos/cfg/cfg_xmodem.h [new file with mode: 0644]