mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-01 14:49:29 +01:00
esp32s2: add brownout detector support
1. add brownout detector HAL for esp32 and esp32s2 2. enable brownout reset for esp32 rev. 1 and above 3. add approximate brownout detector levels for esp32s2
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
set(SOC_SRCS "adc_periph.c"
|
||||
"brownout_hal.c"
|
||||
"dac_periph.c"
|
||||
"cpu_util.c"
|
||||
"gpio_periph.c"
|
||||
|
||||
Reference in New Issue
Block a user