Skip to content

µCNC v1.6.0

Compare
Choose a tag to compare
@Paciente8159 Paciente8159 released this 17 Apr 21:42
· 1381 commits to master since this release
0cf4c28

µCNC version 1.6.0 adds support for the RP2040 core (Raspberry Pi Pico and Pico W).
WiFi is supported on Pico W. BT is planned to be included too.

This also removes tinyUSB files from code to an external library that is easy to update and maintain.
Further improvements to make the Web Config Tool easier to use on both Arduino IDE and PIO are implemented.

Added

  • added core support for RP2040 MCU (#360)

Changed

  • moved tinyUSB out from the source and into an external library (#359)
  • moved override configuration files to root directory of the project (#362)