Xu Si Yu
|
220aa00979
|
feat(802.15.4): add SW data request detection
|
2026-01-28 12:16:05 +08:00 |
|
laokaiyao
|
632e15c2ca
|
fix(parlio_rx): fixed opposite sample edge issue
Closes https://github.com/espressif/esp-idf/issues/18012
|
2026-01-15 12:07:42 +08:00 |
|
Chen Chen
|
b17fe62b8d
|
fix(i2c_master): Add i2c master timeout range check
Closes https://github.com/espressif/esp-idf/issues/17930
|
2026-01-07 10:09:11 +08:00 |
|
morris
|
0d8a531a65
|
Merge branch 'feature/i2s_support_merge_simplex_to_duplex_v5.2' into 'release/v5.2'
feat(i2s): support to lazy constitute full-duplex mode (v5.2)
See merge request espressif/esp-idf!41845
|
2025-11-18 17:15:01 +08:00 |
|
gaoxu
|
4cb5c59532
|
fix(adc): fix ESP32C6 ADC get high result after enable
|
2025-11-03 17:07:01 +08:00 |
|
laokaiyao
|
8207fba17a
|
feat(i2s): support to lazy constitute full-duplex mode
|
2025-10-17 10:28:14 +08:00 |
|
C.S.M
|
7d3447ad48
|
feat(uhci): Add uhci (uart-dma) support on current chips
|
2025-09-25 10:48:31 +08:00 |
|
Li Shuai
|
855492fa2e
|
change(hal): add hal interface to configure pau regdma wait timeout parameter
|
2025-08-28 19:09:08 +08:00 |
|
laokaiyao
|
3b034c6886
|
feat(i2s): add PLL240M clock source on S3 and C6
Closes https://github.com/espressif/esp-idf/issues/17056
|
2025-08-26 15:20:36 +08:00 |
|
Jiang Jiang Jian
|
1e4482d1f2
|
Merge branch 'bugfix/ledc_update_duty_wait_v5.2' into 'release/v5.2'
fix(ledc): duty_start bit should wait for its self-clear before next set on esp32 (v5.2)
See merge request espressif/esp-idf!41281
|
2025-08-22 15:46:23 +08:00 |
|
Jiang Jiang Jian
|
300d52a3d3
|
Merge branch 'bugfix/gpio_esp32_workaround_v5.2' into 'release/v5.2'
fix(gpio): fix ESP32 GPIO sleep mode handling (v5.2)
See merge request espressif/esp-idf!41259
|
2025-08-22 15:45:02 +08:00 |
|
Song Ruo Jing
|
377d92e960
|
fix(ledc): duty_start bit should wait for its self-clear before next set on esp32
|
2025-08-14 19:28:02 +08:00 |
|
Song Ruo Jing
|
dddb4e5e58
|
fix(gpio): fix ESP32 GPIO sleep mode handling
The previous workaround does not work, the backup/restore should apply to RTC IO registers.
|
2025-08-14 16:13:22 +08:00 |
|
wuzhenghui
|
c6d13ec757
|
fix(esp_hw_support): fix MODEM_ADC_COMMON_FE destroyed by modem powerdown lightsleep
|
2025-08-08 12:02:33 +08:00 |
|
nilesh.kale
|
623bf9b602
|
feat: enabled ECDSA-P192 support for ESP32H2
|
2025-07-22 11:26:25 +05:30 |
|
Marius Vikhammer
|
b11b97ca9b
|
feat(lp_core): added support for LP-IO as LP-core wakeup source
|
2025-07-02 17:54:43 +08:00 |
|
armando
|
7a59713121
|
fix(cache): fixed SOC_CACHE_FREEZE_SUPPORTED not defined on c3/c2 issue
|
2025-06-25 09:49:16 +08:00 |
|
Jiang Jiang Jian
|
6dc1044aec
|
Merge branch 'fix/fix_esp_timer_accuracy_when_do_dfs_v5.2' into 'release/v5.2'
fix(esp_hw_support): improve esp timer accuracy on DFS for esp32 & esp32s2 (v5.2)
See merge request espressif/esp-idf!39342
|
2025-05-26 19:55:04 +08:00 |
|
wuzhenghui
|
52296887bf
|
fix(esp_hw_support): update LACT clock prescale immediately when APB changes on esp32
|
2025-05-22 14:58:39 +08:00 |
|
Song Ruo Jing
|
e182cfac59
|
fix(uart): correct C3/S3 module enable porcedure to avoid undesired line noise
|
2025-05-20 15:49:29 +08:00 |
|
C.S.M
|
11216d293a
|
fix(i2c): Fix that fsm reset cause i2c scl frequency changed on esp32s2
|
2025-04-29 17:30:34 +08:00 |
|
laokaiyao
|
5fe51c4bb7
|
fix(touch): fixed tie option take no effect
|
2025-04-21 20:48:12 +08:00 |
|
morris
|
9f321438ff
|
fix(ana_cmpr): interrupt priority can only be 0~3
|
2025-04-15 10:52:00 +08:00 |
|
diplfranzhoepfinger
|
19804886df
|
fix(twai): fixed twai assert fail when recover
driver try start new frame in ISR however already bus off
Closes https://github.com/espressif/esp-idf/issues/9697
|
2025-03-25 11:48:37 +08:00 |
|
Song Ruo Jing
|
a21e88c561
|
fix(gpio): fix 8/16-bit gpio, rtc/lp_io register access
|
2025-03-20 16:04:36 +08:00 |
|
Song Ruo Jing
|
8fd103928b
|
fix(gpio): fix pu, pd, drv value incorrect from gpio_dump_io_configuration on esp32
Closes https://github.com/espressif/esp-idf/issues/14931
|
2025-03-20 16:01:44 +08:00 |
|
morris
|
899b08a033
|
Merge branch 'bugfix/lp_uart_baudrate_limitation_v5.2' into 'release/v5.2'
fix(uart): LP UART does not have the pre-divider for its clock source (v5.2)
See merge request espressif/esp-idf!37596
|
2025-03-17 11:06:13 +08:00 |
|
morris
|
7d12731212
|
Merge branch 'bugfix/clear_ledc_gamma_ram_v5.2' into 'release/v5.2'
fix(ledc): left-off gamma ram registers should be cleared (v5.2)
See merge request espressif/esp-idf!37574
|
2025-03-17 11:05:00 +08:00 |
|
armando
|
1b9a38013a
|
fix(sdmmc): move DMA descriptor refilling into the ISR
|
2025-03-12 13:08:06 +08:00 |
|
Song Ruo Jing
|
ce808b09cd
|
fix(uart): LP UART does not have the pre-divider for its clock source
Closes https://github.com/espressif/esp-idf/issues/15427
|
2025-03-07 21:49:20 +08:00 |
|
Song Ruo Jing
|
ab4ec0aa5e
|
fix(ledc): overflowed integer argument in ledc_hal_clear_left_off_fade_param
|
2025-03-07 20:27:44 +08:00 |
|
Song Ruo Jing
|
2c9fa3771e
|
fix(ledc): left-off gamma ram registers should be cleared
Hardware reads in (range_number+1) fade parameter registers, which could
cause output waveform error.
|
2025-03-07 17:31:08 +08:00 |
|
Jiang Jiang Jian
|
499dd676a9
|
Merge branch 'bugfix/h2_ble_timer_clk_enable_fix_v5.2' into 'release/v5.2'
fix: H2 ble timer clk enable issue. (v5.2)
See merge request espressif/esp-idf!36543
|
2025-03-03 11:56:20 +08:00 |
|
morris
|
e6f49c0480
|
Merge branch 'feat/spi_std_timing_and_bit_trans_v5.2' into 'release/v5.2'
feat(driver_spi): support adjust master rx to standard timing (v5.2)
See merge request espressif/esp-idf!36401
|
2025-02-28 18:40:13 +08:00 |
|
Mahavir Jain
|
e2dd6f8a6f
|
Merge branch 'bugfix/memprot_s2_intr_peri1_v5.2' into 'release/v5.2'
fix(security): ESP32S2 memory protection check for Peri1 RTCSLOW interrupt (v5.2)
See merge request espressif/esp-idf!37119
|
2025-02-28 15:52:29 +08:00 |
|
wuzhenghui
|
aff8ad355b
|
fix(esp_hw_support): fix esp32s2/esp32s3 RTC IOMUX clock management
|
2025-02-21 10:18:27 +08:00 |
|
Martin Vychodil
|
671dc31a32
|
fix(security): Fixed ESP32S2 memory protection check for Peri1 RTCSLOW interrupt
- fixes the issue found in https://github.com/espressif/esp-idf/issues/15359
- extends debug printouts in the related tests
|
2025-02-19 19:26:21 +01:00 |
|
zwx
|
31436bd626
|
feat(802.15.4): use btbb function to get rssi comp for h2
|
2025-02-18 12:11:00 +08:00 |
|
Aditya Patwardhan
|
4c281f8eee
|
Merge branch 'feature/esp32h2_eco5_ecc_v5.2' into 'release/v5.2'
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5 (v5.2)
See merge request espressif/esp-idf!36586
|
2025-02-11 09:54:03 +08:00 |
|
Aditya Patwardhan
|
e2086d518e
|
feat(docs): Update minimizing binary size
The ESP32-H2 software countermeasure may not be necessary
for ESP32-H2 v1.2 and above, this commit updates
the relevant documentation
|
2025-02-10 21:25:07 +05:30 |
|
Aditya Patwardhan
|
9b8a21d128
|
fix(soc): Fixed ECDSA register compatibility
|
2025-02-10 21:25:06 +05:30 |
|
Aditya Patwardhan
|
1c9146f0c2
|
fix(hal): Make the ECDSA countermeasure dynamically applicable
This commit makes the ECDSA countermeasure dynamically applicable
across different revisions of the ESP32H2 SoC.
|
2025-02-10 21:24:58 +05:30 |
|
Geng Yuchao
|
55f1ac37cc
|
fix(esp32h2): H2 ble timer clk enable issue
|
2025-02-07 11:46:01 +08:00 |
|
Mahavir Jain
|
84d2a8818c
|
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5
|
2025-02-06 08:14:50 +05:30 |
|
wanckl
|
65a616197f
|
feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing
|
2025-01-22 11:11:47 +08:00 |
|
harshal.patil
|
f3e87bb60e
|
feat(bootloader_support): Permanently enable XTS-AES pseudo rounds when FE release mode is enabled
|
2025-01-21 12:41:05 +05:30 |
|
harshal.patil
|
248de17a53
|
feat(hal/spi_flash_encrypted): Enable pseudo rounds function during XTS-AES operations
|
2025-01-17 14:18:37 +05:30 |
|
harshal.patil
|
e8a0496d36
|
feat(hal/aes): Enable pseudo rounds function during AES operations
|
2025-01-17 14:00:14 +05:30 |
|
laokaiyao
|
be89694353
|
refactor(lpperi): compatible refactor for H2 ECO5
|
2025-01-15 20:42:44 +08:00 |
|
morris
|
5d2609911e
|
Merge branch 'fix/twai_io_init_glitch_v5.2' into 'release/v5.2'
fix(driver_twai): fixed bus-off when twai_init due to wrong gpio config (v5.2)
See merge request espressif/esp-idf!34817
|
2025-01-14 11:56:22 +08:00 |
|