##// END OF EJS Templates
Sync
Sync

File last commit:

r102:988f7eae7e79 dev_alexis
r102:988f7eae7e79 dev_alexis
Show More
helloWorld.pro
19 lines | 163 B | text/idl | PrologLexer
Changed entry point from main to libuc_main, added hello world example.
r78 TEMPLATE = app
Sync
r102 contains( UCMODEL , simulator ) {
Jeandet Alexis
Some cleaning plus DAC library started
r100 BSP = SIMULATOR
}
Sync
r102 contains( UCMODEL , stm32f4 ) {
Jeandet Alexis
Some cleaning plus DAC library started
r100 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