esp-idf/components/driver
2022-03-25 01:52:10 +08:00
..
deprecated/driver temp_sensor: avoid coexistence of new and legacy driver 2022-03-08 11:57:53 +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 spi: fixed crash when calling spi_bus_free when not initialized 2022-03-25 01:52:10 +08:00
test Merge branch 'refactor/adc_unify_adc_unit' into 'master' 2022-03-18 20:29:36 +08:00
test_apps temperature_sensor: fix typo 2022-03-11 20:56:48 +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 Temperature_sensor: Create new temperature sensor API 2022-03-04 18:13:35 +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 esp32h2: support GPIO peripheral, IO_MUX, GPIO matrix. 2022-03-04 11:25:05 +08:00
gptimer.c lcd: support rgb lcd interupt iram safe 2022-03-14 14:00:40 +08:00
i2c.c Remove IRAM_ATTR from any function declarations 2022-03-22 09:58:50 +00:00
i2s.c i2s: extract std/pdm/tdm modes 2022-03-22 10:14:45 +08:00
Kconfig temp_sensor: avoid coexistence of new and legacy driver 2022-03-08 11:57:53 +08:00
ledc.c driver: fix issues reported by PVS-Studio 2022-03-14 18:46:47 +01: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 pulse_cnt: new driver for PCNT peripheral 2022-03-03 22:38:32 +08:00
mcpwm.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
pcnt_legacy.c pcnt: deprecated as legacy driver 2022-03-03 22:38:32 +08:00
periph_ctrl.c esp_wifi: fix common clock bug 2022-01-27 19:21:48 +08:00
pulse_cnt.c lcd: support rgb lcd interupt iram safe 2022-03-14 14:00:40 +08:00
rmt.c rmt: remove deprecated functions 2022-03-09 10:58:14 +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
rtc_temperature_legacy.c Merge branch 'bugfix/temp_sensor_coexist_issue' into 'master' 2022-03-15 21:43:05 +08: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 spi: fixed crash when calling spi_bus_free when not initialized 2022-03-25 01:52:10 +08:00
spi_master.c spi: support spi on 8684 2022-01-12 11:30:29 +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 Remove IRAM_ATTR from any function declarations 2022-03-22 09:58:50 +00:00
temperature_sensor.c temp_sensor: avoid coexistence of new and legacy driver 2022-03-08 11:57:53 +08:00
timer_legacy.c gptimer: new driver for previous timer group 2022-01-07 14:44:50 +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