##// END OF EJS Templates
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port...
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port instead of the desired bit).

File last commit:

r18:bd9ab647f70a default
r60:17402611bd25 dev_alexis
Show More
M4stick.pro
18 lines | 341 B | text/idl | PrologLexer
jeandet@pc-de-jeandet3.lab-lpp.local
Cleaned source tree....
r16 TEMPLATE = app
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 M4Stick.ARCH = stm32f4-arm-none-eabi-gcc
M4Stick.TARGET = M4stickBlink
M4Stick.BSP = M4Stick
jeandet@pc-de-jeandet3.lab-lpp.local
Cleaned source tree....
r16
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 STM32F4Disc.ARCH = stm32f4-arm-none-eabi-gcc
STM32F4Disc.TARGET = STM32F4DiscoveryBlink
STM32F4Disc.BSP = STM32F4Discovery
jeandet@pc-de-jeandet3.lab-lpp.local
Cleaned source tree....
r16
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 *.LIBS += SPI UART GPIO STREAMDEVICES UHANDLE UCSTRINGS CPU STLIB
*.SOURCES += main.c
jeandet@pc-de-jeandet3.lab-lpp.local
Cleaned source tree....
r16
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 *.HEADERS +=
jeandet@pc-de-jeandet3.lab-lpp.local
Cleaned source tree....
r16