esp-idf/components/driver
Song Ruo Jing e13bb580c7 Merge branch 'refactor/gpio_unit_test' into 'master'
gpio: Clean up unit tests and enable ci ut on some previously disabled test cases

Closes IDF-4620

See merge request espressif/esp-idf!17417
2022-04-01 18:38:19 +08:00
..
deprecated driver: move deprecated drivers into single folder 2022-03-24 21:34:41 +08:00
esp32 adc: unify adc_ll_num_t and adc_unit_t 2022-03-18 11:36:50 +08:00
esp32c3 adc: unify adc_ll_num_t and adc_unit_t 2022-03-18 11:36:50 +08:00
esp32s2 adc: unify adc_ll_num_t and adc_unit_t 2022-03-18 11:36:50 +08:00
esp32s3 touch_sensor: forbid from using touch sensor with sleep on ESP32-S3 2022-03-24 03:00:47 +08:00
include Merge branch 'refactor/gpio_unit_test' into 'master' 2022-04-01 18:38:19 +08:00
test Merge branch 'refactor/gpio_unit_test' into 'master' 2022-04-01 18:38:19 +08:00
test_apps gpio: Clean up unit tests and enable ci ut on some previously disabled test cases 2022-03-30 15:11:08 +08:00
adc1_private.h driver: update copyright notice 2021-05-25 17:43:57 +02:00
adc_common.c adc: unify adc_ll_num_t and adc_unit_t 2022-03-18 11:36:50 +08:00
adc_deprecated.c adc: unify adc_ll_num_t and adc_unit_t 2022-03-18 11:36:50 +08:00
adc.c Remove IRAM_ATTR from any function declarations 2022-03-22 09:58:50 +00:00
CMakeLists.txt Merge branch 'feature/support_spi_on_h2' into 'master' 2022-03-30 19:59:31 +08:00
dac_common.c build: fix unused tag string 2022-01-18 10:06:08 +08:00
dedic_gpio.c fast_gpio: fix wrong initial occupy mask 2021-12-17 15:49:44 +08:00
gdma.c lcd: support rgb lcd interupt iram safe 2022-03-14 14:00:40 +08:00
gpio.c gpio: fix GPIO_IS_VALID_(OUTPUT_)GPIO macro 2022-03-24 21:36:03 +08:00
gptimer.c driver: fix issue found by coverity scan 2022-03-24 21:36:03 +08:00
i2c.c Remove IRAM_ATTR from any function declarations 2022-03-22 09:58:50 +00:00
i2s.c driver: fix issue found by coverity scan 2022-03-24 21:36:03 +08:00
Kconfig Merge branch 'refactor/gpio_unit_test' into 'master' 2022-04-01 18:38:19 +08:00
ledc.c gpio: fix GPIO_IS_VALID_(OUTPUT_)GPIO macro 2022-03-24 21:36:03 +08:00
legacy_new_driver_coexist.c temp_sensor: avoid coexistence of new and legacy driver 2022-03-08 11:57:53 +08:00
linker.lf Merge branch 'refactor/gpio_unit_test' into 'master' 2022-04-01 18:38:19 +08:00
mcpwm.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
pulse_cnt.c lcd: support rgb lcd interupt iram safe 2022-03-14 14:00:40 +08:00
rmt.c driver: fix issue found by coverity scan 2022-03-24 21:36:03 +08:00
rtc_io.c soc: don't expose unstable soc header files in public api 2022-01-06 23:10:22 +08:00
rtc_module.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdio_slave.c driver: fix issues reported by PVS-Studio 2022-03-14 18:46:47 +01:00
sdkconfig.rename Rename Kconfig options (components/driver) 2019-05-21 09:09:01 +02:00
sdmmc_host.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
sdmmc_private.h driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdmmc_transaction.c sdmmc: Add erase command-38. Support erase/trim/discard/sanitize 2022-03-05 16:02:01 +05:30
sdspi_crc.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdspi_crc.h driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdspi_host.c sdspi_host: bugfix The clock may be sent out before the bus that was used immediately before is released. 2022-01-18 21:07:10 +00:00
sdspi_private.h driver: update copyright notice 2021-05-25 17:43:57 +02:00
sdspi_transaction.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
sigmadelta.c dac: apply generic check macro 2021-08-26 14:01:24 +08:00
spi_bus_lock.c spi flash: fix cache accessed while disabled issues at -O0 2022-02-07 11:33:33 +08:00
spi_common.c Merge branch 'bugfix/spi_free_crash_uninitialized' into 'master' 2022-03-27 02:31:06 +08:00
spi_master.c spi: support spi on h2 2022-03-29 11:54:08 +08:00
spi_slave_hd.c adc: support adc dma driver on all chips 2021-12-16 00:19:15 +00:00
spi_slave.c driver: fix issue found by coverity scan 2022-03-24 21:36:03 +08:00
temperature_sensor.c temp_sensor: avoid coexistence of new and legacy driver 2022-03-08 11:57:53 +08:00
touch_sensor_common.c driver: update copyright notice 2021-05-25 17:43:57 +02:00
twai.c soc: don't expose unstable soc header files in public api 2022-01-06 23:10:22 +08:00
uart.c uart: Provide support for esp32c2 and esp32h2 2022-03-02 11:29:13 +08:00
usb_serial_jtag.c freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00