aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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).