mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Merge branch 'feature/optimize_esp32p4_active_power_eco1' into 'master'
feat(system): Optimize esp32p4 active state power consumption Closes PM-103 and IDF-7688 See merge request espressif/esp-idf!32950
This commit is contained in:
@@ -55,6 +55,7 @@ static esp_err_t lp_core_uart_param_config(const lp_core_uart_cfg_t *cfg)
|
||||
/* Enable LP UART bus clock */
|
||||
lp_uart_ll_enable_bus_clock(0, true);
|
||||
lp_uart_ll_set_source_clk(hal.dev, clk_src);
|
||||
lp_uart_ll_sclk_enable(0);
|
||||
}
|
||||
|
||||
/* Initialize LP UART HAL with default parameters */
|
||||
|
Reference in New Issue
Block a user