Maximilian Gerhardt
Maximilian Gerhardt
I'm still running into this issue -- `avr/iom328pb.h` not found, causing lacking ATMega328PB support. Once I copy the missing file into `simavr/cores/avr`, and update my toolchain accordingly (https://stuvel.eu/post/2021-04-27-atmega328pb-on-gcc/), it works....
GPL3, which I read in the simavr source files is the license of the project, is compatible with Apache 2.0 per https://www.gnu.org/licenses/license-list.html.en#apache2 as a free software license. All the other...
I can rebase my branch (which just fixes building) against the latest version of this repo and then build + test Windows x86 + x64 binaries, sure.
I rebuilt the PlatformIO tool-simavr package for Win x64 with the latest branch plus my build fixes plus gatk555's logging fixes and execution on the commandline looks good. A simple...
I think simavr is more usefull if it outputs the firmware's intended output 1:1. Then you can even do things like having a firmware produce some binary output and pipe...
Best case, the CI build things get merged back and thus every commit will have downloadable artefacts for every major OS and architecture, plus the simavr release page will have...
I made a crude addition of a `-r / --raw` switch to simavr in commit https://github.com/maxgerhardt/simavr/commit/5616a101a1d26470d474147039bd306021043ec0, I now get the firmware output in its perfect raw form. I tried to...
> With today's build of simavr upstream, I see no difference in timing with gdb. I am running like this: That's weird, I'm basically running it the same way you...
CC @ivankravets I got CI working for all previously supported operating systems in [here](https://github.com/maxgerhardt/simavr/actions/runs/2319969010), I plan to add `pio package pack`'ing too and either a revert of my fix for...
@ivankravets I have the CI building all PlatformIO `.tar.gz` archives now at https://github.com/maxgerhardt/simavr/releases, but the binaries don't seem to be working well with the GDB debugger / VSCode. Stepping over...