esp-idf/components/driver/test
bizhuangyang 78c67d2384 gpio:support gpio in/out/interrupt for esp32s3(728)
Add support of gpio for esp32s3(728). Adjust some pins and comments in test_gpio.c. Add support for gpio functions for gpio19 and gpio20. Update S3 programming guide Peripheral API: gpio and sigmadelta. Add unit test for input and output function of S3 USB pins(GPIO19 and GPIO20) and C3 USB pins(GPIO18 and GPIO19). Adjust input only test in test_spi_master.c.
2021-06-28 11:44:14 +08:00
..
adc_dma_test
dac_dma_test
include/test [driver]: partial mocking of driver component 2021-06-24 10:10:29 +08:00
param_test
touch_sensor_test
CMakeLists.txt
component.mk
test_adc2_with_wifi.c
test_adc_common.c
test_adc_dma.c
test_common_spi.c
test_dac.c
test_dedicated_gpio.c CI: minor testcases fixes and disable some cases that cant run on S3 2021-06-15 13:39:48 +08:00
test_gdma.c CI: minor testcases fixes and disable some cases that cant run on S3 2021-06-15 13:39:48 +08:00
test_gpio.c gpio:support gpio in/out/interrupt for esp32s3(728) 2021-06-28 11:44:14 +08:00
test_i2c.c
test_i2s.c
test_ledc.c
test_pcnt.c
test_pwm.c test_pwm: relax the requirement of mcpwm test 2021-06-22 10:41:09 +08:00
test_rmt.c
test_rs485.c
test_rtcio.c
test_sdio.c
test_sdmmc_sdspi_init.cpp
test_sigmadelta.c gpio:support gpio in/out/interrupt for esp32s3(728) 2021-06-28 11:44:14 +08:00
test_spi_bus_lock.c
test_spi_master.c gpio:support gpio in/out/interrupt for esp32s3(728) 2021-06-28 11:44:14 +08:00
test_spi_param.c
test_spi_sio.c
test_spi_slave.c
test_spi_slave_hd.c spi_master: enable a test closed for s3 before 2021-06-21 19:42:49 +08:00
test_timer.c
test_uart.c