ArduinoCore-megaavr
ArduinoCore-megaavr copied to clipboard
Arduino Core for the ATMEGA4809 CPU
Results
51
ArduinoCore-megaavr issues
Sort by
recently updated
recently updated
newest added
trafficstars
Fix CI
1
Currently, [Compile MuxTo github action](https://github.com/arduino/ArduinoCore-megaavr/actions/workflows/compile-muxto.yml) fails (e.g., https://github.com/arduino/ArduinoCore-megaavr/actions/runs/11121101633), so we cannot follow https://github.com/arduino/ArduinoCore-megaavr/issues/103#issuecomment-1651216008. This PR tries to fix that situation. - `upload-artifact@v2` and `download-artifact@v2` failed because they are deprecated, so...