2011-08-07 15:56:05 +00:00
|
|
|
# List of the ChibiOS/RT Cortex-M3 STM32 port files.
|
|
|
|
PORTSRC = $(CHIBIOS)/os/ports/GCC/ARMCMx/crt0.c \
|
2011-08-07 16:42:24 +00:00
|
|
|
$(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F1xx/vectors.c \
|
2011-08-07 15:56:05 +00:00
|
|
|
${CHIBIOS}/os/ports/GCC/ARMCMx/chcore.c \
|
|
|
|
${CHIBIOS}/os/ports/GCC/ARMCMx/chcore_v7m.c \
|
2011-12-21 18:49:04 +00:00
|
|
|
${CHIBIOS}/os/ports/common/ARMCMx/nvic.c
|
2011-08-07 15:56:05 +00:00
|
|
|
|
|
|
|
PORTASM =
|
|
|
|
|
2011-08-08 12:06:39 +00:00
|
|
|
PORTINC = ${CHIBIOS}/os/ports/common/ARMCMx/CMSIS/include \
|
2011-12-21 18:49:04 +00:00
|
|
|
${CHIBIOS}/os/ports/common/ARMCMx \
|
2011-08-08 12:06:39 +00:00
|
|
|
${CHIBIOS}/os/ports/GCC/ARMCMx \
|
2011-08-07 16:42:24 +00:00
|
|
|
${CHIBIOS}/os/ports/GCC/ARMCMx/STM32F1xx
|
2011-08-07 15:56:05 +00:00
|
|
|
|
2011-08-07 16:42:24 +00:00
|
|
|
PORTLD = ${CHIBIOS}/os/ports/GCC/ARMCMx/STM32F1xx/ld
|