atsamd
atsamd copied to clipboard
Arduino/Genuino Zero Support
Are there any plans for Zero support?
I see there's MKRZERO support, but I'm unsure regarding how similar the pin assignments are on these boards. [EDIT]: I see Bobbin seems to feature crates for support of this board, but frankly I'd rather not stray there.
The answer is unfortunately that they are not especially similar, you can compare the two:
- https://github.com/arduino/ArduinoCore-samd/blob/master/variants/mkrzero/variant.cpp
- https://github.com/arduino/ArduinoCore-samd/blob/master/variants/arduino_zero/variant.cpp
However adding the mapping between board pins and chip pins shouldn't be too bad, it would look extremely similar to the mkrzero one but with the values from arduino_zero sheet above.
Nice, this doesn't look too difficult to implement. When I have a minute, I'll do it - cheers. I'll leave this open until then.