Add sam3x codec example projec (beta version).
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 15 Sep 2011 13:47:42 +0000 (13:47 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 15 Sep 2011 13:47:42 +0000 (13:47 +0000)
commit81e6f612d53e77fe460d88d1d0092945bfe9b39a
treec71b38aa3f5de0f161c6ed26b40896d84c5b16e4
parent71b7e431e4f173d4ad0904b30018123363f14b18
Add sam3x codec example projec (beta version).

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5050 38d2e660-2303-0410-9eaa-f027e97ec537
63 files changed:
boards/sam3x-ek/examples/sam3x-ek_codec/.spec [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_adc.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_afsk.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_ax25.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_battfs.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_context_switch.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_dac.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_dataflash.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_dc_motor.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_debug.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_eeprom.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_emb_flash.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_eth.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_fat.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_flash25.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_formatwr.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_gfx.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_hashtable.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_heap.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_i2c.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_i2s.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_ini_reader.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_kbd.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_keytag.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_kfile.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_lcd_32122a.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_lcd_hd44.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_led_7seg.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_lm75.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_lwip.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_md2.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_monitor.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_nand.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_nmea.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_parser.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_phase.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_pocketbus.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_proc.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_pwm.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_ramp.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_random.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_randpool.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_sd.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_sem.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_ser.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_signal.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_spi_bitbang.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_stepper.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_tas5706a.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_tftp.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_thermo.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_timer.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_usb.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_usbkbd.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_usbmouse.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_usbser.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_wdt.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_wm8731.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/cfg/cfg_xmodem.h [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/main.c [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/project.bertos [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/sam3x-ek_codec.mk [new file with mode: 0644]
boards/sam3x-ek/examples/sam3x-ek_codec/sam3x-ek_codec_user.mk [new file with mode: 0644]