esp-idf/components/driver/test
Michael (XIAO Xufeng) 09b827b2c8 Merge branch 'feature/spi_slave_double_board_test_for_slave_transaction' into 'master'
spi slave: add a double board test for esp32c3 relating to sending/receiving unaligned data

See merge request espressif/esp-idf!11153
2021-02-05 00:51:24 +08:00
..
adc_dma_test driver test: Use regular target guards for single-target test files 2020-12-01 10:58:50 +11:00
dac_dma_test driver test: Use regular target guards for single-target test files 2020-12-01 10:58:50 +11:00
include/test spi_master: add a test for HD master to receive data correctly via dma 2021-01-05 19:32:46 +08:00
param_test esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
touch_sensor_test driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
CMakeLists.txt cmock: added cmock as component 2020-09-02 16:38:37 +08:00
component.mk driver(adc): fix adc io init bug; add unit test to check; 2020-05-12 06:52:26 +00:00
test_adc2_with_wifi.c esp_wifi: Modify ESP_IF_WIFI_STA to WIFI_IF_STA 2021-01-19 11:55:44 +08:00
test_adc_common.c esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
test_adc_dma.c adc: add fallback calibration method 2021-01-25 20:30:42 +08:00
test_common_spi.c spi_master: add a test for HD master to receive data correctly via dma 2021-01-05 19:32:46 +08:00
test_dac.c esp32c3: Apply one-liner/small changes for ESP32-C3 2020-12-01 10:58:50 +11:00
test_dedicated_gpio.c dedicated gpio: add driver 2020-10-20 21:06:09 +08:00
test_gdma.c gdma: fix potential cocurrency issue 2021-01-14 20:37:36 +08:00
test_gpio.c driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
test_i2c.c driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
test_i2s.c driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
test_ledc.c driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
test_pcnt.c pcnt: replace isr register with isr service in example 2020-10-19 11:56:18 +08:00
test_pwm.c driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
test_rmt.c rmt: add workaround to get user context in a graceful way 2021-01-14 11:01:41 +08:00
test_rs485.c driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
test_rtcio.c driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
test_sdio.c unit_test: Refactor all performance tests that rely on cache compensated timer 2020-12-22 18:56:24 +11:00
test_sdmmc_sdspi_init.cpp sdspi, vfs_fat: allow sharing SPI bus among devices, and mounting multiple SD cards 2020-02-12 15:16:08 +08:00
test_sigmadelta.c driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
test_spi_bus_lock.c driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
test_spi_master.c Merge branch 'bugfix/spi_lose_last_3_bytes' into 'master' 2021-02-04 18:35:48 +08:00
test_spi_param.c driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
test_spi_sio.c driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
test_spi_slave_hd.c spi_slave_hd: add DMA Append Mode feature 2021-01-21 18:53:53 +08:00
test_spi_slave.c spi_slave: add a dual board test of sending/receiving unalinged data on 2021-01-05 21:26:53 +08:00
test_timer.c driver: Add esp32c3 drivers (except ADC/DAC) and update tests 2020-12-23 09:53:24 +11:00
test_uart.c uart: add uart support on esp32s3 2020-11-24 19:12:51 +08:00