Alexey Lapshin
|
fdb4212f7d
|
fix(soc): fix stddef.h missed include in pmu_struct.h headers
|
2025-06-25 18:01:50 +07:00 |
|
Chen Jichang
|
05c2ebcf16
|
feat(parlio_tx): support buffer switched callback
|
2025-06-20 11:19:46 +08:00 |
|
Song Ruo Jing
|
6d293c8582
|
feat(clk): Add basic clock support for esp32h21
|
2025-06-16 15:05:32 +08:00 |
|
Song Ruo Jing
|
da4ac0c56a
|
feat(gpio): update GPIO capabilities IO0-29 for ESP32-C61 ECO3
|
2025-06-09 19:09:49 +08:00 |
|
Laukik Hase
|
0d8a1f5427
|
refactor(hal): Refactor the APM LL/HAL APIs
|
2025-06-06 18:28:47 +05:30 |
|
morris
|
8afb0fb9e6
|
Merge branch 'fix/drop_pm_code_if_not_need' into 'master'
fix(drivers): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
Closes IDFGH-15263
See merge request espressif/esp-idf!39045
|
2025-05-23 16:15:29 +08:00 |
|
Chen Jichang
|
70e5042ea9
|
fix(parlio): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
|
2025-05-22 17:38:58 +08:00 |
|
Chen Jichang
|
4bfd180a94
|
fix(i2c): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
|
2025-05-22 17:27:18 +08:00 |
|
Chen Jichang
|
9837138659
|
fix(gptimer): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
|
2025-05-22 17:27:18 +08:00 |
|
morris
|
57420057b6
|
fix(pcnt): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
Closes https://github.com/espressif/esp-idf/issues/15923
|
2025-05-22 17:27:18 +08:00 |
|
nilesh.kale
|
148d31b659
|
feat: enable support for deterministic mode for esp32h2
|
2025-05-22 14:55:15 +05:30 |
|
nilesh.kale
|
0fb8c2a9b8
|
feat: enabled ECDSA-P192 support for ESP32H2
|
2025-05-22 14:55:03 +05:30 |
|
Mahavir Jain
|
88f66ae3aa
|
Merge branch 'feature/esp_tee_h2' into 'master'
feat(esp_tee): Support for ESP32-H2
See merge request espressif/esp-idf!37708
|
2025-05-21 09:59:26 +05:30 |
|
Laukik Hase
|
12e2df2d74
|
feat(esp_tee): Support for ESP32-H2 - the rest of the components
|
2025-05-20 16:31:23 +05:30 |
|
Song Ruo Jing
|
8262915e28
|
refactor(regi2c): remove regi2c_defs.h from some targets
|
2025-05-19 21:46:40 +08:00 |
|
morris
|
9c8ead5e03
|
Merge branch 'bugfix/periphint_typo' into 'master'
Fix typo in periph_inttrput_t type name
Closes IDF-12096
See merge request espressif/esp-idf!39179
|
2025-05-16 10:38:23 +08:00 |
|
Yuan Yu
|
9a109ca17c
|
fix(peripherals): Correct typo in periph_inttrput_t
Corrected the typo in the type name from 'periph_inttrput_t' to 'periph_interrupt_t'.
|
2025-05-15 18:40:57 +08:00 |
|
morris
|
5cc6cbd4c7
|
fix(mcpwm): the wrong pm lock type on esp32 and esp32s3
|
2025-05-08 21:25:47 +08:00 |
|
wanckl
|
8a60934c4f
|
feat(driver_twai): support legacy targets in new driver
|
2025-04-30 10:38:55 +08:00 |
|
C.S.M
|
f566b500dd
|
feat(uhci): Add uhci (uart-dma) support on esp32c5, esp32h2
|
2025-04-28 16:24:42 +08:00 |
|
C.S.M
|
f66a750af9
|
Merge branch 'feat/uart_dma_support' into 'master'
feat(uhci): Add uhci(uart-dma) support on ESP32C3, ESP32P4, ESP32C6, ESP32S3🚴🏼♂️
See merge request espressif/esp-idf!37494
|
2025-04-28 00:42:42 +08:00 |
|
C.S.M
|
1a3db8e025
|
feat(uhci): Add uhci (uart-dma) support on esp32c3, esp32c6, esp32s3, esp32p4
|
2025-04-27 15:28:23 +08:00 |
|
Chen Ji Chang
|
c4768eafe3
|
Merge branch 'feat/support_cs_signal_in_parlio_tx' into 'master'
feat(parlio_tx): support cs signal on esp32c5 v1.0
Closes IDF-12836 and IDF-12633
See merge request espressif/esp-idf!38646
|
2025-04-27 11:10:26 +08:00 |
|
gaoxu
|
bf335a38f7
|
fix(adc): fix adc do not enable/disable regi2c registers
|
2025-04-25 14:39:01 +08:00 |
|
Chen Jichang
|
6edf48d253
|
feat(parlio_tx): support cs signal on esp32c5 v1.0
|
2025-04-25 14:25:01 +08:00 |
|
Marius Vikhammer
|
503a9faa9f
|
change(core): clean-up leftover todo items in code
|
2025-04-23 16:15:19 +08:00 |
|
Chen Ji Chang
|
8a9d659882
|
Merge branch 'feat/support_gdma_on_h4' into 'master'
feat(gdma): support gdma on esp32h4
Closes IDF-12382
See merge request espressif/esp-idf!38340
|
2025-04-17 11:34:56 +08:00 |
|
Wu Zheng Hui
|
d98c580d40
|
Merge branch 'fix/esp32p4_xtal_path_not_on_top' into 'master'
fix(esp_hw_support): fix esp32p4 xtal_xpd depends on TOP power domain
See merge request espressif/esp-idf!38328
|
2025-04-15 14:54:13 +08:00 |
|
Chen Jichang
|
e353f92b66
|
feat(gdma): support gdma on esp32h4
|
2025-04-15 11:15:40 +08:00 |
|
morris
|
2b5d91ad1c
|
refactor(ana_cmpr): enhanced the driver implementation
|
2025-04-11 17:45:32 +08:00 |
|
wuzhenghui
|
5fbc742248
|
fix(esp_hw_support): fix esp32p4 xtal_xpd depends on TOP power domain
|
2025-04-09 17:10:57 +08:00 |
|
wanckl
|
51873d46aa
|
feat(driver_spi): add h21 spi drivers supports
|
2025-04-03 11:27:29 +08:00 |
|
Chen Ji Chang
|
8e591a2128
|
Merge branch 'feat/parlio_use_gdma_eof' into 'master'
feat(parlio_tx): support loop transmission
Closes IDF-8223 and IDF-11397
See merge request espressif/esp-idf!35733
|
2025-03-27 17:10:59 +08:00 |
|
Island
|
aac2e92f14
|
Merge branch 'feature/ble_5_1_direction_finding_master_20250311' into 'master'
feat: Add Bluetooth LE 5 1 direction finding feature
See merge request espressif/esp-idf!37684
|
2025-03-24 14:00:57 +08:00 |
|
Chen Jichang
|
65074afc0d
|
feat(parlio_tx): support loop transmission
|
2025-03-21 16:49:45 +08:00 |
|
Geng Yuchao
|
abded4ab44
|
feat(ble):Support Bluetooth LE 5.1 direction finding feature
|
2025-03-21 16:34:31 +08:00 |
|
Chen Jichang
|
9ac7a91013
|
fix(pcnt): update pcnt_reg on esp32h2 eco5
|
2025-03-20 15:36:15 +08:00 |
|
Li Shuai
|
157faa3344
|
feat(esp_hw_support): support runtime clock for peripherals to be ungated during sleep
|
2025-03-18 10:42:15 +08:00 |
|
nilesh.kale
|
49e1e22f72
|
fix(esp_rom): Remove AES-192 references for unsupported chips
Cleaned up references to AES-192 in ROM headers for chips that do not support it.
|
2025-03-06 17:48:17 +05:30 |
|
Armando
|
df202585e6
|
refactor(rng): refactor to use hal/ll apis for h2
|
2025-02-13 09:40:05 +08:00 |
|
Wan Lei
|
68b79fc138
|
Merge branch 'fix/spi_master_halt_using_rc_fast' into 'master'
fix(spi_master): fix spi halt when remove device who using rc_fast
See merge request espressif/esp-idf!31079
|
2025-02-12 15:18:22 +08:00 |
|
Jiang Jiang Jian
|
c28599dad9
|
Merge branch 'bugfix/pm-340' into 'master'
revert the fix of idf_size error caused by ldgen
Closes PM-340
See merge request espressif/esp-idf!36763
|
2025-02-10 10:58:31 +08:00 |
|
wanlei
|
cc7adfa068
|
fix(spi_master): fix spi halt when remove device who using rc_fast
|
2025-02-10 10:51:33 +08:00 |
|
Igor Udot
|
5f37de2889
|
Merge branch 'feat/lp-uart-wakeup-mode3' into 'master'
Added support for UART wakeup modes
Closes IDF-10202
See merge request espressif/esp-idf!31965
|
2025-02-06 11:15:37 +08:00 |
|
Li Shuai
|
65ef909867
|
Revert "change(soc): fix idf_size error caused by ldgen to run success for ci pipeline"
This reverts commit bd19d4b930 .
|
2025-02-05 19:58:39 +08:00 |
|
igor.udot
|
f742a05b28
|
feat: supports lp uart wakeup
|
2025-02-05 14:54:48 +08:00 |
|
morris
|
0407879457
|
Merge branch 'contrib/github_pr_15273' into 'master'
Fix spelling mistake in all soc/interrupts.h (GitHub PR)
Closes IDFGH-14503 and IDFGH-14502
See merge request espressif/esp-idf!36597
|
2025-01-24 17:14:42 +08:00 |
|
laokaiyao
|
9269b785f8
|
refactor(ecdsa): rely on efuse to get chip revision
|
2025-01-24 11:50:17 +08:00 |
|
Aditya Patwardhan
|
d8d9ba3dc2
|
fix(soc): Fixed ECDSA register compatibility
|
2025-01-24 11:50:17 +08:00 |
|
Mahavir Jain
|
6875cbf022
|
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5
|
2025-01-24 11:50:17 +08:00 |
|