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

This commit is contained in:
Giovanni Di Sirio 2021-10-26 19:02:18 +00:00
parent 3c5df8c553
commit 23175533dd
1 changed files with 2 additions and 2 deletions

View File

@ -77,8 +77,8 @@
- NEW: SPIv2 driver has been implemented on: STM32F0, STM32F3, STM32F7,
STM32G0, STM32G4, STM32L4, STM32L4+.
- NEW: New SPIv2 driver model, it is compatible with the previous SPI driver
and introduces: better runtime errors handling, slave mode, various
other improvements.
and introduces: better runtime errors handling, slave mode,
data synchronization function, various other improvements.
- NEW: Added an alternate port for ARMv7-M, it uses less RAM and it is
faster at interrupt processing, it is slightly slower at
thread-to-thread context switch so it is not a full replacement.