##// END OF EJS Templates
Huge cleanup, removed old unmaintained boards/libs/archs....
Huge cleanup, removed old unmaintained boards/libs/archs. Changed from building once the lib in small archives to whole rebuilding from sources for each executable, this will allow to use build-time switchs/optimisations. /!\ Simulator broken.

File last commit:

r105:031afdd64272 tip dev_alexis
r105:031afdd64272 tip dev_alexis
Show More
cpu.pri
28 lines | 544 B | text/plain | TextLexer
isEmpty(_cpu_pri){
_cpu_pri="oneshot"
include($$PWD/../CPU/CMSIS/CMSIS.pri)
include($$PWD/../CPU/USB/USB.pri)
include($$PWD/../CPU/STM32F4xx_StdPeriph_Driver/STM32F4xx_StdPeriph_Driver.pri)
include($$PWD/core.pri)
INCLUDEPATH += \
$$PWD/../CPU/STM32F4xx_StdPeriph_Driver/inc \
$$PWD/../CPU/CMSIS/Include
SOURCES += $$PWD/../CPU/cpu.c \
$$PWD/../CPU/cpuinit.c \
$$PWD/../CPU/syscalls.c \
$$PWD/../CPU/fs.c \
$$PWD/../CPU/crt0.s
}