Add first kernel benchmak for at91sam7x-ek board.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 6 May 2010 09:04:24 +0000 (09:04 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 6 May 2010 09:04:24 +0000 (09:04 +0000)
commitcf0e85cf28635514f0e0956929605df8c2566882
tree2f22407646d63f102521b58cbf28ec13c9908ecf
parentea12a07185cfa16b2a37d39ec7bdaf988b283c0c
Add first kernel benchmak for at91sam7x-ek board.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3619 38d2e660-2303-0410-9eaa-f027e97ec537
42 files changed:
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/.spec [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_adc.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_afsk.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_ax25.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_battfs.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_dataflash.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_dc_motor.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_debug.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_fat.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_flash25.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_formatwr.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_heap.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_i2c.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_i2s.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_ini_reader.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_kbd.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_kfile.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_lcd.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_lm75.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_md2.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_monitor.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_nmea.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_phase.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_pocketbus.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_proc.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_pwm.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_ramp.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_randpool.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_sem.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_ser.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_signal.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_spi_bitbang.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_stepper.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_tas5706a.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_thermo.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_timer.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_wdt.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/cfg/cfg_xmodem.h [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/kernel_footprint_coop.mk [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/kernel_footprint_coop_user.mk [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/main.c [new file with mode: 0644]
boards/at91sam7x-ek/benchmark/kernel_footprint_coop/project.bertos [new file with mode: 0644]