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:
parent
ae2686cd21
commit
1d93e25359
|
@ -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 \
|
||||
$(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/vectors.c \
|
||||
${CHIBIOS}/os/rt/ports/ARMCMx/chcore.c \
|
||||
|
|
|
@ -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 \
|
||||
$(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/vectors.c \
|
||||
${CHIBIOS}/os/rt/ports/ARMCMx/chcore.c \
|
||||
|
|
Loading…
Reference in New Issue