##// END OF EJS Templates
Some more doc.
Some more doc.

File last commit:

r71:608b7f0e27c2 dev_alexis
r73:5e865c663d35 dev_alexis
Show More
OPLAYER.pro
28 lines | 353 B | text/idl | PrologLexer
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port...
r60 TEMPLATE = lib
TARGET=bsp
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 CONFIG += bsp gui audio fs
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port...
r60
BSP = OPLAYER
UCMODEL=stm32f4
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 SOURCES += bsp.c \
bsp_spi.c \
bsp_lcd.c \
bsp_sdcard.c \
bsp_audio.c
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port...
r60
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 HEADERS += bsp.h \
../common/bsp_spi.h \
../common/bsp_i2c.h \
../common/bsp_gpio.h
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port...
r60
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 INCLUDEPATH += ../common/
LIBS+= -lgpio -luart -li2c -lspi
Added Oplayer BSP, Fixed bug on GPIO library(gpiosetval change all the port...
r60
BSPFILE = bsp.pri