aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--demos/ARMCM3-STM32F107/Makefile (renamed from demos/ARMCM3-STM32F107-GCC/Makefile)0
-rw-r--r--demos/ARMCM3-STM32F107/ch.ld (renamed from demos/ARMCM3-STM32F107-GCC/ch.ld)0
-rw-r--r--demos/ARMCM3-STM32F107/chconf.h (renamed from demos/ARMCM3-STM32F107-GCC/chconf.h)0
-rw-r--r--demos/ARMCM3-STM32F107/halconf.h (renamed from demos/ARMCM3-STM32F107-GCC/halconf.h)0
-rw-r--r--demos/ARMCM3-STM32F107/main.c (renamed from demos/ARMCM3-STM32F107-GCC/main.c)0
-rw-r--r--demos/ARMCM3-STM32F107/mcuconf.h (renamed from demos/ARMCM3-STM32F107-GCC/mcuconf.h)0
-rw-r--r--demos/ARMCM3-STM32F107/readme.txt (renamed from demos/ARMCM3-STM32F107-GCC/readme.txt)0
-rw-r--r--readme.txt5
8 files changed, 3 insertions, 2 deletions
diff --git a/demos/ARMCM3-STM32F107-GCC/Makefile b/demos/ARMCM3-STM32F107/Makefile
index 9a7631be9..9a7631be9 100644
--- a/demos/ARMCM3-STM32F107-GCC/Makefile
+++ b/demos/ARMCM3-STM32F107/Makefile
diff --git a/demos/ARMCM3-STM32F107-GCC/ch.ld b/demos/ARMCM3-STM32F107/ch.ld
index 0595192db..0595192db 100644
--- a/demos/ARMCM3-STM32F107-GCC/ch.ld
+++ b/demos/ARMCM3-STM32F107/ch.ld
diff --git a/demos/ARMCM3-STM32F107-GCC/chconf.h b/demos/ARMCM3-STM32F107/chconf.h
index 3353391ca..3353391ca 100644
--- a/demos/ARMCM3-STM32F107-GCC/chconf.h
+++ b/demos/ARMCM3-STM32F107/chconf.h
diff --git a/demos/ARMCM3-STM32F107-GCC/halconf.h b/demos/ARMCM3-STM32F107/halconf.h
index b74a05529..b74a05529 100644
--- a/demos/ARMCM3-STM32F107-GCC/halconf.h
+++ b/demos/ARMCM3-STM32F107/halconf.h
diff --git a/demos/ARMCM3-STM32F107-GCC/main.c b/demos/ARMCM3-STM32F107/main.c
index 418966941..418966941 100644
--- a/demos/ARMCM3-STM32F107-GCC/main.c
+++ b/demos/ARMCM3-STM32F107/main.c
diff --git a/demos/ARMCM3-STM32F107-GCC/mcuconf.h b/demos/ARMCM3-STM32F107/mcuconf.h
index 3c741ceb8..3c741ceb8 100644
--- a/demos/ARMCM3-STM32F107-GCC/mcuconf.h
+++ b/demos/ARMCM3-STM32F107/mcuconf.h
diff --git a/demos/ARMCM3-STM32F107-GCC/readme.txt b/demos/ARMCM3-STM32F107/readme.txt
index f535df8b4..f535df8b4 100644
--- a/demos/ARMCM3-STM32F107-GCC/readme.txt
+++ b/demos/ARMCM3-STM32F107/readme.txt
diff --git a/readme.txt b/readme.txt
index ddf0b0ceb..540a66d9e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -77,8 +77,9 @@
- NEW: Improved setup packets handling in the USB driver through a specific
callback.
- OPT: Simplified Serial over USB driver configuration.
-- CHANGE: Now the STM32F107 demo targets the board Olimex STM32-P107 as
- default.
+- CHANGE: Renamed the demo ARMCM3-STM32F107-GCC in ARMCM3-STM32F107.
+- CHANGE: Now the ARMCM3-STM32F107 demo targets the board Olimex STM32-P107
+ as default.
- CHANGE: Removed all the prefixes from the structure/union field names
in the HAL subsystem.