Graphical support with empty template for STM32VLDiscovery board added to the wizard.
authorlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 4 May 2011 13:00:13 +0000 (13:00 +0000)
committerlottaviano <lottaviano@38d2e660-2303-0410-9eaa-f027e97ec537>
Wed, 4 May 2011 13:00:13 +0000 (13:00 +0000)
commitbbc9b62788f5e2f94dd550708a6af22f6d49eb98
treef76b83da9d6cdd842a44bdba43c4d182b0adf078
parent17f239924a2d52d099e60ba3a65662f4d2b1fb16
Graphical support with empty template for STM32VLDiscovery board added to the wizard.

Signed-off-by: Andrea Scalise <andreascalo@gmail.com>
Signed-off-by: Matteo Silvestri <matteosilv@gmail.com>
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4876 38d2e660-2303-0410-9eaa-f027e97ec537
102 files changed:
boards/stm32VLDiscovery/.image.png [new file with mode: 0755]
boards/stm32VLDiscovery/.spec [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_adc.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_afsk.c [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_afsk.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_blanker.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_boot.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_buzzer.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_buzzerled.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_cpufreq.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_dataflash.c [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_dataflash.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_dc_motor.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_ft245rl.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_i2c_bitbang.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_input.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_kbd.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_lcd_32122a.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_lcd_hd44.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_led.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_lm75.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_mcp41.c [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_mcp41.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_ntc.c [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_ntc.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_phase.c [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_phase.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_rit128x96.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_sd.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_sensor.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_ser.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_sipo.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_spi.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_spi_dma.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_stepper.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_tas5706a.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_tc520.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_thermo.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_timer.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_tlv5618.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/hw_tmp123.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/kbd_map.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/mcp41_map.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/ntc_map.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/phase_map.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/pwm_map.h [new file with mode: 0644]
boards/stm32VLDiscovery/hw/thermo_map.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/.spec [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/.spec [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_adc.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_afsk.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_ax25.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_battfs.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_context_switch.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_dataflash.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_dc_motor.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_debug.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_emb_flash.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_fat.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_flash25.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_formatwr.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_gfx.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_hashtable.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_heap.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_i2c.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_i2s.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_ini_reader.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_kbd.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_keytag.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_kfile.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_lcd_32122a.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_lcd_hd44.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_lm75.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_md2.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_monitor.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_nmea.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_parser.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_phase.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_pocketbus.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_proc.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_pwm.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_ramp.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_randpool.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_sd.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_sem.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_ser.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_signal.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_spi_bitbang.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_stepper.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_tas5706a.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_thermo.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_timer.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_usb.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_usbkbd.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_usbmouse.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_usbser.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_wdt.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/cfg/cfg_xmodem.h [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/empty.mk [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/empty_user.mk [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/main.c [new file with mode: 0644]
boards/stm32VLDiscovery/templates/empty/project.bertos [new file with mode: 0644]