OSLIB release methods now return the value of the reference counter.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16396 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2023-09-30 07:34:26 +00:00
parent c08a1f59b4
commit 1b7c432aab
3 changed files with 1396 additions and 1352 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -74,6 +74,7 @@
***************************************************************************** *****************************************************************************
*** Next *** *** Next ***
- NEW: OSLIB release methods now return the value of the reference counter.
- NEW: Support for STM32C0xx. - NEW: Support for STM32C0xx.
- NEW: Improved DAC driver, updated STM32 DACv1. - NEW: Improved DAC driver, updated STM32 DACv1.
- NEW: STM32 RTCv2 and RTCv3 modified to not use shadow registers. - NEW: STM32 RTCv2 and RTCv3 modified to not use shadow registers.