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

This commit is contained in:
Giovanni Di Sirio 2021-11-06 09:05:08 +00:00
parent c42ccba9e0
commit 09d9092e4e
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@
using HTTP from a storage device. using HTTP from a storage device.
- NEW: Updated FatFS to version 0.14b. - NEW: Updated FatFS to version 0.14b.
- NEW: SPIv2 driver has been implemented on: STM32F0, STM32F1, STM32F3, - NEW: SPIv2 driver has been implemented on: STM32F0, STM32F1, STM32F3,
STM32F4, STM32F7, STM32G0, STM32G4, STM32L0, STM32L4, STM32L4+, STM32F4, STM32F7, STM32G0, STM32G4, STM32L0, STM32L1, STM32L4,
STM32H7. STM32L4+, STM32H7.
- NEW: New SPIv2 driver model, it is compatible with the previous SPI driver - NEW: New SPIv2 driver model, it is compatible with the previous SPI driver
and introduces: better runtime errors handling, slave mode, and introduces: better runtime errors handling, slave mode,
data synchronization function, various other improvements. data synchronization function, various other improvements.