2011-06-11 10:18:39 +00:00
|
|
|
# List of the ChibiOS/RT Cortex-M3 STM32L1xx port files.
|
|
|
|
PORTSRC = $(CHIBIOS)/os/ports/GCC/ARMCMx/crt0.c \
|
|
|
|
$(CHIBIOS)/os/ports/GCC/ARMCMx/STM32L1xx/vectors.c \
|
|
|
|
${CHIBIOS}/os/ports/GCC/ARMCMx/chcore.c \
|
|
|
|
${CHIBIOS}/os/ports/GCC/ARMCMx/chcore_v7m.c \
|
|
|
|
${CHIBIOS}/os/ports/GCC/ARMCMx/nvic.c
|
|
|
|
|
|
|
|
PORTASM =
|
|
|
|
|
2011-08-08 12:06:39 +00:00
|
|
|
PORTINC = ${CHIBIOS}/os/ports/common/ARMCMx/CMSIS/include \
|
|
|
|
${CHIBIOS}/os/ports/GCC/ARMCMx \
|
2011-06-11 10:18:39 +00:00
|
|
|
${CHIBIOS}/os/ports/GCC/ARMCMx/STM32L1xx
|
2011-08-07 15:51:36 +00:00
|
|
|
|
|
|
|
PORTLD = ${CHIBIOS}/os/ports/GCC/ARMCMx/STM32L1xx/ld
|