circuitpython/atmel-samd/boards/metro_m0_express
Scott Shawcroft 266be30777 atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203)
* atmel-samd: Introduce a nvm module for non-volatile byte-level memory access.

This allows for persisting small configuration values even when the file system
is read-only from CircuitPython.

Fixes #160

* Review feedback:
* Add tests.
* Fix non-zero index.
* Fix len()
2017-08-25 16:00:27 -04:00
..
board.c atmel-samd: Introduce board reset mechanic used on CircuitPlayground 2017-06-16 15:40:15 -07:00
conf_access.h atmel-samd: Rename metro M0 Express and add NEOPIXEL pin. 2017-05-01 11:29:51 -07:00
conf_board.h atmel-samd: Rename metro M0 Express and add NEOPIXEL pin. 2017-05-01 11:29:51 -07:00
conf_clocks.h atmel-samd: Rename metro M0 Express and add NEOPIXEL pin. 2017-05-01 11:29:51 -07:00
conf_usb.h atmel-samd: Reboot to bootloader when a 1200 baud serial connection is 2017-07-12 11:58:22 -07:00
mpconfigboard.h atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
mpconfigboard.mk atmel-samd: Change Metro PID to 0x8014 so it doesn't conflict with Arduino's PID. 2017-06-06 16:18:34 -07:00
pins.c atmel-samd: Update README and add pinout tables that map MCU names 2017-07-13 16:05:24 -07:00