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 \
|
2012-06-23 17:29:35 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2/pal_lld.c \
|
2013-03-18 10:47:25 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/I2Cv2/i2c_lld.c \
|
2013-09-29 17:44:23 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/RTCv2/rtc_lld.c \
|
2012-12-05 15:07:55 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/SPIv2/spi_lld.c \
|
2013-08-11 09:35:15 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/TIMv1/gpt_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/TIMv1/icu_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/TIMv1/pwm_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 \
|
2013-09-29 17:44:23 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/RTCv2 \
|
2013-03-17 13:37:57 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/I2Cv2 \
|
2012-12-05 15:07:55 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/SPIv2 \
|
2013-08-11 09:35:15 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/TIMv1 \
|
2012-06-23 17:29:35 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USARTv2
|