aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-01 14:05:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-01 14:05:59 +0000
commit219606d05da820b72a492330256a143d5176317c (patch)
treef4109d82f8240b76d84568b51a8da58ac3137941 /readme.txt
parent38acf6953fa4221a1fa7f43d78bfb94402fc8f48 (diff)
downloadChibiOS-219606d05da820b72a492330256a143d5176317c.tar.gz
ChibiOS-219606d05da820b72a492330256a143d5176317c.tar.bz2
ChibiOS-219606d05da820b72a492330256a143d5176317c.zip
Added STM8 SPI demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2320 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 294040abc..499120652 100644
--- a/readme.txt
+++ b/readme.txt
@@ -58,6 +58,7 @@
| +--coverage/ - Code coverage project.
+--testhal/ - HAL integration test demos.
+--STM32/ - STM32 HAL demos.
+ +--STM8/ - STM8 HAL demos.
*****************************************************************************
*** Releases ***
@@ -66,6 +67,7 @@
*** 2.1.3 ***
- FIX: DMA not initialized under some conditions (bug 3099701).
- NEW: Added an SPI driver to the STM8 platform support.
+- NEW: Added a simple STM8 SPI demo under ./testhal/STM8/SPI.
- CHANGE: Renamed most of the STM8 HAL settings macro names in order to
make names more consistent.
NOTE: ****** Make sure to use a mcuconf.h file taken from ******