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
/
atmel-samd
/
common-hal
/
pulseio
/
PWMOut.c
Age
Commit message (
Expand
)
Author
2020-04-14
Add Protomatter and FramebufferDisplay
Jeff Epler
2020-02-28
new pin validation routines; don't use mp_const_none if NULL will do
Dan Halbert
2019-10-25
Fix spelling
Thea Flowers
2019-10-23
Track unadjusted PWM duty cycle to avoid accumulating conversion errors
Thea Flowers
2019-03-12
wrong arg type for PWMOut variable_frequency
Dan Halbert
2019-02-28
Fix SYNCBUSY loop typo.
Dan Halbert
2019-02-28
Use TCC LUPD lock when updating CCB
Dan Halbert
2019-02-19
handle 'set_timer_handler' on this side, vs samd-periphs.
sommersoft
2019-02-16
moves 'shared_timer_handler' back to atmel-samd from samd-peripherals
sommersoft
2019-01-31
Rudamentary backlight support
Scott Shawcroft
2018-09-18
merge 3.0.2 to master
Dan Halbert
2018-09-11
PWMOut was not claming channels on shared TCCs
Dan Halbert
2018-08-31
add pin claiming to devices
Dan Halbert
2018-08-07
Support internationalisation.
Scott Shawcroft
2018-08-02
Move pin struct to the peripherals library.
Scott Shawcroft
2018-06-15
Split out the peripherals library in preparation of sharing with MakeCode.
Scott Shawcroft
2018-06-01
atmel-samd: Re-org helper peripheral files into their own subdirectory.
Scott Shawcroft
2018-05-14
Fix for Issue #770 - Provide a better error message when timers are still ava...
Roy Hooper
2018-04-12
Add audio output support!
Scott Shawcroft
2018-02-16
Fix loops and comma style.
Scott Shawcroft
2018-02-14
m4 pulseout works
Scott Shawcroft
2018-02-13
m0 pulseout works. Factored out shared timer code.
Scott Shawcroft
2018-02-13
m0 tc and tcc work
Scott Shawcroft
2018-02-13
m4 tc and tcc works. multi-tcc channels ok too.
Scott Shawcroft
2018-02-12
m4 tc output works. Watch out for the PAC!
Scott Shawcroft
2018-02-09
m4 compiles, pwmout implemented but TC0 (A1) doesn't run
Scott Shawcroft
2018-02-09
m4 compiles, pwmout implemented
Scott Shawcroft
2018-02-09
WIP
Scott Shawcroft
2017-10-24
Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_merge
Scott Shawcroft