aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-08 15:24:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-08 15:24:30 +0000
commit06c9f03edc93418ceeb9a3a9a7550a27fdcc8c96 (patch)
tree28629a47ea3ca3ef05ca6e101e785851187e7ca4
parentfcf9090b967d7078d20072e3fef2e269ecff9699 (diff)
downloadChibiOS-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
-rw-r--r--demos/ARMCM4-STM32F303-DISCOVERY/Makefile2
-rw-r--r--os/hal/platforms/STM32F30x/adc_lld.c (renamed from os/hal/platforms/STM32F3xx/adc_lld.c)0
-rw-r--r--os/hal/platforms/STM32F30x/adc_lld.h (renamed from os/hal/platforms/STM32F3xx/adc_lld.h)0
-rw-r--r--os/hal/platforms/STM32F30x/ext_lld_isr.c (renamed from os/hal/platforms/STM32F3xx/ext_lld_isr.c)0
-rw-r--r--os/hal/platforms/STM32F30x/ext_lld_isr.h (renamed from os/hal/platforms/STM32F3xx/ext_lld_isr.h)0
-rw-r--r--os/hal/platforms/STM32F30x/hal_lld.c (renamed from os/hal/platforms/STM32F3xx/hal_lld.c)0
-rw-r--r--os/hal/platforms/STM32F30x/hal_lld.h (renamed from os/hal/platforms/STM32F3xx/hal_lld.h)0
-rw-r--r--os/hal/platforms/STM32F30x/platform.mk (renamed from os/hal/platforms/STM32F3xx/platform.mk)0
-rw-r--r--os/hal/platforms/STM32F30x/stm32_dma.c (renamed from os/hal/platforms/STM32F3xx/stm32_dma.c)0
-rw-r--r--os/hal/platforms/STM32F30x/stm32_dma.h (renamed from os/hal/platforms/STM32F3xx/stm32_dma.h)0
-rw-r--r--os/hal/platforms/STM32F30x/stm32_isr.h (renamed from os/hal/platforms/STM32F3xx/stm32_isr.h)0
-rw-r--r--os/hal/platforms/STM32F30x/stm32_rcc.h (renamed from os/hal/platforms/STM32F3xx/stm32_rcc.h)0
-rw-r--r--os/hal/platforms/STM32F30x/stm32f30x.h (renamed from os/hal/platforms/STM32F3xx/stm32f30x.h)0
13 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM4-STM32F303-DISCOVERY/Makefile b/demos/ARMCM4-STM32F303-DISCOVERY/Makefile
index 7e6c0f2eb..0a5b2300e 100644
--- a/demos/ARMCM4-STM32F303-DISCOVERY/Makefile
+++ b/demos/ARMCM4-STM32F303-DISCOVERY/Makefile
@@ -66,7 +66,7 @@ PROJECT = ch
# Imported source files and paths
CHIBIOS = ../..
include $(CHIBIOS)/boards/ST_STM32F3_DISCOVERY/board.mk
-include $(CHIBIOS)/os/hal/platforms/STM32F3xx/platform.mk
+include $(CHIBIOS)/os/hal/platforms/STM32F30x/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/ARMCMx/STM32F3xx/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
diff --git a/os/hal/platforms/STM32F3xx/adc_lld.c b/os/hal/platforms/STM32F30x/adc_lld.c
index 48d0efafe..48d0efafe 100644
--- a/os/hal/platforms/STM32F3xx/adc_lld.c
+++ b/os/hal/platforms/STM32F30x/adc_lld.c
diff --git a/os/hal/platforms/STM32F3xx/adc_lld.h b/os/hal/platforms/STM32F30x/adc_lld.h
index 3e72d1cf0..3e72d1cf0 100644
--- a/os/hal/platforms/STM32F3xx/adc_lld.h
+++ b/os/hal/platforms/STM32F30x/adc_lld.h
diff --git a/os/hal/platforms/STM32F3xx/ext_lld_isr.c b/os/hal/platforms/STM32F30x/ext_lld_isr.c
index c310a4394..c310a4394 100644
--- a/os/hal/platforms/STM32F3xx/ext_lld_isr.c
+++ b/os/hal/platforms/STM32F30x/ext_lld_isr.c
diff --git a/os/hal/platforms/STM32F3xx/ext_lld_isr.h b/os/hal/platforms/STM32F30x/ext_lld_isr.h
index 80d05b9d5..80d05b9d5 100644
--- a/os/hal/platforms/STM32F3xx/ext_lld_isr.h
+++ b/os/hal/platforms/STM32F30x/ext_lld_isr.h
diff --git a/os/hal/platforms/STM32F3xx/hal_lld.c b/os/hal/platforms/STM32F30x/hal_lld.c
index 5370320cb..5370320cb 100644
--- a/os/hal/platforms/STM32F3xx/hal_lld.c
+++ b/os/hal/platforms/STM32F30x/hal_lld.c
diff --git a/os/hal/platforms/STM32F3xx/hal_lld.h b/os/hal/platforms/STM32F30x/hal_lld.h
index 96f4f169d..96f4f169d 100644
--- a/os/hal/platforms/STM32F3xx/hal_lld.h
+++ b/os/hal/platforms/STM32F30x/hal_lld.h
diff --git a/os/hal/platforms/STM32F3xx/platform.mk b/os/hal/platforms/STM32F30x/platform.mk
index 5cfdd415c..5cfdd415c 100644
--- a/os/hal/platforms/STM32F3xx/platform.mk
+++ b/os/hal/platforms/STM32F30x/platform.mk
diff --git a/os/hal/platforms/STM32F3xx/stm32_dma.c b/os/hal/platforms/STM32F30x/stm32_dma.c
index 8daf54f98..8daf54f98 100644
--- a/os/hal/platforms/STM32F3xx/stm32_dma.c
+++ b/os/hal/platforms/STM32F30x/stm32_dma.c
diff --git a/os/hal/platforms/STM32F3xx/stm32_dma.h b/os/hal/platforms/STM32F30x/stm32_dma.h
index a755e76ec..a755e76ec 100644
--- a/os/hal/platforms/STM32F3xx/stm32_dma.h
+++ b/os/hal/platforms/STM32F30x/stm32_dma.h
diff --git a/os/hal/platforms/STM32F3xx/stm32_isr.h b/os/hal/platforms/STM32F30x/stm32_isr.h
index b034d3487..b034d3487 100644
--- a/os/hal/platforms/STM32F3xx/stm32_isr.h
+++ b/os/hal/platforms/STM32F30x/stm32_isr.h
diff --git a/os/hal/platforms/STM32F3xx/stm32_rcc.h b/os/hal/platforms/STM32F30x/stm32_rcc.h
index 92ba6cf60..92ba6cf60 100644
--- a/os/hal/platforms/STM32F3xx/stm32_rcc.h
+++ b/os/hal/platforms/STM32F30x/stm32_rcc.h
diff --git a/os/hal/platforms/STM32F3xx/stm32f30x.h b/os/hal/platforms/STM32F30x/stm32f30x.h
index 99c6178ee..99c6178ee 100644
--- a/os/hal/platforms/STM32F3xx/stm32f30x.h
+++ b/os/hal/platforms/STM32F30x/stm32f30x.h