esp-idf/components/soc/esp32c6
morris dbca74f1ef gdma: prevent mutli-channels connect to the same peripheral
1. add check in the gdma driver, to prevent multiple channels connecting
   to the same peripheral
2. memory copy DMA ID will occupy the peripheral's DMA ID on some ESP
   targets (e.g. esp32c3/s3). We should search for a free one when
install async memcpy driver.

Closes https://github.com/espressif/esp-idf/issues/10575
2023-01-31 15:18:19 +08:00
..
include gdma: prevent mutli-channels connect to the same peripheral 2023-01-31 15:18:19 +08:00
ld soc: regenerate modem header with regtool 2022-12-27 21:31:21 +08:00
adc_periph.c adc: support ADC on esp32c6 (hal) 2022-12-23 11:24:06 +08:00
dedic_gpio_periph.c esp32c6: add soc/ xxx_periph, xxx_channel, xxx_pins, etc. files 2022-09-01 12:28:06 +08:00
gdma_periph.c esp32c6: add soc/ xxx_periph, xxx_channel, xxx_pins, etc. files 2022-09-01 12:28:06 +08:00
gpio_periph.c esp32c6: add soc/ xxx_periph, xxx_channel, xxx_pins, etc. files 2022-09-01 12:28:06 +08:00
i2c_periph.c esp32c6: add soc/ xxx_periph, xxx_channel, xxx_pins, etc. files 2022-09-01 12:28:06 +08:00
i2s_periph.c i2s: support 4 line pdm rx on esp32s3 2022-11-04 15:46:34 +08:00
interrupts.c esp32c6: add soc/ reg and struct headers 2022-08-22 12:11:40 +08:00
ledc_periph.c esp32c6: add soc/ xxx_periph, xxx_channel, xxx_pins, etc. files 2022-09-01 12:28:06 +08:00
mcpwm_periph.c mcpwm: support esp32c6 2022-10-20 11:55:03 +08:00
pcnt_periph.c pcnt: support esp32c6 2022-09-08 18:26:04 +08:00
rmt_periph.c esp32c6: add soc/ xxx_periph, xxx_channel, xxx_pins, etc. files 2022-09-01 12:28:06 +08:00
rtc_io_periph.c rtcio: support rtcio on c6 2022-12-22 14:14:38 +08:00
sdio_slave_periph.c sdio: c6 support 2023-01-18 02:34:46 +00:00
sdm_periph.c esp32c6: add soc/ xxx_periph, xxx_channel, xxx_pins, etc. files 2022-09-01 12:28:06 +08:00
spi_periph.c spi_flash: bringup for esp32c6 2022-11-09 12:50:46 +08:00
temperature_sensor_periph.c esp32c6: add soc/ xxx_periph, xxx_channel, xxx_pins, etc. files 2022-09-01 12:28:06 +08:00
timer_periph.c esp32c6: add soc/ xxx_periph, xxx_channel, xxx_pins, etc. files 2022-09-01 12:28:06 +08:00
twai_periph.c twai: describe peripheral info 2022-11-04 17:40:29 +08:00
uart_periph.c esp32c6: add soc/ xxx_periph, xxx_channel, xxx_pins, etc. files 2022-09-01 12:28:06 +08:00