Skip to content

µCNC v1.6.1

Compare
Choose a tag to compare
@Paciente8159 Paciente8159 released this 26 Apr 19:50
· 1354 commits to master since this release

µCNC version 1.6.1 adds Bluetooth support for the RP2040 core (Raspberry Pi Pico W) and EEPROM emulation for STM32F4.
STM32 platform is also improved to better support MCU variants.
Some issues were also fixed

Added

  • added EEPROM emulation to STM32F4 mcu boards (#370)
  • added Bluetooth support for RP2040 (#364)

Changed

  • better STM32 variants support and configuration (#371)

Fixed

  • fixed missing UART RX PULLUP configuration that caused random character input stream on noisy environments, leading to random error messages and deadlocks (#369)
  • fixed RAM_ONLY_SETTINGS option that was default in v1.6.0 pre builds (#369)