diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-06 10:27:34 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-06 10:27:34 +0000 |
commit | c7dab5762e8cdd914568e05bf85209bfbbaef639 (patch) | |
tree | 82fc2ae808a5a203e49e06cc9b8c70019c14fe84 /readme.txt | |
parent | 6b47e9a61b2d9d8487a43d918146a111ed60adfb (diff) | |
download | ChibiOS-c7dab5762e8cdd914568e05bf85209bfbbaef639.tar.gz ChibiOS-c7dab5762e8cdd914568e05bf85209bfbbaef639.tar.bz2 ChibiOS-c7dab5762e8cdd914568e05bf85209bfbbaef639.zip |
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
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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
|