platformio / platform-atmelavr

Atmel AVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelavr
Apache License 2.0
136 stars 104 forks source link

Support Move38 boards #295

Open maxgerhardt opened 1 year ago

maxgerhardt commented 1 year ago

Resolves #294.

Adds all four Move38 boards along with an example for them from their core.

The build logic of this Arduino core is quite peculiar in some places, requiring an explicit linker script and address change of the firmware in the .hex conversion. This is replicated in PlatformIO.

You may want to package framework-arduino-avr-blinklib yourself in the registry (current stable version: 1.3).

(And squash upon merge, the commit history is not clean.)