diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-14 09:45:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-14 09:45:53 +0000 |
commit | 7c31ee40a8643ce4df4bb3e86cb5aa995544abb1 (patch) | |
tree | 7713bc378fc488348747a14e831d069da0a8943c /readme.txt | |
parent | d6e56d6e7fee513c7436816a7abaaf6a6c3fb007 (diff) | |
download | ChibiOS-7c31ee40a8643ce4df4bb3e86cb5aa995544abb1.tar.gz ChibiOS-7c31ee40a8643ce4df4bb3e86cb5aa995544abb1.tar.bz2 ChibiOS-7c31ee40a8643ce4df4bb3e86cb5aa995544abb1.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1921 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 5baab4cff..754e53dfd 100644 --- a/readme.txt +++ b/readme.txt @@ -69,6 +69,7 @@ the CL sub-family (untested). Now the selection of the sub-family is done
in the board.h file, there is no more the need to put -DSTM32F10X_xx into
the makefile.
+- NEW: Added the palSetBusMode() capability to the STM8 PAL driver.
- Tested the STM8 port with the latest RKit-STM8_2.28.10.0092. It works but
the new compiler shows a general performance regression except in one
test case.
|