##// END OF EJS Templates
added nemiver support for STM32
added nemiver support for STM32

File last commit:

r71:608b7f0e27c2 dev_alexis
r81:c888ed387b6b dev_alexis
Show More
gpio.pro
14 lines | 218 B | text/idl | PrologLexer
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)