git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16223 27425a3e-05d8-49a3-a47f-9c15f0e5edd8

This commit is contained in:
fxcoder 2023-04-15 13:46:56 +00:00
parent 9f43de84c8
commit 8734411ecf
1 changed files with 2 additions and 0 deletions

View File

@ -114,6 +114,8 @@
instead of a simple size.
- NEW: RT and NIL upgraded to support the enhanced OSLIB.
- NEW: Memory areas/pointers checker functions added to OSLIB.
- FIX: Fixed RTC & TAMP interrupts not functional (bug #1260)
(backported to 21.11.4).
- FIX: Fixed syntax errors in STM32H7xx/hal_lld_type2.h (bug #1259)
(backported to 21.11.4).
- FIX: Fixed unwanted reset of cache on STM32H7xx (bug #1258)