##// 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
gpio.pro
14 lines | 218 B | text/idl | PrologLexer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 TEMPLATE = lib
ARCH = lpc17xx-arm-none-eabi-gcc
TARGET = libgpio
TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_GPIO)
HEADERSINSTALLPATH =
LIBS += UHANDLE CPU
SOURCES += gpio.c
HEADERS +=
INCLUDES += $(LIBUC_INC_DIR_GPIO)