Use benchmark module. Refactor the benchmark projects.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 11 May 2010 14:27:38 +0000 (14:27 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 11 May 2010 14:27:38 +0000 (14:27 +0000)
commit6a6962e53cd67677151d10b382bbb7d37d4efd83
tree648f741adf5a9a4b8086cc948ac357e18a407f60
parente35d406ad6b59984f63a70a8df0e56d665557327
Use benchmark module. Refactor the benchmark projects.

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