2012-06-21 16:25:11 +00:00
|
|
|
# List of all the STM32F0xx platform files.
|
2012-05-24 18:31:34 +00:00
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F0xx/stm32_dma.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32F0xx/hal_lld.c \
|
2012-06-21 16:25:11 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32F0xx/adc_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32F0xx/ext_lld_isr.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/ext_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/gpt_lld.c \
|
2012-06-21 17:24:17 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/icu_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/pwm_lld.c \
|
2012-06-23 17:29:35 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2/pal_lld.c \
|
2012-12-05 15:07:55 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/SPIv2/spi_lld.c \
|
2012-11-30 13:15:58 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USARTv2/serial_lld.c \
|
2012-06-23 17:52:27 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USARTv2/uart_lld.c
|
2012-05-17 18:44:03 +00:00
|
|
|
|
|
|
|
# Required include directories
|
2012-05-18 15:29:20 +00:00
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F0xx \
|
2012-06-21 16:25:11 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32 \
|
2012-06-23 17:29:35 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2 \
|
2012-12-05 15:07:55 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/SPIv2 \
|
2012-06-23 17:29:35 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USARTv2
|