##// END OF EJS Templates
Cleaned source tree....
Cleaned source tree. Improved make distclean rules STDGPIO working on stm32f4 STDUART working on stm32f3

File last commit:

r16:194f637a2640 default
r16:194f637a2640 default
Show More
nxplib.pro
74 lines | 1.1 KiB | text/idl | PrologLexer
TEMPLATE = lib
ARCH = lpc17XX-arm-none-eabi-gcc
TARGET = libnxplib
TARGETINSTALLPATH = $(LIBUC_LIBS_DIR)/NXPLIB
HEADERSINSTALLPATH = $(LIBUC_INC_DIR)/NXPLIB
LIBS +=
SOURCES += lpc17xx_can.c \
lpc17xx_i2s.c \
lpc17xx_i2c.c \
lpc17xx_pwm.c \
lpc17xx_exti.c \
lpc17xx_wdt.c \
lpc17xx_nvic.c \
lpc17xx_spi.c \
lpc17xx_adc.c \
lpc17xx_pinsel.c \
lpc17xx_libcfg_default.c \
lpc17xx_dac.c \
lpc17xx_ssp.c \
lpc17xx_timer.c \
debug_frmwrk.c \
lpc17xx_uart.c \
lpc17xx_rtc.c \
lpc17xx_emac.c \
lpc17xx_gpdma.c \
lpc17xx_rit.c \
lpc17xx_systick.c \
lpc17xx_qei.c \
lpc17xx_gpio.c \
lpc17xx_mcpwm.c \
lpc17xx_clkpwr.c
HEADERS += debug_frmwrk.h \
lpc17xx_adc.h \
lpc17xx_can.h \
lpc17xx_clkpwr.h \
lpc17xx_dac.h \
lpc17xx_emac.h \
lpc17xx_exti.h \
lpc17xx_gpdma.h \
lpc17xx_gpio.h \
lpc17xx_i2c.h \
lpc17xx_i2s.h \
lpc17xx_libcfg_default.h \
lpc17xx_mcpwm.h \
lpc17xx_nvic.h \
lpc17xx_pinsel.h \
lpc17xx_pwm.h \
lpc17xx_qei.h \
lpc17xx_rit.h \
lpc17xx_rtc.h \
lpc17xx_spi.h \
lpc17xx_ssp.h \
lpc17xx_systick.h \
lpc17xx_timer.h \
lpc17xx_uart.h \
lpc17xx_wdt.h \
lpc_types.h \
nxplib.h