diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-28 08:52:56 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-28 08:52:56 +0000 |
commit | e7a8f8863149dedd1ab6a57406c62ea27a33e4eb (patch) | |
tree | 76015efcdff47e31f6b8ea63443ece5cbd684df0 /readme.txt | |
parent | 10a77655c04a9f8507479935e1e1ecb125f36916 (diff) | |
download | ChibiOS-e7a8f8863149dedd1ab6a57406c62ea27a33e4eb.tar.gz ChibiOS-e7a8f8863149dedd1ab6a57406c62ea27a33e4eb.tar.bz2 ChibiOS-e7a8f8863149dedd1ab6a57406c62ea27a33e4eb.zip |
Fixed bug #715.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8976 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 21e4e9171..1264b8bd1 100644 --- a/readme.txt +++ b/readme.txt @@ -92,6 +92,10 @@ - RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
+- RT: Fixed wrong SysTick initialization in generic demos (bug #715)
+ (backported to 16.1.4).
+- NIL: Fixed wrong SysTick initialization in generic demos (bug #715)
+ (backported to 16.1.4).
- HAL: Fixed usbStop does not resume threads suspended in synchronous calls
to usbTransmit (bug #714)(backported to 16.1.4).
- VAR: Fixed state check in lwIP when SYS_LIGHTWEIGHT_PROT is disabled
|