diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2017-01-26 16:17:23 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2017-01-26 16:17:23 +0000 |
commit | 31ab758fff356667d5ac72af4e9c7d142ab531c8 (patch) | |
tree | 9ea162e36792d7d4e4c9709b95a19b204cb76a05 /readme.txt | |
parent | d91bbf1866177bc05f70f0dd7098b8639e3f4bb7 (diff) | |
download | ChibiOS-31ab758fff356667d5ac72af4e9c7d142ab531c8.tar.gz ChibiOS-31ab758fff356667d5ac72af4e9c7d142ab531c8.tar.bz2 ChibiOS-31ab758fff356667d5ac72af4e9c7d142ab531c8.zip |
Added support for STM32F303 Discovery REV-C
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10066 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 abf52ae66..dca319543 100644 --- a/readme.txt +++ b/readme.txt @@ -88,6 +88,7 @@ *****************************************************************************
*** Next ***
+- HAL: Added support for STM32F3 Discovery REV-C or higher.
- EXT: Integrated latest FatFS 0.12b.
- HAL: Implemented separated virtual timers module under /os/hal/osal/lib,
it can be used by OSAL implementations where the underlying RTOS is
|