##// END OF EJS Templates
Added Simulator target to run code on x86 and debug functions....
Added Simulator target to run code on x86 and debug functions. Fixed some bugs on terminal widget.

File last commit:

r15:32fa371f45f3 default
r63:68dfbccdd813 dev_alexis
Show More
blink.pro
13 lines | 245 B | text/idl | PrologLexer
TEMPLATE = app
ARCH = stm32f4-arm-none-eabi-gcc
TARGET = stm32f4DiscoveryBlink
BSP = STM32F4Discovery
LIBS += STLIB
SOURCES += main.c stm32f4_discovery.c selftest.c stm32f4_discovery_audio_codec.c stm32f4_discovery_lis302dl.c
HEADERS +=