stm32-p103: add board preset with context_switch benchmark.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 20 May 2010 13:43:23 +0000 (13:43 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 20 May 2010 13:43:23 +0000 (13:43 +0000)
commita256e501c16b63a423267f8621d6bdcda20d3f3a
treef92fbb9b40c0df3721d8e146e20d11d3d7df14c0
parent316505254b7c56603441d01182c5e71470f1a3ff
stm32-p103: add board preset with context_switch benchmark.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3739 38d2e660-2303-0410-9eaa-f027e97ec537
94 files changed:
boards/stm32-p103/.spec [new file with mode: 0644]
boards/stm32-p103/benchmark/.spec [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/.spec [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_adc.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_afsk.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_ax25.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_battfs.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_context_switch.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_dataflash.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_dc_motor.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_debug.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_fat.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_flash25.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_formatwr.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_hashtable.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_heap.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_i2c.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_i2s.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_ini_reader.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_kbd.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_keytag.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_kfile.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_lcd_32122a.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_lcd_hd44.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_lm75.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_md2.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_monitor.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_nmea.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_parser.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_phase.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_pocketbus.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_proc.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_pwm.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_ramp.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_randpool.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_sem.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_ser.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_signal.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_spi_bitbang.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_stepper.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_tas5706a.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_thermo.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_timer.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_wdt.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_xmodem.h [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/context_switch.mk [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/context_switch_user.mk [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/main.c [new file with mode: 0644]
boards/stm32-p103/benchmark/context_switch/project.bertos [new file with mode: 0644]
boards/stm32-p103/examples/.spec [new file with mode: 0644]
boards/stm32-p103/hw/hw_afsk.c [new file with mode: 0644]
boards/stm32-p103/hw/hw_afsk.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_blanker.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_boot.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_buzzer.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_buzzerled.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_cpufreq.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_dataflash.c [new file with mode: 0644]
boards/stm32-p103/hw/hw_dataflash.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_dc_motor.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_ft245rl.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_i2c_bitbang.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_input.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_kbd.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_lcd_32122a.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_lcd_hd44.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_led.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_lm75.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_mcp41.c [new file with mode: 0644]
boards/stm32-p103/hw/hw_mcp41.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_ntc.c [new file with mode: 0644]
boards/stm32-p103/hw/hw_ntc.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_phase.c [new file with mode: 0644]
boards/stm32-p103/hw/hw_phase.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_rit128x96.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_sd.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_sensor.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_ser.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_sipo.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_spi.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_spi_dma.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_stepper.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_tas5706a.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_tc520.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_thermo.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_timer.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_tlv5618.h [new file with mode: 0644]
boards/stm32-p103/hw/hw_tmp123.h [new file with mode: 0644]
boards/stm32-p103/hw/kbd_map.h [new file with mode: 0644]
boards/stm32-p103/hw/mcp41_map.h [new file with mode: 0644]
boards/stm32-p103/hw/ntc_map.h [new file with mode: 0644]
boards/stm32-p103/hw/phase_map.h [new file with mode: 0644]
boards/stm32-p103/hw/pwm_map.h [new file with mode: 0644]
boards/stm32-p103/hw/thermo_map.h [new file with mode: 0644]