Rename project to insert it into nightly test.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 4 Jan 2012 10:50:22 +0000 (10:50 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 4 Jan 2012 10:50:22 +0000 (10:50 +0000)
commit1ebcf9b89595826a5c158ae6a68d4c2407b1dd52
treea617e93f8ab0e6e1a11e0895491aaea43a54c6c6
parent0c2a292f95d10af7c39b2b3df0c1ce0c16a791ed
Rename project to insert it into nightly test.

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@5202 38d2e660-2303-0410-9eaa-f027e97ec537
110 files changed:
boards/stm32-p103/benchmark/context_switch/.spec [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_adc.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_afsk.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_ax25.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_battfs.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_context_switch.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_dataflash.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_dc_motor.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_debug.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_emb_flash.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_fat.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_flash25.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_formatwr.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_gfx.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_hashtable.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_heap.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_i2c.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_i2s.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_ini_reader.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_kbd.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_keytag.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_kfile.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_lcd_32122a.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_lcd_hd44.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_lm75.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_md2.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_menu.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_monitor.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_nmea.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_parser.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_phase.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_pocketbus.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_proc.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_pwm.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_ramp.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_randpool.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_sd.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_sem.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_ser.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_signal.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_spi_bitbang.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_stepper.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_tas5706a.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_thermo.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_timer.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_usb.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_usbkbd.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_usbmouse.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_usbser.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_wdt.h [deleted file]
boards/stm32-p103/benchmark/context_switch/cfg/cfg_xmodem.h [deleted file]
boards/stm32-p103/benchmark/context_switch/context_switch.mk [deleted file]
boards/stm32-p103/benchmark/context_switch/context_switch_user.mk [deleted file]
boards/stm32-p103/benchmark/context_switch/main.c [deleted file]
boards/stm32-p103/benchmark/context_switch/project.bertos [deleted file]
boards/stm32-p103/benchmark/stm32-p103_context_switch/.spec [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_adc.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_afsk.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_ax25.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_battfs.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_context_switch.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_dataflash.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_dc_motor.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_debug.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_emb_flash.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_fat.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_flash25.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_formatwr.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_gfx.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_hashtable.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_heap.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_i2c.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_i2s.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_ini_reader.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_kbd.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_keytag.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_kfile.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_lcd_32122a.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_lcd_hd44.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_lm75.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_md2.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_menu.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_monitor.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_nmea.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_parser.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_phase.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_pocketbus.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_proc.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_pwm.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_ramp.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_randpool.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_sd.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_sem.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_ser.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_signal.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_spi_bitbang.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_stepper.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_tas5706a.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_thermo.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_timer.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_usb.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_usbkbd.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_usbmouse.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_usbser.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_wdt.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/cfg/cfg_xmodem.h [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/main.c [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/project.bertos [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/stm32-p103_context_switch.mk [new file with mode: 0644]
boards/stm32-p103/benchmark/stm32-p103_context_switch/stm32-p103_context_switch_user.mk [new file with mode: 0644]