##// 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:

r18:bd9ab647f70a default
r63:68dfbccdd813 dev_alexis
Show More
M4stick.pro
18 lines | 341 B | text/idl | PrologLexer
TEMPLATE = app
M4Stick.ARCH = stm32f4-arm-none-eabi-gcc
M4Stick.TARGET = M4stickBlink
M4Stick.BSP = M4Stick
STM32F4Disc.ARCH = stm32f4-arm-none-eabi-gcc
STM32F4Disc.TARGET = STM32F4DiscoveryBlink
STM32F4Disc.BSP = STM32F4Discovery
*.LIBS += SPI UART GPIO STREAMDEVICES UHANDLE UCSTRINGS CPU STLIB
*.SOURCES += main.c
*.HEADERS +=