##// END OF EJS Templates
Changed entry point from main to libuc_main, added hello world example.
Changed entry point from main to libuc_main, added hello world example.

File last commit:

r74:0f2d8fe5497f dev_alexis
r78:230ad3b6f43f dev_alexis
Show More
STM32F4Discovery-ILI9328-8bits.pro
19 lines | 190 B | text/idl | PrologLexer
TEMPLATE = lib
TARGET=bsp
CONFIG += bsp gui
BSP=STM32F4Discovery-ILI9328-8bits
UCMODEL=stm32f4
SOURCES += bsp.c
HEADERS += bsp.h
LIBS+= -lgpio -luart -li2c -lspi
BSPFILE = bsp.pri