Github runner action for firmware #396
Replies: 3 comments 4 replies
-
@brentfpage Would creating an issue in https://github.com/bazhenov/action-avr-make maybe help to resolve these topics? |
Beta Was this translation helpful? Give feedback.
-
Could this be casued by the version of gcc used by avr-toolchain? |
Beta Was this translation helpful? Give feedback.
-
|
Maybe trying with https://github.com/modern-avr/toolchain would be beneficial |
Beta Was this translation helpful? Give feedback.
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?Beta Was this translation helpful? Give feedback.
All reactions