esp-idf/components/driver/test
Omar Chebib 65cfc9e656 UART: Fix custom ISR unit test
On ESP32, UART_INTR_BRK_DET may be triggered after setting the new ISR handler.
Disable these interrrupts.
2022-03-09 04:34:00 +00: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: remove HSPI macro on esp32c3 and esp32s3 2021-04-06 15:30:28 +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: apply gdma api to adc on esp32c3 2021-02-25 18:53:32 +08:00
test_common_spi.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-12 17:45:06 +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 gpio: Fix the bug that gpio interrupt cannot be triggered on app cpu on ESP32S3 2022-02-28 16:10:37 +08:00
test_i2c.c I2C: enable all unit test for i2c on esp32c3 2021-04-27 17:13:47 +08:00
test_i2s.c gpio: Disable USB JTAG when setting pins 18 and 19 as GPIOs on ESP32C3 2021-04-12 17:45:06 +08:00
test_ledc.c ledc: Fix FADE_NO_WAIT mode concurrency problem. 2022-02-15 11:29:33 +08:00
test_pcnt.c bugfix:rotary encoder example isr service install 2021-07-14 10:13:21 +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: do not support rx wrap on esp32s2 2022-02-09 18:23:44 +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 spi: remove HSPI macro on esp32c3 and esp32s3 2021-04-06 15:30:28 +08: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/renable_unit_tests_v4.3' into 'release/v4.3' 2021-09-08 09:03:32 +00:00
test_spi_param.c spi: add enum for spi dma channels 2021-02-25 11:03:18 +08:00
test_spi_sio.c ci: enable previously disabled unit tests 2021-07-29 09:29:29 +08: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 12:17:06 +08:00
test_spi_slave.c driver: Refactor and clean up SPI Slave test 2021-11-25 12:03:55 +08:00
test_timer.c modbus: fix esp restart does not reset timer groups periph (backport v4.3) 2022-02-16 04:05:37 +00:00
test_uart.c UART: Fix custom ISR unit test 2022-03-09 04:34:00 +00:00