mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
samd/mcu: Update clock config after changes to USB.
For all MCUs: run the test for USB clock recovery mode fallback after USB has been started. For samd21: change DFLL48 config from the open loop mode variant to sync with the XOSC32KULP. Matches better the 48MHz value. Signed-off-by: robert-hh <robert@hammelrath.com>
This commit is contained in:
@@ -30,5 +30,5 @@ void init_clocks(uint32_t cpu_freq);
|
||||
void set_cpu_freq(uint32_t cpu_freq);
|
||||
uint32_t get_cpu_freq(void);
|
||||
uint32_t get_peripheral_freq(void);
|
||||
void check_usb_recovery_mode(void);
|
||||
void check_usb_clock_recovery_mode(void);
|
||||
void enable_sercom_clock(int id);
|
||||
|
||||
Reference in New Issue
Block a user