2013-02-08 15:36:31 +00:00
|
|
|
# List of all the STM32F30x platform files.
|
|
|
|
PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F30x/stm32_dma.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32F30x/hal_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32F30x/adc_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32F30x/ext_lld_isr.c \
|
2012-12-07 13:00:12 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/can_lld.c \
|
2012-12-24 12:44:12 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/ext_lld.c \
|
2012-12-07 11:52:13 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/gpt_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/icu_lld.c \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/pwm_lld.c \
|
2012-11-30 13:15:58 +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 \
|
2012-12-05 15:07:55 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/SPIv2/spi_lld.c \
|
2012-12-07 16:04:23 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USARTv2/serial_lld.c \
|
2012-12-16 10:05:35 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USARTv2/uart_lld.c \
|
2012-12-07 16:04:23 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USBv1/usb_lld.c
|
2012-10-22 17:46:59 +00:00
|
|
|
|
|
|
|
# Required include directories
|
2013-02-08 15:36:31 +00:00
|
|
|
PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F30x \
|
2012-10-22 17:46:59 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32 \
|
2012-12-04 15:02:49 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2 \
|
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 \
|
2012-12-07 16:04:23 +00:00
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USARTv2 \
|
|
|
|
${CHIBIOS}/os/hal/platforms/STM32/USBv1
|