diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-08 15:24:30 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-02-08 15:24:30 +0000 |
commit | 06c9f03edc93418ceeb9a3a9a7550a27fdcc8c96 (patch) | |
tree | 28629a47ea3ca3ef05ca6e101e785851187e7ca4 /os/hal/platforms/STM32F3xx/platform.mk | |
parent | fcf9090b967d7078d20072e3fef2e269ecff9699 (diff) | |
download | ChibiOS-06c9f03edc93418ceeb9a3a9a7550a27fdcc8c96.tar.gz ChibiOS-06c9f03edc93418ceeb9a3a9a7550a27fdcc8c96.tar.bz2 ChibiOS-06c9f03edc93418ceeb9a3a9a7550a27fdcc8c96.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5131 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F3xx/platform.mk')
-rw-r--r-- | os/hal/platforms/STM32F3xx/platform.mk | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/os/hal/platforms/STM32F3xx/platform.mk b/os/hal/platforms/STM32F3xx/platform.mk deleted file mode 100644 index 5cfdd415c..000000000 --- a/os/hal/platforms/STM32F3xx/platform.mk +++ /dev/null @@ -1,23 +0,0 @@ -# List of all the STM32F3xx platform files.
-PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/STM32F3xx/stm32_dma.c \
- ${CHIBIOS}/os/hal/platforms/STM32F3xx/hal_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32F3xx/adc_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32F3xx/ext_lld_isr.c \
- ${CHIBIOS}/os/hal/platforms/STM32/can_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32/ext_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32/gpt_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32/icu_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32/pwm_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32/GPIOv2/pal_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32/SPIv2/spi_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32/USARTv2/serial_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32/USARTv2/uart_lld.c \
- ${CHIBIOS}/os/hal/platforms/STM32/USBv1/usb_lld.c
-
-# Required include directories
-PLATFORMINC = ${CHIBIOS}/os/hal/platforms/STM32F3xx \
- ${CHIBIOS}/os/hal/platforms/STM32 \
- ${CHIBIOS}/os/hal/platforms/STM32/GPIOv2 \
- ${CHIBIOS}/os/hal/platforms/STM32/SPIv2 \
- ${CHIBIOS}/os/hal/platforms/STM32/USARTv2 \
- ${CHIBIOS}/os/hal/platforms/STM32/USBv1
|