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
/
stm32f4
/
common-hal
/
pulseio
Age
Commit message (
Expand
)
Author
2020-03-11
remove old directory
Lucian Copeland
2020-03-05
Merge remote-tracking branch 'adafruit/master' into assert_pin-and-mp_const_n...
Dan Halbert
2020-03-02
Exclude SoCs without basic timers
Lucian Copeland
2020-02-29
stm32: Add PulseOut support
Lucian Copeland
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2020-01-29
Add port-specific requested changes
Lucian Copeland
2020-01-28
Implement requested changes
Lucian Copeland
2020-01-22
Invert duty cycle intensity
Lucian Copeland
2020-01-22
Revert dangling pointer issue in PWMOut
Lucian Copeland
2020-01-14
Merge remote-tracking branch 'upstream/master' into stm32-meowbit
Hierophect
2020-01-14
style changes, fix i2c typo
Hierophect
2020-01-09
spacing changes and text fix
Hierophect
2020-01-08
Corrections to I2C, style
Hierophect
2020-01-08
more cleanup and style syncing
Hierophect
2020-01-04
Clean up debugging edits
Hierophect
2020-01-04
PWM Fix, plus debugging
Hierophect
2019-12-30
Tests for PWM issues, style changes
Hierophect
2019-11-04
Update PWMOut.h
Dan Halbert
2019-11-04
Style changes and refactors
Hierophect
2019-11-03
attribution changes
Hierophect
2019-10-31
Revise PWM period generation algorithm to match other ports
Hierophect
2019-10-30
remove debug messages
Hierophect
2019-10-29
Dynamic prescaler adjustment, adjust pulse resolution
Hierophect
2019-10-29
Style changes
Hierophect
2019-10-27
Fix issue with changing frequency
Hierophect
2019-10-27
Add all basic functions, never reset, dynamic pulse changes
Hierophect
2019-10-27
WIP
Hierophect
2019-10-24
Add f405 pindefs
Hierophect
2019-10-24
PWM Base functionality testing for F405
Hierophect
2019-10-22
minor WIP
Hierophect
2019-10-22
Initial template setup
Hierophect