esp-idf/components/driver/test
David Cermak 5c383d7b73 esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers"
Fix dependency tree so that lwip doesn't depend on any specific network
interface component.
Network interface drivers shall depend on esp_netif.
esp_netif shall depend on lwip (but not on any specific interface
driver) -- it optionally depends on vfs and esp_eth (need ethernet
header for L2/bridge mode)
2022-07-20 14:59:07 +02:00
..
dac_dma_test esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
include/test esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
param_test
touch_sensor_test touch_sensor: add description to distinguish the API on different target 2022-06-28 02:20:43 +00:00
CMakeLists.txt esp_netif/lwip: Fix deps cycles to "lwip -> esp_netif -> phy-drivers" 2022-07-20 14:59:07 +02:00
test_adc2_with_wifi.c esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_common_spi.c
test_dac.c esp_adc: new esp_adc component and adc drivers 2022-07-15 18:31:00 +08:00
test_i2c.c
test_ledc.c
test_pwm.c mcpwm: rename MCPWM_ISR_IN_IRAM to MCPWM_ISR_IRAM_SAFE 2022-06-02 15:01:18 +08:00
test_rs485.c
test_rtcio.c
test_sdio.c
test_sdmmc_sdspi_init.cpp remove: sdspi_host deprecated api 2022-06-12 20:07:27 +00:00
test_spi_bus_lock.c
test_spi_master.c spi_flash: Remove legacy spi_flash drivers 2022-07-01 11:01:34 +08:00
test_spi_param.c
test_spi_sio.c
test_spi_slave.c
test_spi_slave_hd.c
test_uart.c uart: Add a new API to get the free space size of tx buffer 2022-07-05 18:39:22 +08:00