LPC2: add LPC2378 example project.
authorbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 3 Apr 2010 10:55:23 +0000 (10:55 +0000)
committerbatt <batt@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 3 Apr 2010 10:55:23 +0000 (10:55 +0000)
commitab067bd420a6e48b25d66444d97ee229b48bcb23
tree3d79b76c91a335816c32938960cddf20072a2367
parent8284fb65c8c8f9fd233da33fd08f1f81b64cb94b
LPC2: add LPC2378 example project.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3387 38d2e660-2303-0410-9eaa-f027e97ec537
72 files changed:
Makefile
examples/lpc2378/cfg/cfg_adc.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_afsk.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_ax25.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_battfs.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_dataflash.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_dc_motor.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_debug.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_fat.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_flash25.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_formatwr.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_heap.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_i2c.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_i2s.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_ini_reader.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_kbd.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_kfile.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_lcd.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_lm75.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_md2.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_monitor.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_nmea.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_phase.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_pocketbus.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_proc.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_pwm.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_ramp.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_randpool.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_sem.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_ser.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_signal.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_spi_bitbang.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_stepper.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_tas5706a.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_thermo.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_timer.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_wdt.h [new file with mode: 0644]
examples/lpc2378/cfg/cfg_xmodem.h [new file with mode: 0644]
examples/lpc2378/hw/hw_afsk.h [new file with mode: 0644]
examples/lpc2378/hw/hw_buzzer.h [new file with mode: 0644]
examples/lpc2378/hw/hw_dataflash.c [new file with mode: 0644]
examples/lpc2378/hw/hw_dataflash.h [new file with mode: 0644]
examples/lpc2378/hw/hw_dc_motor.h [new file with mode: 0644]
examples/lpc2378/hw/hw_ft245rl.h [new file with mode: 0644]
examples/lpc2378/hw/hw_i2c_bitbang.h [new file with mode: 0644]
examples/lpc2378/hw/hw_kbd.h [new file with mode: 0644]
examples/lpc2378/hw/hw_lcd.h [new file with mode: 0644]
examples/lpc2378/hw/hw_lm75.h [new file with mode: 0644]
examples/lpc2378/hw/hw_mcp41.c [new file with mode: 0644]
examples/lpc2378/hw/hw_mcp41.h [new file with mode: 0644]
examples/lpc2378/hw/hw_ntc.c [new file with mode: 0644]
examples/lpc2378/hw/hw_ntc.h [new file with mode: 0644]
examples/lpc2378/hw/hw_phase.c [new file with mode: 0644]
examples/lpc2378/hw/hw_phase.h [new file with mode: 0644]
examples/lpc2378/hw/hw_sd.h [new file with mode: 0644]
examples/lpc2378/hw/hw_ser.h [new file with mode: 0644]
examples/lpc2378/hw/hw_sipo.h [new file with mode: 0644]
examples/lpc2378/hw/hw_spi.h [new file with mode: 0644]
examples/lpc2378/hw/hw_stepper.h [new file with mode: 0644]
examples/lpc2378/hw/hw_tas5706a.h [new file with mode: 0644]
examples/lpc2378/hw/hw_thermo.h [new file with mode: 0644]
examples/lpc2378/hw/hw_tlv5618.h [new file with mode: 0644]
examples/lpc2378/hw/hw_tmp123.h [new file with mode: 0644]
examples/lpc2378/hw/kbd_map.h [new file with mode: 0644]
examples/lpc2378/hw/mcp41_map.h [new file with mode: 0644]
examples/lpc2378/hw/ntc_map.h [new file with mode: 0644]
examples/lpc2378/hw/phase_map.h [new file with mode: 0644]
examples/lpc2378/hw/pwm_map.h [new file with mode: 0644]
examples/lpc2378/hw/thermo_map.h [new file with mode: 0644]
examples/lpc2378/lpc2378.mk [new file with mode: 0644]
examples/lpc2378/lpc2378_wiz.mk [new file with mode: 0644]
examples/lpc2378/main.c [new file with mode: 0644]