esp-idf/components/soc/esp32
jingli cf244a14f0 bt: fix bt sleep flow hangs in btdm_sleep_clock_sync
Bluetooth low power related logic and regs have separate power domain from MAC and BB,
and do not power down during light sleep. If reset when power up MAC and BB in sleep
flow, it may destroy the state of bt low power part.
2022-11-29 14:28:32 +08:00
..
include/soc bt: fix bt sleep flow hangs in btdm_sleep_clock_sync 2022-11-29 14:28:32 +08:00
ld twai: remove deprecated code and add hint 2022-10-22 18:20:07 +08:00
CMakeLists.txt twai: describe peripheral info 2022-11-04 17:40:29 +08:00
adc_periph.c
dac_periph.c dac: optimize the dma stratege 2022-10-25 17:14:59 +08:00
dport_access.c
gpio_periph.c esp_hw_support/sleep: fix current leakage when hold digital io during deep sleep 2022-10-11 12:11:28 +08:00
i2c_periph.c
i2s_periph.c i2s: support 4 line pdm rx on esp32s3 2022-11-04 15:46:34 +08:00
interrupts.c replace CAN with TWAI in the esp_isr_names table 2022-08-11 11:23:03 +02:00
lcd_periph.c
ledc_periph.c
mcpwm_periph.c
pcnt_periph.c
rmt_periph.c
rtc_io_periph.c esp32c6: clean up existing soc files and header file inclusion in IDF to be compatible with the new chip 2022-09-01 12:28:06 +08:00
sdio_slave_periph.c
sdm_periph.c sdm: clean up soc/hal/ll code 2022-07-20 14:59:50 +08:00
sdmmc_periph.c
spi_periph.c
timer_periph.c
touch_sensor_periph.c soc: added SOC_TOUCH_SENSE_SUPPORTED macro 2022-07-22 00:12:36 +00:00
twai_periph.c twai: describe peripheral info 2022-11-04 17:40:29 +08:00
uart_periph.c