Github runner action for firmware #396
brentfpage
started this conversation in
Show and tell
Replies: 3 comments 4 replies
@brentfpage Would creating an issue in https://github.com/bazhenov/action-avr-make maybe help to resolve these topics? |
2 replies
Could this be casued by the version of gcc used by avr-toolchain? |
1 reply
|
Maybe trying with https://github.com/modern-avr/toolchain would be beneficial |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
@brentfpage creating this missing workflow, would that be a challenge you'd like to own?
Originally posted by @mi-hol in #381 (comment)
Did so in this fork/branch. The workflow file is here and uses GH AVR make action.
Running the workflow produced a variant 02 .hex firmware file that I flashed to the board and that performed well.
There are some drawbacks of GH AVR make action:
Also, I had to make the edits to the firmware src files described here for the build to be successful. I was surprised by this because the workflow runs on
ubuntu-latest. @mmehari From the discussion in #369, I gathered that the described src edits were not required when you ran the makefile on a Linux/ubuntu platform – is that right?All reactions