fpga: Disable BOD when running on FPGA

This commit is contained in:
Angus Gratton 2021-05-25 11:11:33 +10:00
parent 4ccb5515ef
commit c5d20dc231
4 changed files with 4 additions and 0 deletions

View File

@ -532,6 +532,7 @@ menu "ESP32-specific"
config ESP32_BROWNOUT_DET
bool "Hardware brownout detect & reset"
depends on !IDF_ENV_FPGA
default y
help
The ESP32 has a built-in brownout detector which can detect if the voltage is lower than

View File

@ -66,6 +66,7 @@ menu "ESP32C3-Specific"
config ESP32C3_BROWNOUT_DET
bool "Hardware brownout detect & reset"
depends on !IDF_ENV_FPGA
default y
help
The ESP32-C3 has a built-in brownout detector which can detect if the voltage is lower than

View File

@ -266,6 +266,7 @@ menu "ESP32S2-specific"
config ESP32S2_BROWNOUT_DET
bool "Hardware brownout detect & reset"
depends on !IDF_ENV_FPGA
default y
help
The ESP32-S2 has a built-in brownout detector which can detect if the voltage is lower than

View File

@ -331,6 +331,7 @@ menu "ESP32S3-Specific"
config ESP32S3_BROWNOUT_DET
bool "Hardware brownout detect & reset"
depends on !IDF_ENV_FPGA
default y
help
The ESP32-S3 has a built-in brownout detector which can detect if the voltage is lower than