Skip to content

Commit

Permalink
CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Apr 26, 2023
1 parent 14c0326 commit 5f14318
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
- moved tinyUSB out from the source and into an external library (#359)
- moved override configuration files to root directory of the project (#362)

## [1.6.0-alpha] - 19-01-2023

### Added

- initial release of core support for RP2040 MCU (#360)

## [1.5.7] - 12-01-2023

Expand Down Expand Up @@ -1151,6 +1156,9 @@ Version 1.1.0 comes with many added features and improvements over the previous

### Initial release

[1.6.1]: https://github.com/Paciente8159/uCNC/releases/tag/v1.6.1
[1.6.0]: https://github.com/Paciente8159/uCNC/releases/tag/v1.6.0
[1.6.0-alpha]: https://github.com/Paciente8159/uCNC/releases/tag/v1.6.0-alpha
[1.5.7]: https://github.com/Paciente8159/uCNC/releases/tag/v1.5.7
[1.5.6]: https://github.com/Paciente8159/uCNC/releases/tag/v1.5.6
[1.5.5]: https://github.com/Paciente8159/uCNC/releases/tag/v1.5.5
Expand Down
2 changes: 2 additions & 0 deletions uCNC/src/hal/boards/rp2040/rp2040.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[common_rp2040]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
platform_packages =
framework-arduinopico@https://github.com/earlephilhower/arduino-pico.git#master
; board = pico
framework = arduino
board_build.core = earlephilhower
Expand Down

0 comments on commit 5f14318

Please sign in to comment.