Releases: samyarsadat/Pico-Build-Action
Releases · samyarsadat/Pico-Build-Action
Release v1.3.0
Version 1.3.0 release of the Pico Build Action.
Changes:
- Removed the
board_name
input. Board name and platform should be set in the project's CMake configuration. See example configuration. - Added a BASH script for updating the
v1
major version tag. - Updated README.md to remove RP2040-specific references, as this action works with the RP2350 as well.
- Test program is now built for the Pico 2 (RP2350).
Release v1.2.1
Version 1.2.1 release of the Pico Build Action.
Bugfixes:
- Fixed a bug where, under certain conditions, the
make
command would fail because the working directory had changed since the lastcd
command.
Release v1.2.0
Version 1.2.0 release of the Pico Build Action.
Changes:
- Added new option for specifying the makefiles generator that is to be used by CMake.
Release v1.1.1
Version 1.1.1 release of the Pico Build Action.
Changes:
- Minor change to how build and source directory paths are passed to the CMake command.
Release v1.1.0
Version 1.1.0 release of the Pico Build Action.
Changes:
- Added an input option for only generating build files and not building the project.
Release v1.0.1
Version 1.0.1 release of the Pico Build Action.
Bugfixes:
- Fixed a bug where paths with spaces could cause failures.
Initial Release v1.0.0
This is the initial version 1.0.0 release of the Pico Build Action.