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
/
stm
/
common-hal
/
pulseio
Age
Commit message (
Expand
)
Author
2021-03-15
run code formatting script
microDev
2021-03-05
[stm] `curr_pulseout` can be `STATIC`
Artyom Skrobov
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-07-22
Claim USB pins at startup to prevent overwrites
Lucian Copeland
2020-07-22
Free timers when modules de-init
Lucian Copeland
2020-07-16
Fix pulseIO reset and frequency issues, remove IRQ conflict
Lucian Copeland
2020-07-14
Fix IRQ enum protections
Lucian Copeland
2020-07-01
Add timer allocator, adjust pulsio to use general purpose timers
Lucian Copeland
2020-06-25
WIP
Lucian Copeland
2020-04-27
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-27
Enables PulseIO on STM32F7
Mark Olsson
2020-04-20
Merge remote-tracking branch 'adafruit/master' into lower_power
Scott Shawcroft
2020-04-14
Tweaks from jepler
Scott Shawcroft
2020-04-08
Fix up STM
Scott Shawcroft
2020-03-31
Hack up STM32 PulseIn so it builds
Scott Shawcroft
2020-03-26
Add F7 and H7 Support to the STM32 port
Lucian Copeland
2020-03-23
Factor out stm32f4xx_hal_conf.h
Scott Shawcroft
2020-03-20
Initial work for STM32. Need to fix us delay and PulseIn still.
Scott Shawcroft
2020-03-12
Merge remote-tracking branch 'upstream/master' into stm32-port-namechange
Lucian Copeland
2020-03-11
create copy
Lucian Copeland