diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-12 08:34:29 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-12 08:34:29 +0000 |
commit | 3ed4800b9b4126acd3b79b108658a1145dccff6f (patch) | |
tree | 5eed234760301fff86ba97c2d9f9b2977c9fe5b6 | |
parent | 3e8aa7cd6ab42de755f5e873d3775c3d7065a58f (diff) | |
download | ChibiOS-3ed4800b9b4126acd3b79b108658a1145dccff6f.tar.gz ChibiOS-3ed4800b9b4126acd3b79b108658a1145dccff6f.tar.bz2 ChibiOS-3ed4800b9b4126acd3b79b108658a1145dccff6f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2819 35acf78f-673a-0410-8e92-d51de3d6d3f4
-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.txt | 5 |
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.
|