esp-idf/components/driver
Michael (XIAO Xufeng) b59c06c107 spi_docs: Fixed the default value of max_transfer_sz.
(cherry picked from commit e89fabb963)
2021-07-05 14:36:46 +08:00
..
include/driver spi_docs: Fixed the default value of max_transfer_sz. 2021-07-05 14:36:46 +08:00
test driver test: Increase stack for the "spi poll tasks" test 2021-06-07 02:11:26 +00:00
adc1_i2s_private.h adc_i2s: solve the i2s_adc issue when using wifi 2020-12-08 16:15:03 +08:00
can.c CAN: ISR runs when cache is disabled 2020-12-04 17:58:02 +08:00
CMakeLists.txt esp_ringbuf: move ringbuf to seperate component 2018-09-17 17:04:57 +05:30
component.mk build system: Refactor component.mk to not need component_common.mk 2016-11-10 15:52:22 +11:00
gpio.c driver(GPIO): fixed gpio_wake_up_disable not working for RTC IO (release/3.3) 2020-06-01 11:16:07 +08:00
i2c.c i2c: Acquire PM lock after acquiring mutex 2020-12-30 13:25:40 +05:30
i2s.c adc_i2s: solve the i2s_adc issue when using wifi 2020-12-08 16:15:03 +08:00
Kconfig uart: add option to put ISR in IRAM 2021-04-28 10:07:23 +00:00
ledc.c driver(ledc): fix ledc fade API and update the register header file 2019-01-12 00:56:38 +08:00
mcpwm.c mcpwm: fix the issue of wrong period (backport v3.3) 2020-12-28 03:48:11 +00:00
pcnt.c pcnt/driver: Add module reset before enabling 2019-10-11 19:13:44 +08:00
periph_ctrl.c Add IRAM_ATTR wifi_bt_common_module_enable/disable() 2020-08-24 14:00:22 +08:00
rmt.c rmt/driver: Add module reset before enabling 2019-10-11 19:13:44 +08:00
rtc_module.c bugfix(adc): missing ranges of ADC codes in ESP32 2021-05-26 18:03:50 +08:00
sdio_slave.c sdio_slave: fix the send_flush infinite loop issue 2019-08-20 16:25:58 +08:00
sdmmc_host.c sdmmc: Correctly check function parameters before using them 2020-06-04 12:07:16 +08:00
sdmmc_private.h sdmmc: implement partial DDR support 2018-08-30 13:11:54 +08:00
sdmmc_transaction.c sdmmc: implement partial DDR support 2018-08-30 13:11:54 +08:00
sdspi_crc.c Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdspi_crc.h Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdspi_host.c Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdspi_private.h Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdspi_transaction.c feature(sdio): allow to enable internal pullups of the SDIO host and slave as a debug feature 2018-06-14 12:04:22 +08:00
sigmadelta.c components/driver: 'const' all config calls. 2017-04-13 18:33:33 +01:00
spi_common.c spi: fix the bug of connecting SPI peripheral to read-only pins 2019-02-16 20:03:14 +08:00
spi_master.c spi_master: correctly set cs polarity 2020-09-14 11:58:10 +00:00
spi_slave.c spi: fix a possible concurrency issue 2019-06-19 12:44:24 +08:00
timer.c timer_group: fix intr_enable 2020-04-28 12:39:54 +08:00
uart.c uart: add option to put ISR in IRAM 2021-04-28 10:07:23 +00:00