Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Apr 16, 2023
1 parent 8516bab commit ef3ae83
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@

# Changelog

## [1.6.0] - 17-04-2023

### 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)


## [1.5.7] - 12-01-2023

## Contributors
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

µCNC - Universal CNC firmware for microcontrollers

# Building µCNC

To configure µCNC to fit your hardware you can use [µCNC config builder web tool](https://paciente8159.github.io/uCNC-config-builder/) to generate the config override files.
Although most of the options are configurable via the web tool, some options might be missing and you might need to add them manually (regarding tools or addon modules mostly).

# VERSION 1.6+ TINYUSB NOTES

From version 1.6 and newer TinyUSB integration is now managed via a and external Arduino IDE library customized for µCNC and can be downloaded at [uCNC-tinyusb](https://github.com/Paciente8159/uCNC-tinyusb).
Expand Down
2 changes: 1 addition & 1 deletion uCNC/src/cnc_build.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ extern "C"
#endif

#define CNC_MAJOR_MINOR_VERSION "1.6"
#define CNC_PATCH_VERSION ".0-pre"
#define CNC_PATCH_VERSION ".0"

#define CNC_VERSION CNC_MAJOR_MINOR_VERSION CNC_PATCH_VERSION

Expand Down

0 comments on commit ef3ae83

Please sign in to comment.