https://github.com/ChibiOS/ChibiOS/pull/40

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14771 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
akscram 2021-09-14 09:44:01 +00:00
parent 6cf259dfe6
commit a3ce312d7e
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@
- NEW: EFL driver and demo for STM32F3xx.
- NEW: New unit test subsystem under /os/test. Now it is officially
ChibiOS/TEST.
- FIX: fixes for uart clock rounding, missing DMA streams and timers (bug #1186)
- FIX: Fixed invalid check in chVTResetTimeStamp() function (bug #1185)
(TO BE backported to 21.6.1).
- FIX: Fixed wrong configuration in testex LSM6DSL demos (bug #1184)