2011-06-11 10:49:51 +00:00
|
|
|
# List of all the STM32 platform files.
|
2011-06-12 14:22:48 +00:00
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32L1xx/hal_lld.c \
|
2011-07-17 13:07:16 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32L1xx/pal_lld.c \
|
2011-06-12 14:22:48 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32L1xx/stm32_dma.c
|
2011-06-11 10:49:51 +00:00
|
|
|
|
|
|
|
# Required include directories
|
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32L1xx
|