aboutsummaryrefslogtreecommitdiff
path: root/atmel-samd/common-hal/pulseio
AgeCommit message (Expand)Author
2017-08-27Modernize module and class static dicts; update freetouchDan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-10shared-bindings/atmel-samd: Fix and improve trigger duration timing on PulseI...Scott Shawcroft
2017-06-12atmel-samd: Fix sharing TCCs by statically storing the current period.Scott Shawcroft
2017-06-09atmel-samd: Set up the tcc_instance when using an already active TCC.Scott Shawcroft
2017-06-09atmel-samd: Reset TCC channel in use array on reset.Scott Shawcroft
2017-06-09atmel-samd: Handle TCC2 correctly. Unlike the other TCCs its 16bitScott Shawcroft
2017-06-08atmel-samd: Fix PWMOut duty_cycle when used with TCC peripherals.Scott Shawcroft
2017-05-04atmel-samd: Move heap objects into MICROPY_PORT_ROOT_POINTERS so they don't g...Scott Shawcroft
2017-05-01atmel-samd: Introduce audio sample playback via audioio.AudioOut.Scott Shawcroft
2017-04-13atmel-samd: Turn off PulseIn interrupts on reset. Can hardfault otherwise.Scott Shawcroft
2017-04-13atmel-samd: Account for pending ticks in PulseIn. Fixes #116.Scott Shawcroft
2017-04-12atmel-samd: Rework status LED implementationScott Shawcroft
2017-04-11atmel-samd: Fix PulseIn duration math to handle case when current us time is ...Scott Shawcroft
2017-04-10Split up nativeio.0.9.4Scott Shawcroft