mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-15 19:34:03 +00:00
fix(startup): move rtc initialization before MSPI timing tuning to improve stability
This commit is contained in:
@@ -18,6 +18,15 @@ extern "C" {
|
||||
* Private clock-related functions
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief Initialize rtc-related settings
|
||||
*
|
||||
* Called from cpu_start.c, not intended to be called from other places.
|
||||
* This function configures the power related stuff.
|
||||
* After this the MSPI timing tuning can be done.
|
||||
*/
|
||||
void esp_rtc_init(void);
|
||||
|
||||
/**
|
||||
* @brief Initialize clock-related settings
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user