Use prefix on the presets name.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 28 Nov 2010 20:44:02 +0000 (20:44 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Sun, 28 Nov 2010 20:44:02 +0000 (20:44 +0000)
commitc6e4a2a7324033d4c9cf378297631fb7d4af81d0
tree654f8198bc718a5a91de7c0d39d105bafb79dd32
parent09e03f9327577f5c4263ee494531d9fc8c800a69
Use prefix on the presets name.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4596 38d2e660-2303-0410-9eaa-f027e97ec537
192 files changed:
boards/arduino/templates/arduino_empty/.spec [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_adc.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_afsk.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_ax25.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_battfs.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_context_switch.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_dataflash.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_dc_motor.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_debug.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_fat.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_flash25.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_formatwr.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_gfx.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_hashtable.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_heap.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_i2c.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_i2s.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_ini_reader.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_kbd.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_keytag.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_kfile.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_lcd_32122a.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_lcd_hd44.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_lm75.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_md2.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_monitor.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_nmea.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_parser.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_phase.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_pocketbus.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_proc.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_pwm.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_ramp.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_randpool.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_sem.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_ser.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_signal.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_spi_bitbang.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_stepper.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_tas5706a.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_thermo.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_timer.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_wdt.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/cfg/cfg_xmodem.h [new file with mode: 0644]
boards/arduino/templates/arduino_empty/empty.mk [new file with mode: 0644]
boards/arduino/templates/arduino_empty/empty_user.mk [new file with mode: 0644]
boards/arduino/templates/arduino_empty/main.c [new file with mode: 0644]
boards/arduino/templates/arduino_empty/project.bertos [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/.spec [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_adc.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_afsk.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_ax25.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_battfs.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_context_switch.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_dataflash.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_dc_motor.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_debug.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_fat.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_flash25.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_formatwr.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_gfx.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_hashtable.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_heap.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_i2c.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_i2s.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_ini_reader.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_kbd.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_keytag.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_kfile.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_lcd_32122a.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_lcd_hd44.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_lm75.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_md2.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_monitor.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_nmea.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_parser.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_phase.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_pocketbus.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_proc.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_pwm.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_ramp.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_randpool.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_sem.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_ser.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_signal.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_spi_bitbang.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_stepper.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_tas5706a.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_thermo.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_timer.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_wdt.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/cfg/cfg_xmodem.h [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/kernel.mk [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/kernel_user.mk [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/main.c [new file with mode: 0644]
boards/arduino/templates/arduino_kernel/project.bertos [new file with mode: 0644]
boards/arduino/templates/empty/.spec [deleted file]
boards/arduino/templates/empty/cfg/cfg_adc.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_afsk.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_ax25.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_battfs.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_context_switch.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_dataflash.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_dc_motor.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_debug.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_fat.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_flash25.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_formatwr.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_gfx.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_hashtable.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_heap.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_i2c.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_i2s.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_ini_reader.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_kbd.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_keytag.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_kfile.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_lcd_32122a.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_lcd_hd44.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_lm75.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_md2.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_monitor.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_nmea.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_parser.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_phase.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_pocketbus.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_proc.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_pwm.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_ramp.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_randpool.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_sem.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_ser.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_signal.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_spi_bitbang.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_stepper.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_tas5706a.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_thermo.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_timer.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_wdt.h [deleted file]
boards/arduino/templates/empty/cfg/cfg_xmodem.h [deleted file]
boards/arduino/templates/empty/empty.mk [deleted file]
boards/arduino/templates/empty/empty_user.mk [deleted file]
boards/arduino/templates/empty/main.c [deleted file]
boards/arduino/templates/empty/project.bertos [deleted file]
boards/arduino/templates/kernel/.spec [deleted file]
boards/arduino/templates/kernel/cfg/cfg_adc.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_afsk.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_ax25.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_battfs.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_context_switch.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_dataflash.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_dc_motor.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_debug.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_fat.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_flash25.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_formatwr.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_gfx.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_hashtable.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_heap.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_i2c.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_i2s.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_ini_reader.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_kbd.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_keytag.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_kfile.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_lcd_32122a.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_lcd_hd44.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_lm75.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_md2.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_monitor.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_nmea.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_parser.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_phase.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_pocketbus.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_proc.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_pwm.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_ramp.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_randpool.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_sem.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_ser.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_signal.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_spi_bitbang.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_stepper.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_tas5706a.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_thermo.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_timer.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_wdt.h [deleted file]
boards/arduino/templates/kernel/cfg/cfg_xmodem.h [deleted file]
boards/arduino/templates/kernel/kernel.mk [deleted file]
boards/arduino/templates/kernel/kernel_user.mk [deleted file]
boards/arduino/templates/kernel/main.c [deleted file]
boards/arduino/templates/kernel/project.bertos [deleted file]