Overview
New functionality for DMA-driven, asynchronous Wire and SPI operations. Update SPI displays or I2C peripherals without busy-waiting on them.
New functionality for Bluetooth audio (A2DP). A2DP Source (output) and A2DP Sink (input) supported with examples.
LWIP crash-on-ping-response fixed, and checksum operations sped up.
Bluetooth
Asynchronous I/O (DMA-driven)
Networking (LWIP)
- Use custom LWIP checksum for ~13% faster checksums (#2172)
- Fix LWIP crash on unexpected ping packets (#2159)
- Protect againt calling LWIP_Ethernet::begin twice (#2158)
SDFS speedup
- Update SDFat to use array transfers (#2164)