##// END OF EJS Templates
Some cleaning plus DAC library started
Some cleaning plus DAC library started

File last commit:

r100:e8e36f727532 dev_alexis
r100:e8e36f727532 dev_alexis
Show More
helloWorld.pro
19 lines | 151 B | text/idl | PrologLexer
Changed entry point from main to libuc_main, added hello world example.
r78 TEMPLATE = app
Jeandet Alexis
Some cleaning plus DAC library started
r100 eval(UCMODEL = simulator) {
BSP = SIMULATOR
}
eval(UCMODEL = stm32f4) {
BSP = STM32F4Eval
}
Changed entry point from main to libuc_main, added hello world example.
r78
SOURCES += \
main.c
Jeandet Alexis
Some cleaning plus DAC library started
r100