2011-11-02 17:36:00 +00:00
|
|
|
# List of all the STM32L1xx platform files.
|
2011-11-10 17:54:41 +00:00
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32L1xx/stm32_dma.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32F4xx/hal_lld.c \
|
2011-11-15 19:06:48 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/gpt_lld.c \
|
2011-11-02 17:36:00 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/serial_lld.c \
|
2011-11-10 17:54:41 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/spi_lld.c \
|
2011-11-02 17:36:00 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2/pal_lld.c
|
|
|
|
|
|
|
|
# Required include directories
|
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F4xx \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32 \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2
|