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

PORTASM = ../../os/ports/GCC/ARMCM3/crt0.s

PORTINC = ../../os/ports/GCC/ARMCM3 \
          ../../os/ports/GCC/ARMCM3/cmsis