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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
nrf
/
common-hal
/
pulseio
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2020-08-27
Fix problematic whitespace on pulseout parameter errors
Lucian Copeland
2020-08-21
Merge remote-tracking branch 'adafruit/main' into add_pwmio
Scott Shawcroft
2020-08-18
Split pulseio.PWMOut into pwmio
Scott Shawcroft
2020-08-18
Style changes, reposition runtime errors
Lucian Copeland
2020-08-14
Expand PulseOut API, debug cleanup
Lucian Copeland
2020-08-04
"pop from empty %q"
Jeff Epler
2020-08-04
Combine 'index out of range' messages
Jeff Epler
2020-08-04
Combine similar strings to reduce size of translations
Jeff Epler
2020-04-14
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-14
nrf: protomatter port
Jeff Epler
2020-04-03
Fix nRF PulseIn
Scott Shawcroft
2020-03-13
Fix SAMD51 pulsein
Scott Shawcroft
2020-03-13
Clear the pending IRQ in the NVIC as well.
Scott Shawcroft
2020-03-13
Hopefully fix PulseIn
Scott Shawcroft
2020-03-13
First try at lowering the power consumption
Scott Shawcroft
2019-12-17
upgrade nrfx API to v2
hathach
2019-09-11
nRF: PWMOut: At deinit, make pin available again
jepler
2019-08-11
nrf: Use RUN_BACKGROUND_TASKS
Jeff Epler
2019-07-26
ports/nrf: factor out routines for allocating, freeing pwm channels
Jeff Epler
2019-07-06
Fix up nrf so that it is initialized properly. Also, do not reset
Scott Shawcroft
2019-02-15
finish Makefile refactoring; nrf builds work
Dan Halbert
2019-01-31
Fix hallowing and nrf builds
Scott Shawcroft
2019-01-09
minor clean up
hathach
2019-01-09
fix pulsein incorrect compute
hathach
2018-12-18
added pulsein using gpiote (gpio interrupt)
hathach
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-10-16
PulseOut working
Dan Halbert
2018-10-09
Don't disable tempoarily in deinit().
Dan Halbert
2018-10-09
Allow variable freq PWMOut; use multiple channels if same freq
Dan Halbert
2018-08-31
pin files rework; implement pin claiming; add more boards
Dan Halbert
2018-08-17
Fix PWM Support on NRF52840
Egor Leonenko
2018-08-16
Fix nrf and unix
Scott Shawcroft
2018-07-08
nrf: Rewrite the DigitalInOut hal using nRFx
arturo182
2018-06-10
return "false" for stub call
jerryneedell
2018-06-08
Stub out get_paused in nrf builds.
Scott Shawcroft
2018-02-07
nrf: Remove SAMD mentions carried over while copying files
arturo182
2017-12-22
Added 'mp_raise_NotImplementedError(NULL)'
microbuilder
2017-12-22
Removed old code snippets
microbuilder
2017-12-22
Added 'mp_raise_NotImplementedError(NULL)'
microbuilder
2017-12-21
nRF52 update with internal file system support
microbuilder