2011-11-18 20:28:19 +00:00
|
|
|
# List of all the STM32F4xx platform files.
|
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F4xx/stm32_dma.c \
|
2011-11-10 17:54:41 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32F4xx/hal_lld.c \
|
2011-11-18 20:28:19 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32F4xx/adc_lld.c \
|
2012-06-21 16:25:11 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32F4xx/ext_lld_isr.c \
|
2012-06-19 16:47:09 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/can_lld.c \
|
2011-11-16 17:42:54 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/ext_lld.c \
|
2011-11-15 19:06:48 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/gpt_lld.c \
|
2011-11-16 17:42:54 +00:00
|
|
|
${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-11-16 17:42:54 +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-11-02 17:36:00 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/serial_lld.c \
|
2011-11-10 17:54:41 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/spi_lld.c \
|
2011-12-08 21:17:19 +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-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-11-02 17:36:00 +00:00
|
|
|
|
|
|
|
# Required include directories
|
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F4xx \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32 \
|
2011-12-08 21:17:19 +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
|