##// END OF EJS Templates
Merge
Merge

File last commit:

r44:5f50f7fe4b06 dev_alexis
r46:7d306b65e7c9 merge dev_alexis
Show More
cpu.pro
20 lines | 234 B | text/idl | PrologLexer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 TEMPLATE = lib
CONFIG += console
CONFIG -= qt
include($$(libuc2)/rules/stm32f4-arm-none-eabi-gcc/rules.pri)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Added ARM CMSIS for fast math and circle drawing function for ili9328 driver.
r41 include(CMSIS/CMSIS.pri)
Cleaned SRC tree
r44 include(USB/USB.pri)
include(STM32F4xx_StdPeriph_Driver/STM32F4xx_StdPeriph_Driver.pri)
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18