git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@13154 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2019-11-02 11:08:34 +00:00
parent dbe3e7f58c
commit 68f66bb317
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@
- HAL: Added a new interface for range-finder devices (used by EX).
- HAL: Added mcuconf.h updater tool for STM32F407 (backported to 19.1.1).
- NIL: Integrated NIL 4.0.
- FIX: Fixed assertion triggered in STM32 OTGv1 driver (bug #1053)
(backported to 19.1.4)(backported to 18.2.3).
- FIX: Fixed STM32 CANv1 compile fails if CAN3 is used alone (bug #1052)
(backported to 19.1.4)(backported to 18.2.3).
- FIX: Fixed palIsLineEventEnabledX() compile fail on STM32L4 (bug #1051)