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

This commit is contained in:
gdisirio 2013-11-18 13:39:31 +00:00
parent ae2686cd21
commit 1d93e25359
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# List of the ChibiOS/RT Cortex-M0 STM32F4xx port files. # List of the ChibiOS/RT Cortex-M4 STM32F4xx port files.
PORTSRC = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/crt0.c \ PORTSRC = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/crt0.c \
$(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/vectors.c \ $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/vectors.c \
${CHIBIOS}/os/rt/ports/ARMCMx/chcore.c \ ${CHIBIOS}/os/rt/ports/ARMCMx/chcore.c \

View File

@ -1,4 +1,4 @@
# List of the ChibiOS/RT Cortex-M4 STM32L1xx port files. # List of the ChibiOS/RT Cortex-M3 STM32L1xx port files.
PORTSRC = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/crt0.c \ PORTSRC = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/crt0.c \
$(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/vectors.c \ $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/vectors.c \
${CHIBIOS}/os/rt/ports/ARMCMx/chcore.c \ ${CHIBIOS}/os/rt/ports/ARMCMx/chcore.c \