index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
atmel-samd
/
common-hal
/
pulseio
Age
Commit message (
Expand
)
Author
2017-08-27
Modernize module and class static dicts; update freetouch
Dan Halbert
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-10
shared-bindings/atmel-samd: Fix and improve trigger duration timing on PulseI...
Scott Shawcroft
2017-06-12
atmel-samd: Fix sharing TCCs by statically storing the current period.
Scott Shawcroft
2017-06-09
atmel-samd: Set up the tcc_instance when using an already active TCC.
Scott Shawcroft
2017-06-09
atmel-samd: Reset TCC channel in use array on reset.
Scott Shawcroft
2017-06-09
atmel-samd: Handle TCC2 correctly. Unlike the other TCCs its 16bit
Scott Shawcroft
2017-06-08
atmel-samd: Fix PWMOut duty_cycle when used with TCC peripherals.
Scott Shawcroft
2017-05-04
atmel-samd: Move heap objects into MICROPY_PORT_ROOT_POINTERS so they don't g...
Scott Shawcroft
2017-05-01
atmel-samd: Introduce audio sample playback via audioio.AudioOut.
Scott Shawcroft
2017-04-13
atmel-samd: Turn off PulseIn interrupts on reset. Can hardfault otherwise.
Scott Shawcroft
2017-04-13
atmel-samd: Account for pending ticks in PulseIn. Fixes #116.
Scott Shawcroft
2017-04-12
atmel-samd: Rework status LED implementation
Scott Shawcroft
2017-04-11
atmel-samd: Fix PulseIn duration math to handle case when current us time is ...
Scott Shawcroft
2017-04-10
Split up nativeio.
0.9.4
Scott Shawcroft