2011-07-23 09:04:29 +00:00
|
|
|
# List of all the STM32L1xx platform files.
|
2011-10-08 10:48:52 +00:00
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32L1xx/stm32_dma.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32L1xx/hal_lld.c \
|
2011-09-21 17:10:15 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32L1xx/adc_lld.c \
|
2012-06-21 16:25:11 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32L1xx/ext_lld_isr.c \
|
2011-09-20 17:33:38 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/ext_lld.c \
|
2011-07-23 09:04:29 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/gpt_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/icu_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/pwm_lld.c \
|
2011-09-17 09:16:10 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/spi_lld.c \
|
2012-01-27 10:44:42 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2/pal_lld.c \
|
2012-06-22 12:23:04 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/I2Cv1/i2c_lld.c \
|
2012-11-30 13:15:58 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USARTv1/serial_lld.c \
|
2012-06-23 17:29:35 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USARTv1/uart_lld.c \
|
2011-07-23 09:04:29 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USBv1/usb_lld.c
|
2011-06-11 10:49:51 +00:00
|
|
|
|
|
|
|
# Required include directories
|
2011-07-23 09:04:29 +00:00
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32L1xx \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32 \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2 \
|
2012-06-22 12:23:04 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/I2Cv1 \
|
2012-06-23 17:29:35 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USARTv1 \
|
2011-07-23 09:04:29 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USBv1
|