esp-idf/components/driver/test
Armando 46e71e43ba fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
By design, it's 12 dB. There're errors among chips, so the actual
attenuation will be 11dB more or less
2023-11-08 03:44:43 +00:00
..
adc_dma_test adc: support adc dma driver on all chips 2021-12-23 17:13:46 +08:00
dac_dma_test rename APB_CTRL ro SYS_CON 2021-09-16 20:57:57 +08:00
include/test test: add an SPI dual board test for master FD DMA single directions test 2021-07-28 17:51:25 +08:00
param_test driver: update copyright notice 2021-05-24 01:06:17 +02:00
touch_sensor_test Revert "touch: add protection for touch sleep case" 2022-06-27 14:33:09 +08: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 fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-08 03:44:43 +00:00
test_adc_common.c fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-08 03:44:43 +00:00
test_adc.c fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-08 03:44:43 +00:00
test_common_spi.c test: add an SPI dual board test for master FD DMA single directions test 2021-07-28 17:51:25 +08:00
test_dac.c fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-08 03:44:43 +00:00
test_dedicated_gpio.c dedic_gpio: support on esp32s3 2021-06-30 18:10:54 +08:00
test_gdma.c gdma: prevent mutli-channels connect to the same peripheral 2023-02-01 11:10:26 +08:00
test_gpio.c gpio: Fix the bug that gpio interrupt cannot be triggered on app cpu on ESP32S3 2022-02-16 14:50:51 +08:00
test_i2c.c i2c: modify examples to work out of the box on ESP32S3 2021-07-21 11:04:16 +08:00
test_i2s.c fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-08 03:44:43 +00:00
test_ledc.c ledc: Fix the usage of ledc_ls_timer_update and ledc_timer_rst 2022-09-20 11:52:57 +08:00
test_pcnt.c pcnt: refactor hal driver 2021-08-10 17:19:21 +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 rmt: fix memory leak in the legacy driver 2022-11-21 10:00:24 +08:00
test_rs485.c driver: uart rs485 fix test sync issues and fail threshold (backport v4.4) 2022-09-06 17:23:46 +08:00
test_rtcio.c rtcio: Add a test case to test RTCIO's hold ability after deep sleep wakeup 2023-03-29 17:21:50 +08:00
test_sdio.c driver: update copyright notice 2021-05-24 01:06:17 +02:00
test_sdmmc_sdspi_init.cpp driver: update copyright notice 2021-05-24 01:06:17 +02:00
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 spi_flash: reverted unwilling cs_setup argument 2021-06-04 15:29:53 +08:00
test_spi_master.c test: add an SPI dual board test for master FD DMA single directions test 2021-07-28 17:51:25 +08:00
test_spi_param.c driver: update copyright notice 2021-05-24 01:06:17 +02:00
test_spi_sio.c driver: update copyright notice 2021-05-24 01:06:17 +02:00
test_spi_slave_hd.c spi-slave: fix single-board: hd test failing due to DMA buffers ending up in PSRAM 2021-12-08 10:59:26 +08:00
test_spi_slave.c driver: Refactor and clean up SPI Slave test 2021-06-28 18:59:00 -03:00
test_timer.c driver: fix timer driver initialization sequence to not trigger interrupt immediately 2021-09-16 19:45:33 +08:00
test_uart.c Merge branch 'bugfix/uart_no_int_after_flush_v4.4' into 'release/v4.4' 2022-03-07 11:03:33 +08:00