esp-idf/components/driver/test
songruojing 68e12f7092 ledc: Add ledc_fade_stop API to support stopping the fade operation.
Note that ESP32 cannot support this new feature.
2022-01-25 11:19:20 +08:00
..
adc_dma_test adc: support adc dma driver on all chips 2021-12-16 00:19:15 +00:00
dac_dma_test i2s: deprecate confusing names 2021-11-24 13:21:13 +08:00
include/test esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
param_test driver: update copyright notice 2021-05-24 01:06:17 +02:00
touch_sensor_test touch_sensor: apply general check 2021-10-08 11:32:12 +08:00
CMakeLists.txt cmock: added cmock as component 2020-09-02 16:38:37 +08:00
test_adc.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
test_adc2_with_wifi.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
test_adc_common.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
test_common_spi.c spi: support spi on 8684 2022-01-12 11:30:29 +08:00
test_dac.c CI: Enable ESP8684 build stage CI on master 2021-12-13 19:18:47 +08:00
test_dedicated_gpio.c fast_gpio: support esp32c2/esp8684 2021-12-28 10:18:18 +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 esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
test_i2c.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
test_i2s.c apll: add lock for apll 2021-12-29 10:13:13 +08:00
test_ledc.c ledc: Add ledc_fade_stop API to support stopping the fade operation. 2022-01-25 11:19:20 +08:00
test_pcnt.c ledc: Remove REF_TICK as a supported clock source for LEDC driver on esp32s3 2021-12-21 11:43:18 +08:00
test_pwm.c tests: refactoring of the gcc's inner functions, because clang doesn't support them 2021-09-10 19:51:27 +03:00
test_rmt.c CI: Enable ESP8684 build stage CI on master 2021-12-13 19:18:47 +08:00
test_rs485.c driver: update copyright notice 2021-05-24 01:06:17 +02:00
test_rtcio.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
test_sdio.c soc: don't expose unstable soc header files in public api 2022-01-06 23:10:22 +08:00
test_sdmmc_sdspi_init.cpp driver: update copyright notice 2021-05-24 01:06:17 +02:00
test_sigmadelta.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
test_spi_bus_lock.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
test_spi_master.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
test_spi_param.c spi: support spi on 8684 2022-01-12 11:30:29 +08:00
test_spi_sio.c esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
test_spi_slave.c spi: support spi on 8684 2022-01-12 11:30:29 +08:00
test_spi_slave_hd.c spi: support spi on 8684 2022-01-12 11:30:29 +08:00
test_uart.c UART: RX interrupts are now properly restored after a flush 2021-12-27 12:31:25 +08:00