Skip to content

v5.4.0 - MIDI, Seed 2 DFM, and more

Compare
Choose a tag to compare
@stephenhensley stephenhensley released this 22 Jun 00:18
· 108 commits to master since this release
ae9b45e

v5.4.0

Features

  • adc: added ConversionSpeed configuration to the AdcChannelConfig (#579)
  • board: Updated Daisy board definitions to use new Pin system (#581)
  • board: added official support for new Daisy Seed2 DFM hardware (built in compatibility with DaisySeed class).
  • device: added driver for SK9822 (#574)
  • examples: added a number of minimal examples for the Seed/Seed2DFM
  • gatein: added new Init function that is compatible with newer C++ Pin type.

Bug Fixes

  • patchsm: Corrected gate out pin assignment confusion added by (#417) as noted by apbianco and tele_player
  • midi: improvements to UART transport stability, and fixes to parser (#566, #564, #583)
  • qspi: fixed memory cache invalidation for Persistent Storage (#572)
  • spi: fixed issue with unpredictable pin states at end of transmission (#553, #559)

Other

  • build: removed redundant compile-time def from CMake build (#565)
  • docs: use explicit grouping; omit comments from output (#563)
  • docs: fix typo in GPIO guide (#567)