RobotDyn SAMD21 M0 MINI¶
lbuild config: modm:samd21-mini
The SAMD21 MINI board is a small breakout board for the ATSAMD21G18 ARM Cortex-M0 processor, clocked at 48 MHz and at 3.3V logic.
See: https://robotdyn.com/samd21-m0-mini.html
It can be bought for little cost from well known Chinese online stores.
Configuration¶
<library>
<options>
<option name="modm:target">samd21g18a-uu</option>
<option name="modm:platform:cortex-m:linkerscript.flash_offset">0x2000</option>
</options>
<modules>
<module>modm:board:samd21-mini</module>
</modules>
</library>