Add kernel + core drivers flash size benchmark.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 10 Sep 2009 13:06:04 +0000 (13:06 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 10 Sep 2009 13:06:04 +0000 (13:06 +0000)
commita86a8b231ae610974f053b1d2bd9172582f60a25
tree88f488fb193b81388496da2a78e3a5896a08368c
parent1d10dbcdf05ceaf77f1f6a394e6ee63050d6c89a
Add kernel + core drivers flash size benchmark.

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