aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/GCC/ARMCMx/STM32F10x/port.mk
blob: 52d3b912eb8ead178122c496a71c2ade3a467ae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
# List of the ChibiOS/RT Cortex-M3 STM32 port files.
PORTSRC = ${CHIBIOS}/os/ports/GCC/ARMCMx/chcore.c \
          ${CHIBIOS}/os/ports/GCC/ARMCMx/chcore_v7m.c \
          ${CHIBIOS}/os/ports/GCC/ARMCMx/nvic.c \
          ${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis/core_cm3.c

PORTASM = ${CHIBIOS}/os/ports/GCC/ARMCMx/crt0_v7m.s

PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCMx \
          ${CHIBIOS}/os/ports/GCC/ARMCMx/STM32F10x \
          ${CHIBIOS}/os/ports/GCC/ARMCMx/cmsis