rp-hal-boards/rp2040-hal
Derek Witt a03052355e
Correctly configure watchdog tick generation (#78)
Fix: The divider for watchdog tick generation is now being set to the
  source clock frequency in MHz, instead of the clock frequency in Hz.
  Watchdog ticks will now be generated at 1 microsecond intervals
  as intended.
2021-08-09 13:47:50 +10:00
..
examples Add UART example + core::fmt support to UART (#73) 2021-08-08 15:36:56 +10:00
src Correctly configure watchdog tick generation (#78) 2021-08-09 13:47:50 +10:00
.gitignore Initial Commit: Updated author information. 2021-01-22 09:18:12 -05:00
Cargo.toml Update embedded time 2021-07-27 09:41:03 +10:00