esp-idf/components/driver/test
morris c159984264 separate rom from esp32 component to esp_rom
1. separate rom include files and linkscript to esp_rom
2. modefiy "include rom/xxx.h" to "include esp32/rom/xxx.h"
3. Forward compatible
4. update mqtt
2019-03-21 18:51:45 +08:00
..
include/test
param_test
CMakeLists.txt
component.mk
test_adc2.c
test_common_spi.c
test_gpio.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
test_i2c.c
test_i2s.c
test_ledc.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
test_pcnt.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
test_pwm.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
test_rmt.c
test_sdmmc_sdspi_init.cpp
test_sigmadelta.c
test_spi_master.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
test_spi_param.c Merge branch 'test/spi_sio_test' into 'master' 2019-03-13 15:15:43 +08:00
test_spi_sio.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
test_spi_slave.c
test_timer.c
test_uart.c