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

This commit is contained in:
Giovanni Di Sirio 2021-06-05 07:34:50 +00:00
parent 1fba6d4725
commit a5aa810883
2 changed files with 20 additions and 4 deletions

View File

@ -87,7 +87,6 @@
- NEW: Added support for STM32L422.
- NEW: Added support for STM32WLx5.
- NEW: Added initial support for RP2040.
- NEW: Added time conversion macros and functions for monotonic time stamps
- NEW: Added support for STM32WB55.
- NEW: Added chscanf() and buffered streams, contributed by Alex Lewontin.
- NEW: Added option to LWIP bindings to use memory pools instead of heap
@ -139,7 +138,7 @@
- EX: Implemented cache handling in the ADXL355 device driver.
- EX: Added support for ADXL355 Low Noise, Low Drift, Low Power, 3-Axis
MEMS Accelerometers.
- NEW: Safer messages mechanism for sandboxes (to be backported to 20.3.1).
- NEW: Safer messages mechanism for sandboxes.
- NEW: Added latency measurement test application.
- FIX: Fixed wrong wait states calculation in STM32G4xx, insufficient
boost settings (bug #1159)(backported to 20.3.4).

View File

@ -17,6 +17,13 @@ integrated in our structure: WolfSSL, FatFS and lwIP.
*** ChibiOS next general improvements ***
- Added chscanf() and buffered streams.
- Added option to LWIP bindings to use memory pools instead of heap allocator.
- Added dynamic reconfiguration API to lwIP bindings.
- Updated FatFS to version 0.14.
- Updated CMSIS headers for STM32F7, G0, G4, H7, L0, L4, L4+.
- Mail Queues test implementation in CMSIS RTOS wrapper.
- Added latency measurement test application.
*** What's new in RT/NIL ports ***
@ -33,6 +40,7 @@ integrated in our structure: WolfSSL, FatFS and lwIP.
*** What's new in SB 1.1.0 ***
- Internal rework to make it compatible with RT 7.0.0.
- Safer messages mechanism for sandboxes.
*** What's new in RT 7.0.0 ***
@ -53,10 +61,12 @@ integrated in our structure: WolfSSL, FatFS and lwIP.
*** What's new in HAL 7.2.0 ***
- Clocks reconfiguration API.
- Updated SIO driver model to support more use cases.
*** What's new in EX 1.2.0 ***
- None.
- Added support for ADXL355 Low Noise, Low Drift, Low Power, 3-Axis
MEMS Accelerometers.
*** What's new in AVR HAL support ***
@ -65,7 +75,14 @@ integrated in our structure: WolfSSL, FatFS and lwIP.
*** What's new in STM32 HAL support ***
- Dynamic clock support for L4+, G0 and G4 families.
- Improved PWR settings for L4+, G0 and G4 families.
- Support for more STM32 sub-families.
- Added MACv2 driver for STM32H7xx.
- Added support for UART9 and UART10 in STM32 USARTv1 drivers.
- Updated STM32F4xx platform with new IRQ handling, enabled the missing timers.
- SIO driver STM32 implementation for USARTv2 and USARTv3.
- Support for 3 analog watchdogs in ADCv3 (STM32F3, L4, L4+, G4).
- Support for 3 analog watchdogs in ADCv5 (STM32G0).
*** What's new in tools ***