summaryrefslogtreecommitdiff
path: root/ports/nrf/common-hal/pulseio/PWMOut.c
AgeCommit message (Expand)Author
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-03-13Clear the pending IRQ in the NVIC as well.Scott Shawcroft
2019-09-11nRF: PWMOut: At deinit, make pin available againjepler
2019-07-26ports/nrf: factor out routines for allocating, freeing pwm channelsJeff Epler
2019-07-06Fix up nrf so that it is initialized properly. Also, do not resetScott Shawcroft
2019-02-15finish Makefile refactoring; nrf builds workDan Halbert
2019-01-31Fix hallowing and nrf buildsScott Shawcroft
2018-10-16PulseOut workingDan Halbert
2018-10-09Don't disable tempoarily in deinit().Dan Halbert
2018-10-09Allow variable freq PWMOut; use multiple channels if same freqDan Halbert
2018-08-31pin files rework; implement pin claiming; add more boardsDan Halbert
2018-08-17Fix PWM Support on NRF52840Egor Leonenko
2018-08-16Fix nrf and unixScott Shawcroft
2018-07-08nrf: Rewrite the DigitalInOut hal using nRFxarturo182
2017-12-21nRF52 update with internal file system supportmicrobuilder