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
/
PWMOut.c
Age
Commit message (
Collapse
)
Author
2020-08-18
Split pulseio.PWMOut into pwmio
Scott Shawcroft
This gives us better granularity when implementing new ports because PWMOut is commonly implemented before PulseIn and PulseOut. Fixes #3211
2020-03-13
Clear the pending IRQ in the NVIC as well.
Scott Shawcroft
2019-09-11
nRF: PWMOut: At deinit, make pin available again
jepler
Closes: #2146
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
it's pins.
2019-02-15
finish Makefile refactoring; nrf builds work
Dan Halbert
2019-01-31
Fix hallowing and nrf builds
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
Replace usage of pin number alone with port+pin combination in NRF port of PWMOut
2018-08-16
Fix nrf and unix
Scott Shawcroft
2018-07-08
nrf: Rewrite the DigitalInOut hal using nRFx
arturo182
2017-12-21
nRF52 update with internal file system support
microbuilder