summaryrefslogtreecommitdiff
path: root/ports/stm/common-hal/pulseio/PulseOut.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2021-03-05[stm] `curr_pulseout` can be `STATIC`Artyom Skrobov
2020-08-27Fix problematic whitespace on pulseout parameter errorsLucian Copeland
2020-08-21Merge remote-tracking branch 'adafruit/main' into add_pwmioScott Shawcroft
2020-08-18Split pulseio.PWMOut into pwmioScott Shawcroft
2020-08-18Style changes, reposition runtime errorsLucian Copeland
2020-08-14Expand PulseOut API, debug cleanupLucian Copeland
2020-07-22Claim USB pins at startup to prevent overwritesLucian Copeland
2020-07-22Free timers when modules de-initLucian Copeland
2020-07-16Fix pulseIO reset and frequency issues, remove IRQ conflictLucian Copeland
2020-07-01Add timer allocator, adjust pulsio to use general purpose timersLucian Copeland
2020-06-25WIPLucian Copeland
2020-04-27Merge remote-tracking branch 'adafruit/master' into lower_powerScott Shawcroft
2020-04-27Enables PulseIO on STM32F7Mark Olsson
2020-03-20Initial work for STM32. Need to fix us delay and PulseIn still.Scott Shawcroft
2020-03-11create copyLucian Copeland