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

PORTASM = ${CHIBIOS}/os/ports/GCC/ARMCM3/crt0.s

PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCM3 \
          ${CHIBIOS}/os/ports/GCC/ARMCM3/STM32F103 \
          ${CHIBIOS}/os/ports/GCC/ARMCM3/cmsis