diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-06 11:43:13 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-01-06 11:43:13 +0000 |
commit | a929bb50f45bbe455108dd3c188025c48008bb41 (patch) | |
tree | 1bd912b7f370c188f175335b8f4cabbac0af595a /release_note_16.1.0.txt | |
parent | af050e7716043b070481b30955d86cdcfee1cb24 (diff) | |
download | ChibiOS-a929bb50f45bbe455108dd3c188025c48008bb41.tar.gz ChibiOS-a929bb50f45bbe455108dd3c188025c48008bb41.tar.bz2 ChibiOS-a929bb50f45bbe455108dd3c188025c48008bb41.zip |
Fixed bug #687.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8697 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'release_note_16.1.0.txt')
-rw-r--r-- | release_note_16.1.0.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_note_16.1.0.txt b/release_note_16.1.0.txt index 71c7a8674..287a2d932 100644 --- a/release_note_16.1.0.txt +++ b/release_note_16.1.0.txt @@ -22,6 +22,7 @@ been back-ported to previous stable branches. *** What's new in RT 3.1.0 ***
+- Support for Cortex-M7.
- Added new function chVTGetTimersStateI() returning the state of the
timers list. This is useful to assess if it is convenient to transition
to lower power modes.
@@ -85,4 +86,5 @@ been back-ported to previous stable branches. *** What's new in NIL 1.1.0 ***
+- Support for Cortex-M7.
- Minor bugs fixed.
|