2011-12-22 12:38:21 +00:00
|
|
|
# List of all the STM32F2xx platform files.
|
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F2xx/stm32_dma.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32F2xx/hal_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32F2xx/adc_lld.c \
|
2012-06-21 16:25:11 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32F2xx/ext_lld_isr.c \
|
2012-06-19 16:47:09 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/can_lld.c \
|
2011-12-22 12:38:21 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/ext_lld.c \
|
2011-07-27 12:22:07 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/gpt_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/icu_lld.c \
|
2012-04-03 18:39:39 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/mac_lld.c \
|
2011-07-27 12:22:07 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/pwm_lld.c \
|
2012-06-22 18:39:19 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/sdc_lld.c \
|
2011-07-27 12:22:07 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/serial_lld.c \
|
2011-12-22 12:38:21 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/spi_lld.c \
|
|
|
|
${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-03-28 14:19:40 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/OTGv1/usb_lld.c \
|
2012-06-23 17:29:35 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/RTCv2/rtc_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USARTv1/uart_lld.c
|
2011-07-27 12:22:07 +00:00
|
|
|
|
|
|
|
# Required include directories
|
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F2xx \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32 \
|
2011-12-22 12:38:21 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2 \
|
2012-06-22 12:23:04 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/I2Cv1 \
|
2012-03-28 14:19:40 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/OTGv1 \
|
2012-06-23 17:29:35 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/RTCv2 \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USARTv1
|