mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fpga: Disable BOD when running on FPGA
This commit is contained in:
parent
4ccb5515ef
commit
c5d20dc231
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user