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 run code formatting script 2021-03-15 19:27:36 +05:30
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 improve SAMD audio DMA 2021-08-21 14:34:37 -04:00
board Add license to some obvious files. 2020-07-06 19:16:25 +01:00
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 codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
digitalio codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
frequencyio FrequencyIn: do not raise in interrupt handler 2020-12-22 18:54:42 -05:00
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 Fix SAMD 2021-05-14 16:14:24 -07:00
nvm codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
os codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
paralleldisplay Fix incorrect macros 2021-08-30 14:40:14 -07:00
ps2io codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
pulseio Allow sleep while paused 2021-08-11 10:48:39 -07:00
pwmio Fix build with filter to do OR 2021-08-11 12:10:51 -07:00
rgbmatrix Fix build with filter to do OR 2021-08-11 12:10:51 -07:00
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 codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
supervisor codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
touchio codeformat: Fix filename matching 2021-04-30 10:48:08 -05:00
watchdog atmel-samd: Fix converting watchdog seconds to cycles 2021-11-05 11:40:08 -05:00