aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-14 07:56:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-14 07:56:35 +0000
commit173d332a864e00ad795285b113dde975594714fb (patch)
tree4f80936cabf9abf45dc61b0dc23c01cf05e21107
parentf217c7a99c4a1ded3f9c53a121433cc66d3c2063 (diff)
downloadChibiOS-173d332a864e00ad795285b113dde975594714fb.tar.gz
ChibiOS-173d332a864e00ad795285b113dde975594714fb.tar.bz2
ChibiOS-173d332a864e00ad795285b113dde975594714fb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1287 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--os/io/platforms/STM32/stm32f10x.h (renamed from demos/ARMCM3-STM32F103-GCC/stm32f10x.h)0
-rw-r--r--readme.txt2
2 files changed, 2 insertions, 0 deletions
diff --git a/demos/ARMCM3-STM32F103-GCC/stm32f10x.h b/os/io/platforms/STM32/stm32f10x.h
index e1c8451a6..e1c8451a6 100644
--- a/demos/ARMCM3-STM32F103-GCC/stm32f10x.h
+++ b/os/io/platforms/STM32/stm32f10x.h
diff --git a/readme.txt b/readme.txt
index 2026815b9..a087b8462 100644
--- a/readme.txt
+++ b/readme.txt
@@ -13,6 +13,8 @@
- NEW: New ADC (streaming capable) driver model.
- CHANGE: Moved the STM32 firmware library under ./ext, this way there is no
need to duplicate it in each demo program.
+- CHANGE: Moved the file stm32f10x.h from the demos to the platforms support
+ directory.
*** 1.3.3 ***
- FIX: Fixed bug in the LPC2148 PAL driver (bug 2881380).