esp-idf/components/driver
Omar Chebib 5bd4decad1 I2C: Read transactions, without a STOP, won't panic anymore
* Closes https://github.com/espressif/esp-idf/issues/8548
2022-04-27 03:55:19 +00:00
..
deprecated clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
esp32 soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +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 'contrib/github_pr_8812' into 'master' 2022-04-25 18:54:55 +08:00
test Merge branch 'feature/spi_flash_esp8684_support' into 'master' 2022-04-27 11:05:45 +08:00
test_apps clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
CMakeLists.txt driver: a better way to avoid new/old driver coexistence 2022-04-08 15:15:05 +08:00
Kconfig Merge branch 'refactor/gpio_unit_test' into 'master' 2022-04-01 18:38:19 +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 Merge branch 'feature/proper_way_register_testapp_component' into 'master' 2022-04-11 21:04:14 +08:00
gpio.c gpio: fix GPIO_IS_VALID_(OUTPUT_)GPIO macro 2022-03-24 21:36:03 +08:00
gptimer.c clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
i2c.c I2C: Read transactions, without a STOP, won't panic anymore 2022-04-27 03:55:19 +00:00
i2s.c i2s: fix only right case 2022-04-23 07:38:45 +00:00
ledc.c ledc: cleanup the clock selection code 2022-04-14 08:15:14 +00:00
linker.lf Merge branch 'refactor/gpio_unit_test' into 'master' 2022-04-01 18:38:19 +08:00
mcpwm.c
pulse_cnt.c driver: a better way to avoid new/old driver coexistence 2022-04-08 15:15:05 +08:00
rmt.c clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
rtc_io.c
rtc_module.c
sdio_slave.c
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 clk_tree: prework of introducing clk subsystem control 2022-04-11 12:09:06 +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 Merge branch 'feature/clk_tree_defs' into 'master' 2022-04-13 10:36:56 +08:00
touch_sensor_common.c
twai.c
uart.c driver: uart fix send bytes in RS485 mode rts assert failure 2022-04-26 21:48:07 +08:00
usb_serial_jtag.c