esp-idf/components/driver
Armando (Dou Yiwen) ee034d5b6a Merge branch 'feature/support_spi_on_h2' into 'master'
spi: support spi on h2

Closes IDF-3796 and IDF-4226

See merge request espressif/esp-idf!17191
2022-03-30 19:59:31 +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 sigmadelta: change gpio number from u8 to int 2022-03-29 11:53:31 +08:00
test spi: support spi on h2 2022-03-29 11:54:08 +08:00
test_apps temperature_sensor: fix typo 2022-03-11 20:56:48 +08:00
CMakeLists.txt Merge branch 'feature/support_spi_on_h2' into 'master' 2022-03-30 19:59:31 +08:00
Kconfig hw_support: move periph_ctrl from driver to hw_support 2022-03-29 11:53:31 +08:00
adc.c Remove IRAM_ATTR from any function declarations 2022-03-22 09:58:50 +00:00
adc1_private.h
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
dac_common.c
dedic_gpio.c
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
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 hw_support: move periph_ctrl from driver to hw_support 2022-03-29 11:53:31 +08:00
mcpwm.c
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
rtc_module.c
sdio_slave.c driver: fix issues reported by PVS-Studio 2022-03-14 18:46:47 +01:00
sdkconfig.rename
sdmmc_host.c
sdmmc_private.h
sdmmc_transaction.c
sdspi_crc.c
sdspi_crc.h
sdspi_host.c
sdspi_private.h
sdspi_transaction.c
sigmadelta.c
spi_bus_lock.c
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.c driver: fix issue found by coverity scan 2022-03-24 21:36:03 +08:00
spi_slave_hd.c
temperature_sensor.c temp_sensor: avoid coexistence of new and legacy driver 2022-03-08 11:57:53 +08:00
touch_sensor_common.c
twai.c
uart.c
usb_serial_jtag.c