Skip to content

Tags: arduino/arduino-flasher-cli

Tags

v0.5.2-rc.1

Toggle v0.5.2-rc.1's commit message
Release v0.5.2-rc.1

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: force hex conversion to have 8 digits (#82)

* fix: force hex conversion to have 8 digits

* Update internal/types/serial/serial.go

Co-authored-by: mirkoCrobu <214636120+mirkoCrobu@users.noreply.github.com>

* apply review suggestions

---------

Co-authored-by: Luca Rinaldi <l.rinaldi@arduino.cc>
Co-authored-by: mirkoCrobu <214636120+mirkoCrobu@users.noreply.github.com>

v0.5.1-rc.2

Toggle v0.5.1-rc.2's commit message
Release v0.5.1-rc.2

v0.5.1-rc.1

Toggle v0.5.1-rc.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: remove arduino-deb reference (#79)

* fix: remove arduino-deb reference

* fixup! fix: remove arduino-deb reference

* apply code review suggestions

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: change `prog_firehose_ddr.elf` path to avoid qdl 2.4 errors on W…

…indows (#73)

* Change prog_firehose path to avoid errors related to qdl 2.4 on Windows

* Do not prompt the user when flashing in gRPC mode

* Fix check to clean up the directory after a successful run

* Print message to make it clear that the flasher is checking if data preservation is possible

v0.5.0-rc.8

Toggle v0.5.0-rc.8's commit message
Release v0.5.0-rc.8

v0.5.0-rc.7

Toggle v0.5.0-rc.7's commit message
add clean task

v0.5.0-rc.6

Toggle v0.5.0-rc.6's commit message
Release v0.5.0-rc.6

v0.5.0-rc.5

Toggle v0.5.0-rc.5's commit message
Release v0.5.0-rc.5

v0.5.0-rc.4

Toggle v0.5.0-rc.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: daemon mode with json format doesn't work (#61)

Running the daemon with JSON format fails with the error available only in text format.