git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7335 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2014-10-01 12:46:47 +00:00
parent 909bc60050
commit ad999e70b7
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
# List of the ChibiOS/NIL Cortex-M0 STM32F4xx port files.
# List of the ChibiOS/NIL Cortex-M4 STM32F4xx port files.
PORTSRC = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/crt0.c \
$(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/vectors.c \
${CHIBIOS}/os/nil/ports/ARMCMx/nilcore.c \
${CHIBIOS}/os/nil/ports/ARMCMx/nilcore_v6m.c
${CHIBIOS}/os/nil/ports/ARMCMx/nilcore_v7m.c
PORTASM = $(CHIBIOS)/os/nil/ports/ARMCMx/compilers/GCC/nilcoreasm_v6m.s
PORTASM = $(CHIBIOS)/os/nil/ports/ARMCMx/compilers/GCC/nilcoreasm_v7m.s
PORTINC = ${CHIBIOS}/os/ext/CMSIS/include \
${CHIBIOS}/os/ext/CMSIS/ST \