##// END OF EJS Templates
sync
sync

File last commit:

r67:604c231d911c dev_alexis
r69:836356bc2be7 Big Cleanup+qmake integrated dev_alexis
Show More
hello.pro
15 lines | 173 B | text/idl | PrologLexer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 TEMPLATE = app
Finished mid-point circle algorithm for ili9328 controler
r48 CONFIG += cpu
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=stm32f4
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port...
r60 BSP = OPLAYER
Jeandet Alexis
Some bug fixed on ILI9328 driver, 16 bit mode working well, 8 bit mode still...
r66 #BSP = STM32F4Discovery-ILI9328-8bits
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port...
r60
Sync, Still trying to solve 8bits ILI9328 read problems.
r67 DEFINES += CPUFREQ=100000000
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
SOURCES += \
Added Simulator target to run code on x86 and debug functions....
r63 main.c \
test_lcd.c
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18