arduino: add "empty" preset template.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 21 May 2010 16:50:53 +0000 (16:50 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Fri, 21 May 2010 16:50:53 +0000 (16:50 +0000)
commitb73ab8af789a79c3beebf051f690a9eed4ddacd0
treee55e2ea54e9cbac53c207f77a399dade6ffb9679
parentfaae9ad02b287bebe157a2fbe984a754cf217c9a
arduino: add "empty" preset template.

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