##// END OF EJS Templates
Started SSD2119 driver based on ili9328 driver....
Started SSD2119 driver based on ili9328 driver. -IF more or less functionnal /!\ need to check FSMC config -Need to check mid point circle algo -need to generate good fonts! -Should merge ili and ssd driver in one since the interface is the same, we can detect the chip with Device Code. Added Stm32Discovery extension board bsp.

File last commit:

r18:bd9ab647f70a default
r58:dcfec4f56803 dev_alexis
Show More
fat32.pro
12 lines | 272 B | text/idl | PrologLexer
TEMPLATE = lib
lpc17XX.ARCH = stm32f4-arm-none-eabi-gcc
lpc17XX.TARGET = libfat32
lpc17XX.TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_FAT32)
lpc17XX.HEADERSINSTALLPATH = $(LIBUC_INC_DIR_FAT32)
lpc17XX.LIBS += BLKDEVICE
lpc17XX.SOURCES += fat32.c
lpc17XX.HEADERS += fat32.h