From c7dab5762e8cdd914568e05bf85209bfbbaef639 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 6 Nov 2010 10:27:34 +0000 Subject: Restored RIDE7 build files in the STM32F103 demo. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2332 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM3-STM32F103-GCC/ride7/ch.rapp | 163 ++++++++++++++++--------------- demos/ARMCM3-STM32F103-GCC/ride7/ch.rprj | 4 +- readme.txt | 2 + todo.txt | 6 +- 4 files changed, 89 insertions(+), 86 deletions(-) diff --git a/demos/ARMCM3-STM32F103-GCC/ride7/ch.rapp b/demos/ARMCM3-STM32F103-GCC/ride7/ch.rapp index 3dbacd826..e72957e50 100644 --- a/demos/ARMCM3-STM32F103-GCC/ride7/ch.rapp +++ b/demos/ARMCM3-STM32F103-GCC/ride7/ch.rapp @@ -1,103 +1,104 @@ - - - - - - - + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - + - - - + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - +
- +
- + - +
- +
- - + +
- +
- +
@@ -105,34 +106,34 @@
- +
- +
- +
- +
- +
- +
- +
- +
diff --git a/demos/ARMCM3-STM32F103-GCC/ride7/ch.rprj b/demos/ARMCM3-STM32F103-GCC/ride7/ch.rprj index 77591474e..d9f866c84 100644 --- a/demos/ARMCM3-STM32F103-GCC/ride7/ch.rprj +++ b/demos/ARMCM3-STM32F103-GCC/ride7/ch.rprj @@ -1,4 +1,4 @@ - - + + \ No newline at end of file diff --git a/readme.txt b/readme.txt index fd8f13bff..5c594afc4 100644 --- a/readme.txt +++ b/readme.txt @@ -69,6 +69,8 @@ - FIX: Broken C++ wrapper (bug 3100925). - FIX: Broken lwIP/uIP demos (bug 3100901). - FIX: DMA not initialized under some conditions (bug 3099701). +- FIX: Restored the RIDE7 build files in the STM32F103 demo, note the RIDE7 + build files are not supported so this has not been tracked as a bug. - NEW: Added an SPI driver to the STM8 platform support. - NEW: Added a simple STM8 SPI demo under ./testhal/STM8/SPI. - NEW: Divided the file STM32/vectors.s in several files, one for each diff --git a/todo.txt b/todo.txt index 124319d34..d5428af58 100644 --- a/todo.txt +++ b/todo.txt @@ -39,15 +39,15 @@ N Evaluate if to add a synchronous API to the UART driver, eventually do so. * Automatic compilation and upload of the various documents on the web site (doxygen + rsync). * New STM8S/A SPI driver. +* Reorganization of the STM32 family port-level support. +* Remove preprocessor directives from the assembler files and restore the + RIDE7 build files in the STM32 demo. - STM8L official HAL support, it will have to be separated from the STM8S/STM8A HAL because it is very different, actually it looks much more like a mini STM32, most STM32 drivers will only require few changes it also has a very similar DMA (waiting for the new STM8L-Discovery kit). - Add the STM32VL to the official STM32 HAL support (waiting for the new STM32-Discovery kit). -- Reorganization of the STM32 family port-level support. -- Remove preprocessor directives from the assembler files and restore the - RIDE7 build in the STM32 demo. X Except for the above, bug fixing only until the 2.2.0 release. Within 2.3.x (hopefully) -- cgit v1.2.3