10000 esp32: Restore ESP32-C3 brownout detector settings to IDF defaults. · micropython/micropython@e71a324 · GitHub
[go: up one dir, main page]

Skip to content

Commit e71a324

Browse files
projectgusdpgeorge
authored andcommitted
esp32: Restore ESP32-C3 brownout detector settings to IDF defaults.
Commit a66bd7a added the ESP32_GENERIC_C3_USB board (now merged with ESP32_GENERIC_C3) and changed the brownout detector from the default level 7 (~2.51V) to level 4 (~2.92V). Raising the level again seems to fix random BOD resets on some of the cheaper ESP32-C3 dev boards (that likely skimp on power supply capacitance). Specifically, this change prevents random resets running multi_bluetooth tests on ESP32-C3 "SuperMini" board. Also removed from the LOLIN_C3_MINI board as it seems this config is a copy of the generic one. This work was funded through GitHub Sponsors. Signed-off-by: Angus Gratton <angus@redyak.com.au>
1 parent 0a11832 commit e71a324

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
CONFIG_ESP32C3_REV_MIN_3=y
2-
CONFIG_ESP32C3_BROWNOUT_DET=y
3-
CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7=
4-
CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_4=y
5-
CONFIG_ESP32C3_BROWNOUT_DET_LVL=4
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
CONFIG_ESP32C3_REV_MIN_3=y
2-
CONFIG_ESP32C3_BROWNOUT_DET=y
3-
CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_7=
4-
CONFIG_ESP32C3_BROWNOUT_DET_LVL_SEL_4=y
5-
CONFIG_ESP32C3_BROWNOUT_DET_LVL=4

0 commit comments

Comments
 (0)
0