..
deprecated
Merge branch 'bugfix/i2s_tx_auto_clear_not_totally_clean_the_buf_v5.0' into 'release/v5.0'
2022-11-01 10:14:54 +08:00
esp32
touch_sensor: add esp_timer error check
2022-09-14 02:40:32 +00:00
esp32s2
esp_adc: new esp_adc component and adc drivers
2022-07-15 18:31:00 +08:00
esp32s3
touch_sensor: add description to distinguish the API on different target
2022-06-28 02:20:43 +00:00
gpio
gpio: Fix interrupt lost issue
2022-09-08 11:52:25 +08:00
i2s
i2s: fix tx incomplete auto clear
2022-10-12 19:42:37 +08:00
include
Fixed typo
2022-11-01 14:36:44 +08:00
mcpwm
mcpwm: new function to fetch capture resolution
2022-10-21 07:37:36 +00:00
rmt
rmt: disable rc_fast clock when it's used up
2022-09-18 15:52:25 +08:00
test
Storage: Partition APIs moved to the new component 'esp_partition'
2022-11-02 21:49:08 +01:00
test_apps
Fixed typo
2022-11-01 14:36:44 +08:00
.build-test-rules.yml
mcpwm: new driver implementation
2022-07-27 15:22:24 +08:00
CMakeLists.txt
driver: remove -Wno-format flag
2022-08-18 10:57:12 +08:00
dac_common.c
build: fix unused tag string
2022-01-18 10:06:08 +08:00
gptimer.c
pm: update pm test cases to support esp32c2
2022-08-22 21:56:10 +08:00
i2c.c
I2C: Fullfill the I2C clock tree, and support 26M XTAL on ESP32-C2
2022-07-19 11:41:42 +08:00
Kconfig
mcpwm: make set_compare_value iram safe
2022-10-12 08:41:58 +00:00
ledc.c
ledc: Fix the usage of ledc_ls_timer_update and ledc_timer_rst
2022-08-22 22:02:15 +08:00
linker.lf
mcpwm: make set_compare_value iram safe
2022-10-12 08:41:58 +00:00
pulse_cnt.c
mcpwm: added enable/disable functions
2022-08-18 10:57:13 +08:00
sdio_slave.c
sdio_slave: allow disabling highspeed mode
2022-10-01 01:53:28 +08:00
sdkconfig.rename
mcpwm: rename MCPWM_ISR_IN_IRAM to MCPWM_ISR_IRAM_SAFE
2022-06-02 15:01:18 +08:00
sdm.c
driver: remove -Wno-format flag
2022-08-18 10:57:12 +08:00
sdmmc_host.c
driver: remove -Wno-format flag
2022-08-18 10:57:12 +08:00
sdmmc_private.h
driver: update copyright notice
2021-05-25 17:43:57 +02:00
sdmmc_transaction.c
driver: remove -Wno-format flag
2022-08-18 10:57:12 +08:00
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
driver: remove -Wno-format flag
2022-08-18 10:57:12 +08:00
sdspi_private.h
driver: sdspi: add support for R1b response
2022-05-30 15:39:01 +02:00
sdspi_transaction.c
driver: remove -Wno-format flag
2022-08-18 10:57:12 +08:00
spi_bus_lock.c
SPI_BUS_LOCK: fix a concurrency issue
2022-09-14 12:08:24 +08:00
spi_common.c
spi: move spi_common_internal to esp_private
2022-06-24 19:12:13 +08:00
spi_master.c
spi: move spi_common_internal to esp_private
2022-06-24 19:12:13 +08:00
spi_slave_hd.c
esp_hw_support: Remove compare_set.h API
2022-07-22 00:06:06 +08:00
spi_slave.c
spi: move spi_common_internal to esp_private
2022-06-24 19:12:13 +08:00
temperature_sensor.c
driver: remove -Wno-format flag
2022-08-18 10:57:12 +08:00
touch_sensor_common.c
hw_support: move rtc_ctrl from driver to hw_support
2022-04-29 14:28:09 +08:00
twai.c
esp_hw_support: Remove compare_set.h API
2022-07-22 00:06:06 +08:00
uart.c
uart: Fix unwanted processing of TX_DONE interrupt immediately after calling uart_wait_tx_done()
2022-09-23 15:44:37 +08:00
usb_serial_jtag.c
gpio: fix USB D+ pin cannot disable pullup
2022-08-22 22:03:25 +08:00