aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-01 09:47:27 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-01 09:47:27 +0000
commit8869375cd3f20a6eb979d43de8e876f7dc857dd7 (patch)
tree83c8ad87e12b502c4fb8a5bedacb4d333ca2bf42
parent067171ec9f0e8b5f488ceddf7cf11d1c1f0867e1 (diff)
downloadChibiOS-8869375cd3f20a6eb979d43de8e876f7dc857dd7.tar.gz
ChibiOS-8869375cd3f20a6eb979d43de8e876f7dc857dd7.tar.bz2
ChibiOS-8869375cd3f20a6eb979d43de8e876f7dc857dd7.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6238 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/ext/CMSIS/ST/stm32f0xx.h (renamed from os/rt/ports/ARMCMx/devices/STM32F0xx/stm32f0xx.h)0
-rw-r--r--os/ext/CMSIS/ST/stm32f30x.h (renamed from os/rt/ports/ARMCMx/devices/STM32F30x/stm32f30x.h)0
-rw-r--r--os/ext/CMSIS/ST/stm32f4xx.h (renamed from os/rt/ports/ARMCMx/devices/STM32F4xx/stm32f4xx.h)0
-rw-r--r--os/ext/CMSIS/ST/system_stm32f0xx.h (renamed from os/rt/ports/ARMCMx/devices/STM32F0xx/system_stm32f0xx.h)0
-rw-r--r--os/ext/CMSIS/ST/system_stm32f30x.h (renamed from os/rt/ports/ARMCMx/devices/STM32F30x/system_stm32f30x.h)0
-rw-r--r--os/ext/CMSIS/ST/system_stm32f4xx.h (renamed from os/rt/ports/ARMCMx/devices/STM32F4xx/system_stm32f4xx.h)0
-rw-r--r--os/rt/ports/ARMCMx/devices/STM32F0xx/port.mk1
-rw-r--r--os/rt/ports/ARMCMx/devices/STM32F30x/port.mk1
-rw-r--r--os/rt/ports/ARMCMx/devices/STM32F4xx/port.mk1
9 files changed, 3 insertions, 0 deletions
diff --git a/os/rt/ports/ARMCMx/devices/STM32F0xx/stm32f0xx.h b/os/ext/CMSIS/ST/stm32f0xx.h
index 28ad5a884..28ad5a884 100644
--- a/os/rt/ports/ARMCMx/devices/STM32F0xx/stm32f0xx.h
+++ b/os/ext/CMSIS/ST/stm32f0xx.h
diff --git a/os/rt/ports/ARMCMx/devices/STM32F30x/stm32f30x.h b/os/ext/CMSIS/ST/stm32f30x.h
index 99c6178ee..99c6178ee 100644
--- a/os/rt/ports/ARMCMx/devices/STM32F30x/stm32f30x.h
+++ b/os/ext/CMSIS/ST/stm32f30x.h
diff --git a/os/rt/ports/ARMCMx/devices/STM32F4xx/stm32f4xx.h b/os/ext/CMSIS/ST/stm32f4xx.h
index 11f40e8dc..11f40e8dc 100644
--- a/os/rt/ports/ARMCMx/devices/STM32F4xx/stm32f4xx.h
+++ b/os/ext/CMSIS/ST/stm32f4xx.h
diff --git a/os/rt/ports/ARMCMx/devices/STM32F0xx/system_stm32f0xx.h b/os/ext/CMSIS/ST/system_stm32f0xx.h
index 060bf6b1b..060bf6b1b 100644
--- a/os/rt/ports/ARMCMx/devices/STM32F0xx/system_stm32f0xx.h
+++ b/os/ext/CMSIS/ST/system_stm32f0xx.h
diff --git a/os/rt/ports/ARMCMx/devices/STM32F30x/system_stm32f30x.h b/os/ext/CMSIS/ST/system_stm32f30x.h
index 797423449..797423449 100644
--- a/os/rt/ports/ARMCMx/devices/STM32F30x/system_stm32f30x.h
+++ b/os/ext/CMSIS/ST/system_stm32f30x.h
diff --git a/os/rt/ports/ARMCMx/devices/STM32F4xx/system_stm32f4xx.h b/os/ext/CMSIS/ST/system_stm32f4xx.h
index 98da16c1e..98da16c1e 100644
--- a/os/rt/ports/ARMCMx/devices/STM32F4xx/system_stm32f4xx.h
+++ b/os/ext/CMSIS/ST/system_stm32f4xx.h
diff --git a/os/rt/ports/ARMCMx/devices/STM32F0xx/port.mk b/os/rt/ports/ARMCMx/devices/STM32F0xx/port.mk
index 355cdcdeb..23a461a32 100644
--- a/os/rt/ports/ARMCMx/devices/STM32F0xx/port.mk
+++ b/os/rt/ports/ARMCMx/devices/STM32F0xx/port.mk
@@ -7,6 +7,7 @@ PORTSRC = ${CHIBIOS}/os/rt/ports/ARMCMx/chcore.c \
PORTASM = $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.s
PORTINC = ${CHIBIOS}/os/ext/CMSIS/include \
+ ${CHIBIOS}/os/ext/CMSIS/ST \
${CHIBIOS}/os/rt/ports/ARMCMx \
${CHIBIOS}/os/rt/ports/ARMCMx/compilers/GCC \
${CHIBIOS}/os/rt/ports/ARMCMx/devices/STM32F0xx
diff --git a/os/rt/ports/ARMCMx/devices/STM32F30x/port.mk b/os/rt/ports/ARMCMx/devices/STM32F30x/port.mk
index 8ff32a4a3..f22a8e78b 100644
--- a/os/rt/ports/ARMCMx/devices/STM32F30x/port.mk
+++ b/os/rt/ports/ARMCMx/devices/STM32F30x/port.mk
@@ -7,6 +7,7 @@ PORTSRC = ${CHIBIOS}/os/rt/ports/ARMCMx/chcore.c \
PORTASM = $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.s
PORTINC = ${CHIBIOS}/os/ext/CMSIS/include \
+ ${CHIBIOS}/os/ext/CMSIS/ST \
${CHIBIOS}/os/rt/ports/ARMCMx \
${CHIBIOS}/os/rt/ports/ARMCMx/compilers/GCC \
${CHIBIOS}/os/rt/ports/ARMCMx/devices/STM32F30x
diff --git a/os/rt/ports/ARMCMx/devices/STM32F4xx/port.mk b/os/rt/ports/ARMCMx/devices/STM32F4xx/port.mk
index 2e554ddcd..69e30009b 100644
--- a/os/rt/ports/ARMCMx/devices/STM32F4xx/port.mk
+++ b/os/rt/ports/ARMCMx/devices/STM32F4xx/port.mk
@@ -7,6 +7,7 @@ PORTSRC = ${CHIBIOS}/os/rt/ports/ARMCMx/chcore.c \
PORTASM = $(CHIBIOS)/os/rt/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.s
PORTINC = ${CHIBIOS}/os/ext/CMSIS/include \
+ ${CHIBIOS}/os/ext/CMSIS/ST \
${CHIBIOS}/os/rt/ports/ARMCMx \
${CHIBIOS}/os/rt/ports/ARMCMx/compilers/GCC \
${CHIBIOS}/os/rt/ports/ARMCMx/devices/STM32F4xx