mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Support ESP32S3 (beta2) WiFi
This commit is contained in:

committed by
Jiang Jiang Jian

parent
06f22fc4b0
commit
f71adec8fb
@@ -308,6 +308,7 @@ __attribute__((weak)) void esp_perip_clk_init(void)
|
||||
|
||||
/* Disable WiFi/BT/SDIO clocks. */
|
||||
CLEAR_PERI_REG_MASK(SYSTEM_WIFI_CLK_EN_REG, wifi_bt_sdio_clk);
|
||||
SET_PERI_REG_MASK(SYSTEM_WIFI_CLK_EN_REG, SYSTEM_WIFI_CLK_EN);
|
||||
|
||||
/* Enable RNG clock. */
|
||||
periph_module_enable(PERIPH_RNG_MODULE);
|
||||
|
Reference in New Issue
Block a user