circuitpython/atmel-samd/common-hal
Scott Shawcroft 7ea76e0889 atmel-samd: Pin reset improvements.
* Reset SWD lines to SWD rather than GPIO. This makes OpenOCD happier.
* Default speaker enable lines to False for CircuitPlayground to prevent
  the speaker from buzzing when no sound is playing. Fixes #126
2017-05-12 13:14:01 -07:00
..
analogio atmel-samd: Rework status LED implementation 2017-04-12 15:24:50 -07:00
audioio atmel-samd: Move heap objects into MICROPY_PORT_ROOT_POINTERS so they don't get garbage collected while we are using them. 2017-05-04 11:57:51 -07:00
board atmel-samd: Rework status LED implementation 2017-04-12 15:24:50 -07:00
busio atmel-samd: Use DMA for user SPI. 2017-05-03 10:50:29 -07:00
digitalio atmel-samd: Rework status LED implementation 2017-04-12 15:24:50 -07:00
microcontroller atmel-samd: Pin reset improvements. 2017-05-12 13:14:01 -07:00
neopixel_write Split up nativeio. 2017-04-10 13:32:19 -07:00
pulseio atmel-samd: Move heap objects into MICROPY_PORT_ROOT_POINTERS so they don't get garbage collected while we are using them. 2017-05-04 11:57:51 -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