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 \
|
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 \
|
2012-01-27 10:44:42 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/i2c_lld.c \
|
2011-11-16 17:42:54 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/icu_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/pwm_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-11-16 17:42:54 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/uart_lld.c \
|
2011-12-08 21:17:19 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2/pal_lld.c \
|
2011-12-24 11:39:04 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/RTCv2/rtc_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 \
|
2011-12-24 11:39:04 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/RTCv2
|