circuitpython/atmel-samd/common-hal
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
..
analogio atmel-samd: Rework status LED implementation 2017-04-12 15:24:50 -07:00
audiobusio atmel-samd: Introduce audiobusio.PDMIn for recording audio from PDM 2017-07-28 12:12:38 -07:00
audioio atmel-samd: Introduce audiobusio.PDMIn for recording audio from PDM 2017-07-28 12:12:38 -07:00
board atmel-samd: Rework status LED implementation 2017-04-12 15:24:50 -07:00
busio atmel-samd: Fix potential buffer overflow in UART.c by recalculating 2017-07-13 16:21:12 -07:00
digitalio shared-bindings: Move enum-like classes out of DigitalInOut into digitalio. 2017-06-16 13:47:01 -07:00
microcontroller atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
neopixel_write Split up nativeio. 2017-04-10 13:32:19 -07:00
nvm atmel-samd: Introduce a nvm module for non-volatile byte-level memory access. (#203) 2017-08-25 16:00:27 -04:00
os Introduce a random module that is a subset of CPython's random. It 2017-06-27 17:37:24 -07:00
pulseio shared-bindings/atmel-samd: Fix and improve trigger duration timing on PulseIn.resume. 2017-08-10 11:55:34 -07:00
storage shared-bindings: Introduce storage.remount() so you can set root as 2017-06-28 16:18:13 -07:00
time This introduces an alternative hardware API called nativeio structured around different functions that are typically accelerated by native hardware. Its not meant to reflect the structure of the hardware. 2016-11-21 14:11:52 -08:00
touchio atmel-samd: Remove debug prints from TouchIn 2017-04-20 16:48:04 -07:00
usb_hid atmel-samd: Add USB HID mouse and keyboard support. 2017-02-27 15:43:58 +01:00