Skip to content

v6.3.0

Compare
Choose a tag to compare
@paradajz paradajz released this 10 Jan 21:45
· 613 commits to master since this release

New features

  • Added support for STM32F401CC BlackPill variant
  • Analog filters are now configurable in compile time for custom boards to reduce the usage of RAM and to improve latency on AVR boards

Improvements

  • Various performance improvements
  • Switched to 38400 baudrate again for Arduino Mega2560 for communication between main and USB link MCU
  • Some STM32 boards now support 10 presets again instead of just 5

Fixes

  • Fix broken code compilation when buttons aren't used on custom boards
  • Fixed some tests being compiled with wrong constants

Misc

  • Reorganized board source hierarchy