STM32-P103: add usbkeyboard preset
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 5 Oct 2010 15:14:43 +0000 (15:14 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 5 Oct 2010 15:14:43 +0000 (15:14 +0000)
commitb5efa6c4ecc0a6b13fa69c8fcb5cd8ed437121d1
treeaa3544ecafbeed4cfb7eb16747e62ae81786ea92
parent50628a8325a4860f773c2f493d7016429eb49a8f
STM32-P103: add usbkeyboard preset

This example implements virtual USB HID keyboard device using the Olimex
STM32-P103 evaluation board.

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