refactor(bod): Move brownout handling file from esp_system to esp_hw_support

This commit is contained in:
C.S.M
2025-01-07 14:26:27 +08:00
parent 65577b9caf
commit 5e4fd8ee52
48 changed files with 433 additions and 185 deletions

View File

@@ -16,7 +16,7 @@ menu "Main Flash configuration"
config SPI_FLASH_BROWNOUT_RESET
bool
default y
select ESP_SYSTEM_BROWNOUT_INTR
select ESP_BROWNOUT_USE_INTR
help
When brownout happens during flash erase/write operations,
send reset command to stop the flash operations to improve stability.