diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-12-03 14:22:47 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-12-03 14:22:47 +0000 |
commit | 12ac530cd9d25dae33fac9afb62d73238bd7ad1d (patch) | |
tree | 1c285e9571bcfa4eebc05c633151789b37a33f17 /readme.txt | |
parent | 220a21db638ab0a480c1be8b338d471bc312c875 (diff) | |
download | ChibiOS-12ac530cd9d25dae33fac9afb62d73238bd7ad1d.tar.gz ChibiOS-12ac530cd9d25dae33fac9afb62d73238bd7ad1d.tar.bz2 ChibiOS-12ac530cd9d25dae33fac9afb62d73238bd7ad1d.zip |
Added SPI4/SPI5/SPI6 support to the STM32v1 SPIv1 low level driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6530 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 fc571b456..f8a53dd99 100644 --- a/readme.txt +++ b/readme.txt @@ -135,6 +135,7 @@ (backported to 2.6.0).
- FIX: Fixed MS2ST() and US2ST() macros error (bug #415)(backported to 2.6.0,
2.4.4, 2.2.10, NilRTOS).
+- NEW: Added SPI4/SPI5/SPI6 support to the STM32v1 SPIv1 low level driver.
- NEW: Added chvprintf() and chsnprintf() functions to the chprintf module.
- NEW: Improved time range check in the kernel, new API chTimeElapsedSince()
introduced. The API chTimeIsWithin() is now a macro.
|