esp-idf/components/driver
Song Ruo Jing 8e3f509cd2 fix(gpio): fix potential crash when processing gpio isr
If CONFIG_SPIRAM_USE_MALLOC is enabled, and cache is disabled when GPIO ISR is triggered,
it would lead to Guru Meditation Error due to "Cache disabled but cached memory region accessed".

Closes https://github.com/espressif/esp-idf/issues/11876
2023-07-19 20:02:13 +08:00
..
esp32 adc: improve power logic 2023-04-20 10:42:12 +08:00
esp32c3
esp32h2
esp32s2 docs:fix a typo in touch_sensor.h of esp32s2 and esp32s3 2022-11-11 17:40:18 +08:00
esp32s3 docs:fix a typo in touch_sensor.h of esp32s2 and esp32s3 2022-11-11 17:40:18 +08:00
include mcpwm: fix typo in backward compatible macro name 2023-06-14 11:40:40 +08:00
test rtcio: Add a test case to test RTCIO's hold ability after deep sleep wakeup 2023-03-29 17:21:50 +08:00
CMakeLists.txt
Kconfig adc: no longer support adc2 oneshot mode on esp32c3 2023-03-07 11:58:27 +08:00
adc.c adc: improve power logic 2023-04-20 10:42:12 +08:00
adc1_private.h
adc_common.c example: inform ulp adc usage status to sleep process 2023-07-10 02:32:13 +00:00
adc_deprecated.c
component.mk
dac_common.c
dedic_gpio.c
gdma.c gdma: fixed crash from logging when using newlib nano 2023-05-06 13:49:31 +08:00
gpio.c fix(gpio): fix potential crash when processing gpio isr 2023-07-19 20:02:13 +08:00
i2c.c I2C: put some interrupt used functions into IRAM, 2022-12-01 16:20:56 +08:00
i2s.c adc: improve power logic 2023-04-20 10:42:12 +08:00
ledc.c ledc: Add check for whether the registered callback is in iram in ledc_cb_register 2023-03-03 17:35:35 +08:00
linker.lf
mcpwm.c
pcnt.c
periph_ctrl.c
rmt.c rmt: force inline LL functions 2023-02-14 15:11:35 +08:00
rtc_io.c
rtc_module.c
sdio_slave.c
sdkconfig.rename
sdmmc_host.c sdmmc: I/O phase adjustments 2023-04-18 20:07:32 +08:00
sdmmc_private.h
sdmmc_transaction.c sdmmc: I/O phase adjustments 2023-04-18 20:07:32 +08:00
sdspi_crc.c
sdspi_crc.h
sdspi_host.c
sdspi_private.h
sdspi_transaction.c
sigmadelta.c
spi_bus_lock.c
spi_common.c spi: limit esp32 dma workaround only on esp32 2022-12-01 20:57:09 +08:00
spi_master.c spi: added an API to get max transaction length and use in spi lcd driver 2023-05-19 09:30:06 +00:00
spi_slave.c spi_slave: fix io re-config issue 2023-03-03 17:28:54 +08:00
spi_slave_hd.c
timer.c
touch_sensor_common.c
twai.c twai: Add errata workaround for listen only mode 2023-02-24 20:26:53 +08:00
uart.c Merge branch 'bugfix/fix_uart_tx_done_hardware_concurrency_v4.4' into 'release/v4.4' 2023-03-23 16:46:49 +08:00
usb_serial_jtag.c