##// END OF EJS Templates
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
Huge cleanup, removed "out of dir building" now libuc contains qmake and spec files. Libuc uses now qmake's prl file for dependecy propagation.

File last commit:

r71:608b7f0e27c2 dev_alexis
r71:608b7f0e27c2 dev_alexis
Show More
STM32F4Discovery-ILI9328-8bits.pro
19 lines | 190 B | text/idl | PrologLexer
/ bsp / src / STM32F4Discovery-ILI9328-8bits / STM32F4Discovery-ILI9328-8bits.pro
Jeandet Alexis
Some bug fixed on ILI9328 driver, 16 bit mode working well, 8 bit mode still...
r66 TEMPLATE = lib
TARGET=bsp
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 CONFIG += bsp gui
Jeandet Alexis
Some bug fixed on ILI9328 driver, 16 bit mode working well, 8 bit mode still...
r66
BSP=STM32F4Discovery-ILI9328-8bits
UCMODEL=stm32f4
SOURCES += bsp.c
HEADERS += bsp.h
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 LIBS+= -lgpio -luart -li2c -lspi
Jeandet Alexis
Some bug fixed on ILI9328 driver, 16 bit mode working well, 8 bit mode still...
r66
BSPFILE = bsp.pri