esp-idf/components/hal/esp32
jingli 8309e3e5ce esp_hw_‎support/sleep: ‎fix cannot lightsleep again after a wakeup from ULP
Since ulp wakeup signal are connected to ulp int raw(except esp32), we
need to clear ulp int raw before sleep when ulp wakeup enabled. Otherwise,
if the ulp int raw is already set, chip will not sleep properly.

Closes https://github.com/espressif/esp-idf/issues/6229
2022-05-19 23:54:29 +08:00
..
include/hal esp_hw_‎support/sleep: ‎fix cannot lightsleep again after a wakeup from ULP 2022-05-19 23:54:29 +08:00
adc_hal.c adc: apply adc power API to adc driver 2021-03-26 17:41:20 +08:00
brownout_hal.c hal: extract hal component from soc component 2020-09-01 13:25:32 +08:00
emac_hal.c esp_eth: EMAC start/stop optimization 2022-03-07 14:54:55 +01:00
gpio_hal_workaround.c components/pm: Add slp gpio configure workaround 2021-01-15 15:34:45 +08:00
interrupt_descriptor_table.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
touch_sensor_hal.c fix: clear interrupt in touch sensor initialization 2021-03-16 11:37:41 +08:00