2009-08-16 13:07:24 +00:00
|
|
|
# List of the ChibiOS/RT Cortex-M3 port files.
|
2009-09-19 08:00:34 +00:00
|
|
|
PORTSRC = ${CHIBIOS}/os/ports/GCC/ARMCM3/chcore.c \
|
|
|
|
${CHIBIOS}/os/ports/GCC/ARMCM3/nvic.c \
|
|
|
|
${CHIBIOS}/os/ports/GCC/ARMCM3/cmsis/core_cm3.c
|
2009-08-16 13:07:24 +00:00
|
|
|
|
2009-09-19 08:00:34 +00:00
|
|
|
PORTASM = ${CHIBIOS}/os/ports/GCC/ARMCM3/crt0.s
|
2009-08-16 13:07:24 +00:00
|
|
|
|
2009-09-19 08:00:34 +00:00
|
|
|
PORTINC = ${CHIBIOS}/os/ports/GCC/ARMCM3 \
|
|
|
|
${CHIBIOS}/os/ports/GCC/ARMCM3/cmsis
|