Skip to content

µCNC v1.5.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@Paciente8159 Paciente8159 released this 29 Jul 21:34
· 1792 commits to master since this release

µCNC v1.5.0-beta is a major release that includes 2 new cores added to µCNC.
The ESP8266 and the NXP LPC176X processors.
Although with very limited IO the ESP8266 as just enough IO to control a small CNC or a laser engraver. WiFi connection via telnet is also possible with this chip.

Added

  • added core support for ESP8266 with limitied functionalities (lacks analog and input ISR) (#222)
  • added support for NXP LPC176x core (lacks EEPROM and analog) (#227)

Changed

  • configurable RX serial buffer size (#222)
  • updated tinyUSB to version 0.13.0 (#227)

Fixed