diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-19 14:28:03 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-08-19 14:28:03 +0000 |
commit | 79ad42bc2b8e9013d0a02a9d758fa8af36322b27 (patch) | |
tree | 41dff8ee5363e87bddbc6560438e69de178204ec /os | |
parent | 52e34df5767ed023955d295cc118d92bb42cff46 (diff) | |
download | ChibiOS-79ad42bc2b8e9013d0a02a9d758fa8af36322b27.tar.gz ChibiOS-79ad42bc2b8e9013d0a02a9d758fa8af36322b27.tar.bz2 ChibiOS-79ad42bc2b8e9013d0a02a9d758fa8af36322b27.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6182 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/STM32/TIMv1/st_lld.c (renamed from os/hal/platforms/STM32/st_lld.c) | 0 | ||||
-rw-r--r-- | os/hal/platforms/STM32/TIMv1/st_lld.h (renamed from os/hal/platforms/STM32/st_lld.h) | 0 | ||||
-rw-r--r-- | os/hal/platforms/STM32F30x/platform.mk | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/STM32/st_lld.c b/os/hal/platforms/STM32/TIMv1/st_lld.c index debfde38f..debfde38f 100644 --- a/os/hal/platforms/STM32/st_lld.c +++ b/os/hal/platforms/STM32/TIMv1/st_lld.c diff --git a/os/hal/platforms/STM32/st_lld.h b/os/hal/platforms/STM32/TIMv1/st_lld.h index 78929cac5..78929cac5 100644 --- a/os/hal/platforms/STM32/st_lld.h +++ b/os/hal/platforms/STM32/TIMv1/st_lld.h diff --git a/os/hal/platforms/STM32F30x/platform.mk b/os/hal/platforms/STM32F30x/platform.mk index 03eebe4d2..09d7f1872 100644 --- a/os/hal/platforms/STM32F30x/platform.mk +++ b/os/hal/platforms/STM32F30x/platform.mk @@ -6,7 +6,6 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/common/ARMCMx/nvic.c \ ${CHIBIOS}/os/hal/platforms/STM32F30x/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/st_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/GPIOv2/pal_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/I2Cv2/i2c_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/RTCv2/rtc_lld.c \
@@ -14,6 +13,7 @@ PLATFORMSRC = ${CHIBIOS}/os/hal/platforms/common/ARMCMx/nvic.c \ ${CHIBIOS}/os/hal/platforms/STM32/TIMv1/gpt_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/TIMv1/icu_lld.c \
${CHIBIOS}/os/hal/platforms/STM32/TIMv1/pwm_lld.c \
+ ${CHIBIOS}/os/hal/platforms/STM32/TIMv1/st_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
|