Skip to content

Adafruit Feather-M0

lbuild config: modm:feather-m0

At the Feather M0's heart is an ATSAMD21G18 ARM Cortex M0 processor, clocked at 48 MHz and at 3.3V logic, the same one used in the new Arduino Zero. This chip has a whopping 256K of FLASH (8x more than the Atmega328 or 32u4) and 32K of RAM (16x as much)! This chip comes with built in USB so it has USB-to-Serial program & debug capability built in with no need for an FTDI-like chip.

https://www.adafruit.com/product/2772

Configuration

<library>
  <options>
    <option name="modm:target">samd21g18a-au</option>
    <option name="modm:platform:cortex-m:linkerscript.flash_offset">0x2000</option>
  </options>
  <modules>
    <module>modm:board:feather-m0</module>
  </modules>
</library>