.. |
esp32
|
adc: improve power logic
|
2023-04-20 10:42:12 +08:00 |
esp32c3
|
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
|
2023-11-08 03:44:43 +00:00 |
esp32h2
|
temperature sensor: Add support on ESP32-S3,
|
2022-07-13 17:22:59 +08:00 |
esp32s2
|
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
|
2023-11-08 03:44:43 +00:00 |
esp32s3
|
bugfix(temperature_sensor): Fix issue that get the value is negative
|
2023-09-04 10:42:34 +08:00 |
include
|
fix(ledc): fix ledc driver 100% duty cycle configuration
|
2023-11-17 15:24:17 +08:00 |
test
|
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
|
2023-11-08 03:44:43 +00:00 |
CMakeLists.txt
|
temperature sensor: Add support on ESP32-S3,
|
2022-07-13 17:22:59 +08:00 |
Kconfig
|
adc: no longer support adc2 oneshot mode on esp32c3
|
2023-03-07 11:58:27 +08:00 |
adc.c
|
fix(adc): fix adc continuous get less results beacuse do not reset apb clk(v4.4)
|
2023-12-04 15:02:18 +08:00 |
adc1_private.h
|
driver: update copyright notice
|
2021-05-25 17:43:57 +02:00 |
adc_common.c
|
example: inform ulp adc usage status to sleep process
|
2023-07-10 02:32:13 +00:00 |
adc_deprecated.c
|
fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12
|
2023-11-08 03:44:43 +00:00 |
component.mk
|
usb_serial_jtag: Add blocking driver to support vfs.
|
2021-07-05 11:22:38 +08:00 |
dac_common.c
|
dac: apply generic check macro
|
2021-08-26 14:01:24 +08:00 |
dedic_gpio.c
|
fast_gpio: driver support on esp32c3
|
2021-09-06 19:39:09 +08:00 |
gdma.c
|
gdma: fixed crash from logging when using newlib nano
|
2023-05-06 13:49:31 +08:00 |
gpio.c
|
fix(gpio): fix potential crash when processing gpio isr
|
2023-07-19 20:02:13 +08:00 |
i2c.c
|
I2C: put some interrupt used functions into IRAM,
|
2022-12-01 16:20:56 +08:00 |
i2s.c
|
adc: improve power logic
|
2023-04-20 10:42:12 +08:00 |
ledc.c
|
fix(ledc): fix ledc driver 100% duty cycle configuration
|
2023-11-17 15:24:17 +08:00 |
linker.lf
|
gdma: correct the iram placement logic
|
2022-04-19 13:01:13 +00:00 |
mcpwm.c
|
Merge branch 'bugfix/mcpwm_wrong_return_value_v4.4' into 'release/v4.4'
|
2022-11-09 22:49:42 +08:00 |
pcnt.c
|
dac: apply generic check macro
|
2021-08-26 14:01:24 +08:00 |
periph_ctrl.c
|
change(hal): remove useless code from periph_ll_wifi_bt_module_enable_clk
|
2023-11-10 14:05:09 +08:00 |
rmt.c
|
rmt: force inline LL functions
|
2023-02-14 15:11:35 +08:00 |
rtc_io.c
|
rtc_io, esp_himem: replace XXX_CHECK with ESP_RETURN_ON_FALSE
|
2021-08-30 11:18:34 +08:00 |
rtc_module.c
|
driver: update copyright notice
|
2021-05-25 17:43:57 +02:00 |
sdio_slave.c
|
sdio_slave: fixed the issue DMA desc not capable
|
2022-02-13 22:35:04 +08:00 |
sdkconfig.rename
|
Rename Kconfig options (components/driver)
|
2019-05-21 09:09:01 +02:00 |
sdmmc_host.c
|
sdmmc: keep clock enabled for the duration of ACMD41
|
2023-07-18 18:17:48 +02:00 |
sdmmc_private.h
|
driver: update copyright notice
|
2021-05-25 17:43:57 +02:00 |
sdmmc_transaction.c
|
sdmmc: I/O phase adjustments
|
2023-04-18 20:07:32 +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: update copyright notice
|
2021-05-25 17:43:57 +02: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_BUS_LOCK: fix a concurrency issue
|
2022-09-14 12:11:29 +08:00 |
spi_common.c
|
spi: limit esp32 dma workaround only on esp32
|
2022-12-01 20:57:09 +08:00 |
spi_master.c
|
fix(spi_master): polling_transmit forgot release bus lock when alloc DMA buffer failed
|
2023-09-01 17:25:38 +08:00 |
spi_slave.c
|
spi_slave: fix io re-config issue
|
2023-03-03 17:28:54 +08:00 |
spi_slave_hd.c
|
adc: support adc dma driver on all chips
|
2021-12-23 17:13:46 +08:00 |
timer.c
|
timer: propagate isr register failure
|
2022-09-01 05:11:23 +00:00 |
touch_sensor_common.c
|
driver: update copyright notice
|
2021-05-25 17:43:57 +02:00 |
twai.c
|
fix(twai): fix build error TWAI_TAG used but not defined
|
2023-12-18 16:18:22 +08:00 |
uart.c
|
Merge branch 'bugfix/fix_uart_tx_done_hardware_concurrency_v4.4' into 'release/v4.4'
|
2023-03-23 16:46:49 +08:00 |
usb_serial_jtag.c
|
fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad
|
2023-11-20 11:25:28 +08:00 |