circuitpython/atmel-samd/boards
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
..
arduino_zero atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
circuitplayground_express atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
feather_m0_adalogger atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
feather_m0_basic atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
feather_m0_express atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
gemma_m0 atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
metro_m0_express atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
trinket_m0 atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
board.h atmel-samd: Introduce board reset mechanic used on CircuitPlayground 2017-06-16 15:40:15 -07:00
flash_AT25DF081A.h atmel-samd: Rework SPI flash defines for clarity. 2017-05-12 14:47:39 -07:00
flash_GD25Q16C.h atmel-samd: Add support for a second flash chip so either may be used. 2017-08-03 13:44:31 -07:00
flash_S25FL216K.h atmel-samd: Add support for a second flash chip so either may be used. 2017-08-03 13:44:31 -07:00
samd21x18-bootloader-crystalless.ld atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
samd21x18-bootloader-external-flash-crystalless.ld atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
samd21x18-bootloader-external-flash.ld atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
samd21x18-bootloader.ld atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
samd21x18-external-flash.ld atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
samd21x18.ld atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00