esp-idf/components/esp_hw_support/test
morris 6b8d4dfe14 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-02-01 11:06:48 +08:00
..
CMakeLists.txt Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:49:08 +01:00
digital_signature_test_cases_3072.h ds: update gen_digital_signature_tests.py to handle different max key sizes 2022-01-31 12:22:10 +08:00
digital_signature_test_cases_4096.h ds: update gen_digital_signature_tests.py to handle different max key sizes 2022-01-31 12:22:10 +08:00
gen_digital_signature_tests.py ds: update gen_digital_signature_tests.py to handle different max key sizes 2022-01-31 12:22:10 +08:00
test_4mpsram.c spi: move spi_common_internal to esp_private 2022-06-24 19:12:13 +08:00
test_ahb_arb_asm.S esp32: move remaining tests 2021-07-16 20:14:27 +08:00
test_ahb_arb.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
test_async_memcpy.c esp_hw_support: update copyright notice 2021-08-05 17:38:43 +02:00
test_dport_xt_highint5.S components/doc: Update doc about high-level interrupt 2021-09-09 20:40:09 +08:00
test_dport.c uart: move frequency of clock sources out of HAL 2022-08-22 14:28:12 +08:00
test_ds.c esp_hw_support: explicit initialization 2022-05-30 12:43:45 +07:00
test_fastbus_asm.S esp32: move remaining tests 2021-07-16 20:14:27 +08:00
test_fastbus.c esp32: move remaining tests 2021-07-16 20:14:27 +08:00
test_fp.c esp_hw_support: Removed deprecated CPU util functions 2021-12-28 16:58:37 +05:30
test_gdma.c gdma: prevent mutli-channels connect to the same peripheral 2023-02-01 11:06:48 +08:00
test_hmac.c hmac: Added Downstream JTAG enable mode for esp32c3 and esp32s3 2021-09-06 11:06:50 +05:30
test_intr_alloc.c intr_alloc: fixed freed interrupt sources not being able to be allocated again with different flags 2022-11-28 10:43:01 +08:00
test_random.c esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 2022-03-07 11:18:08 +05:30
test_rtc_clk.c ci: Fix environment variable IDF_CI_BUILD is not set 2023-01-06 02:00:52 +08:00
test_spiram_cache_flush.c partition: use esp_partition_munmap instead of spi_flash_munmap 2022-11-10 11:26:51 +08:00
test_tsens.c esp32: move remaining tests 2021-07-16 20:14:27 +08:00
test_unal_dma.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00