circuitpython/ports/atmel-samd/common-hal
Jeff Epler 43b593725b atmel-samd: Fix converting watchdog seconds to cycles
It's intended that the actual timeout always be at least the requested
timeout.  However, due to multiplying by the wrong factor to get from
seconds to cycles, a timeout request of e.g., 8.1s (which is less than
8.192s) would give an actual timeout of 8, not 16 as it should.
2021-11-05 11:40:08 -05:00
..
_pew
alarm staying caught up with runtime changes 2021-10-24 15:49:14 -07:00
analogio [#4701] Correct DAC clock speed comments for SAMD21 and SAMD51 2021-10-04 22:18:26 -06:00
audiobusio fix SAMD21 PDMIn DMA event use 2021-10-19 13:18:14 -04:00
audioio
board
busio Merge pull request #5484 from dhalbert/samd21-pdmin-fix 2021-10-20 09:47:13 -07:00
canio Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
countio
digitalio
frequencyio
i2cperipheral Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
imagecapture ParallelImageCapture: Add continuous capture on espressif 2021-11-03 11:02:46 -05:00
microcontroller samd51: Add watchdog timer 2021-10-19 10:52:14 -05:00
neopixel_write
nvm
os
paralleldisplay
ps2io
pulseio
pwmio
rgbmatrix
rotaryio rotaryio: Add the ability to set the divisor 2021-10-16 09:43:45 -05:00
rtc Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
sdioio
supervisor
touchio
watchdog atmel-samd: Fix converting watchdog seconds to cycles 2021-11-05 11:40:08 -05:00