##// END OF EJS Templates
Added OpenOCD target for olimex-arm-usb-tiny....
Added OpenOCD target for olimex-arm-usb-tiny. Working D51E5TA7601 driver. Added Framebuffer interface. Added generic memory to memory DMA api, mmainly used by framebuffer API. ADS7843 work in progress. Added SOSmartPSU bsp.

File last commit:

r71:608b7f0e27c2 dev_alexis
r103:3311a844031e dev_alexis
Show More
cpu.pro
81 lines | 1.0 KiB | text/idl | PrologLexer
Huge cleanup, removed "out of dir building" now libuc contains qmake and...
r71 TEMPLATE = lib
ARCH = lpc17XX-arm-none-eabi-gcc
TARGET = libcpu
TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_CPU)
HEADERSINSTALLPATH = $(LIBUC_INC_DIR_CPU)
LIBS +=
SOURCES += core_cm3.c \
lpc17xx_adc.c \
lpc17xx_can.c \
lpc17xx_clkpwr.c \
lpc17xx_dac.c \
lpc17xx_emac.c \
lpc17xx_gpdma.c \
lpc17xx_gpio.c \
lpc17xx_i2c.c \
lpc17xx_i2s.c \
lpc17xx_libcfg_default.c \
lpc17xx_mcpwm.c \
lpc17xx_nvic.c \
lpc17xx_pinsel.c \
lpc17xx_pwm.c \
lpc17xx_qei.c \
lpc17xx_rit.c \
lpc17xx_rtc.c \
lpc17xx_spi.c \
lpc17xx_ssp.c \
lpc17xx_timer.c \
lpc17xx_uart.c \
lpc17xx_wdt.c \
system_LPC17xx.c \
HEADERS += core_cm3.h \
lpc17xx_adc.h \
lpc17xx_can.h \
lpc17xx_clkpwr.h \
lpc17xx_dac.h \
lpc17xx_emac.h \
lpc17xx_gpdma.h \
lpc17xx_gpio.h \
LPC17xx.h \
lpc17xx.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_timer.h \
lpc17xx_uart.h \
lpc17xx_wdt.h \
lpc_types.h \
system_LPC17xx.h \
INCLUDES +=