##// END OF EJS Templates
Sync
Sync

File last commit:

r74:0f2d8fe5497f dev_alexis
r99:3b41c9708f77 dev_alexis
Show More
hello.pro
19 lines | 285 B | text/idl | PrologLexer
UCMODEl is now a qmake parameter.
r74 !isEmpty( UCMODEL ) {
contains( UCMODEL, stm32f4 ){
TEMPLATE = app
CONFIG += cpu
BSP = OPLAYER
#BSP = STM32F4Discovery-ILI9328-8bits
DEFINES += CPUFREQ=40000000
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18
Finished mid-point circle algorithm for ili9328 controler
r48
UCMODEl is now a qmake parameter.
r74 SOURCES += \
main.c \
test_lcd.c
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port...
r60
UCMODEl is now a qmake parameter.
r74 }
}
Added Simulator target to run code on x86 and debug functions....
r63
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18