Jonas Jonsson
bbab011748
Merge 252ce260a47e648b7d779cdc18ae24a82bcdbaeb into a6c3a9cbbb5e0a99e0d30e58271f27a0d4e9ae90
2025-03-03 09:50:12 +00:00
Jonas Jonsson
252ce260a4
feat(ppp): Improve PPP server + client support
...
Make it easier to run a PPP server and client on different interfaces by
adding the interface name to logs and expose the PPP passive option.
2025-03-03 10:47:55 +01:00
Sudeep Mohanty
a6c3a9cbbb
Merge branch 'bugfix/adc_work_mode_for_ulp_riscv' into 'master'
...
fix(ulp-riscv): Fixed ADC oneshot initialization for ULP RISC-V
See merge request espressif/esp-idf!37245
2025-02-27 22:03:12 +08:00
Abhik Roy
83e8f70ee4
Merge branch 'lwip/ip_napt_enable_fix' into 'master'
...
fix(lwip): Fixed NULL pointer dereference in ip_napt_enable; add unit tests
Closes IDFGH-12823 and IDF-8155
See merge request espressif/esp-idf!36810
2025-02-27 20:09:10 +08:00
Wang Meng Yang
9f68b151db
Merge branch 'bugfix/bt_ctrl_issues' into 'master'
...
fix(bt/controller): fixed some controller bugs on ESP32.
Closes IDFGH-14343, IDFGH-14392, and IDFGH-12607
See merge request espressif/esp-idf!37180
2025-02-27 19:39:46 +08:00
Chen Ji Chang
de853be81e
Merge branch 'feat/h4_introduce_step4_rom_support' into 'master'
...
feat(esp32h4): add esp_rom and efuse files (stage4)
See merge request espressif/esp-idf!37160
2025-02-27 18:11:44 +08:00
Sudeep Mohanty
6858b37f51
fix(ulp-riscv): Fixed ADC oneshot initialization for ULP RISC-V
...
This commit fixes a bug in the ADC oneshot driver initialization for the
ULP RISC-V.
2025-02-27 10:51:16 +01:00
Wu Zheng Hui
2d1c99e74f
Merge branch 'fix/fix_bad_dslp_param_after_lightsleep' into 'master'
...
fix(esp_hw_support): Fixed the issue that light sleep destroyed the parameters of subsequent deep sleep
Closes PM-366 and BLERP-1602
See merge request espressif/esp-idf!37276
2025-02-27 15:51:55 +08:00
Frantisek Hrbata
4f968c3fc5
Merge branch 'contrib/github_pr_15401' into 'master'
...
Fix idf_as_lib example (GitHub PR)
Closes IDFGH-14655
See merge request espressif/esp-idf!37127
2025-02-27 15:00:12 +08:00
Song Ruo Jing
ce3d603e05
Merge branch 'feature/esp32h21_gdma_support' into 'master'
...
feat(gdma): add GDMA support for ESP32H21
Closes IDF-11603 and IDF-11604
See merge request espressif/esp-idf!37063
2025-02-27 14:07:52 +08:00
Chen Ji Chang
f02812544e
Merge branch 'fix/fix_parlio_test_case' into 'master'
...
fix(parlio): increase test case success rate
See merge request espressif/esp-idf!37307
2025-02-27 14:04:38 +08:00
Mahavir Jain
e81a9285fe
Merge branch 'bugfix/esp32s2_memprot_clear' into 'master'
...
fix(esp_hw_support): clear the memory protection interrupt status on boot
Closes IDFGH-5968 and IDFGH-14602
See merge request espressif/esp-idf!36801
2025-02-27 12:54:06 +08:00
Chen Jichang
a07e67893b
fix(parlio): increase test case success ratio
2025-02-27 11:58:52 +08:00
C.S.M
dbd2aa8c54
Merge branch 'refactor/optimize_flash_iram_usage' into 'master'
...
refactor(spi_flash): optimize flash functions to save IRAM memory
See merge request espressif/esp-idf!36902
2025-02-27 11:26:23 +08:00
Michael (XIAO Xufeng)
80bc9d8828
Merge branch 'feat/h2_v1.2_compatibility' into 'master'
...
doc(compatibility): add compatibility info for h2 v1.2
See merge request espressif/esp-idf!37174
2025-02-27 09:03:07 +08:00
Jaroslav Burian
1f08a8c67e
Merge branch 'fix/flush_esptool_output' into 'master'
...
fix(esptool): Fix flush output while flashing
Closes ESPTOOL-1014
See merge request espressif/esp-idf!37243
2025-02-27 06:34:45 +08:00
Island
371c7edb22
Merge branch 'dev/ble_log_spi_output' into 'master'
...
fix(ble): fix flushout and sync issues
See merge request espressif/esp-idf!37282
2025-02-26 23:00:40 +08:00
Martin Vychodil
8606eb43f7
Merge branch 'feat/optimize_vfs_mountpoint_table' into 'master'
...
feat(storage/vfs): improve mountpoint table memory usage
Closes IDF-12560
See merge request espressif/esp-idf!36613
2025-02-26 22:08:15 +08:00
Martin Vychodil
fec59ecb42
Merge branch 'docs/fatfs_unlink_discrepancy' into 'master'
...
docs(storage/fatfs): discrepancies between FATFS and POSIX
Closes IDFGH-14405 and DOC-10313
See merge request espressif/esp-idf!36941
2025-02-26 21:40:29 +08:00
Igor Masar
d53b0a9111
Merge branch 'fix/usb-hal-dwc-host-channel-num' into 'master'
...
fix(usb/hal/dwc): Correct host channel number calculation
See merge request espressif/esp-idf!37173
2025-02-26 21:19:51 +08:00
Tomas Rezucha
51fd02dd83
Merge branch 'fix/usb_phy_set_speed' into 'master'
...
fix(usb/phy): Fixed crash on external PHY init with speed != UNDEFINED
See merge request espressif/esp-idf!37218
2025-02-26 19:50:23 +08:00
C.S.M
8f371a5004
docs(spi_flash): Add docs for spi_flash IRAM usage
2025-02-26 18:29:35 +08:00
C.S.M
b66e140fbc
refactor(spi_flash): optimize flash functions to save iram memory
2025-02-26 18:28:49 +08:00
Mahavir Jain
8014ffa225
Merge branch 'fix/esp_tee_aes_sha_prot' into 'master'
...
fix(esp_tee): Protect the AES/SHA clock registers from REE access
Closes IDF-8954 and IDF-7188
See merge request espressif/esp-idf!36783
2025-02-26 18:06:44 +08:00
Zhang Shu Xian
656415b8aa
Merge branch 'docs/update_cn_translation_for_storage_fatfs' into 'docs/fatfs_unlink_discrepancy'
...
docs: Update CN translation for fatfs
See merge request espressif/esp-idf!37155
2025-02-26 17:50:42 +08:00
igor.masar
dfd8098716
fix(usb/hal/dwc): Correct host channel number calculation
...
The hardware field `ghwcfg2.numhstchnl` is zero-based, meaning the actual
number of available host channels is `numhstchnl + 1`. This off-by-one
error caused the USB Host controller to report N-1 channels instead of N,
leading to premature "No more HCD channels available" errors when
connecting multiple devices.
This issue affects ESP32-S2, ESP32-S3, and ESP32-P4.
2025-02-26 17:29:06 +08:00
Jaroslav Burian
64f4956d4f
fix(esptool): Fix flush output while flashing
...
With the new esptool v5.0 the output is not flushed while flashing
the firmware. This commit fixes the issue by using python unbuffered mode.
2025-02-26 10:04:16 +01:00
Shu Chen
aa424235e2
Merge branch 'fix/fix_ot_uart_init_bug' into 'master'
...
fix(openthread): fix a bug of openthread uart init port
Closes TZ-1564
See merge request espressif/esp-idf!37284
2025-02-26 16:46:27 +08:00
Jin Cheng
309747bf9a
fix(bt/controller): fixed some controller bugs on ESP32.
...
1. added a VSC to control whether to initiate lmp_auto_rate
- Closes https://github.com/espressif/esp-idf/issues/15133
2. fixed EA resource cleanup error after SNIFF negotiation failure
- Closes https://github.com/espressif/esp-idf/issues/13605
3. removed an assertion in SCO data TX handler after disconnection
- Closes https://github.com/espressif/esp-idf/issues/15176
2025-02-26 16:31:06 +08:00
Michael (XIAO Xufeng)
70b474a08a
Merge branch 'feat/c2_v2.0_compatibility' into 'master'
...
hw_support: Add compatibility information and Kconfig option for c2 v2.0
See merge request espressif/esp-idf!35831
2025-02-26 16:01:58 +08:00
Konstantin Kondrashov
8778ed2812
Merge branch 'feature/update_ring_buffer_doc' into 'master'
...
feat(esp_ringbuf): Update ring buffer doc
Closes IDFGH-14536
See merge request espressif/esp-idf!36760
2025-02-26 15:58:36 +08:00
Konstantin Kondrashov
038d99f3c5
feat(efuse): Generate efuse source files for ESP32-H4
2025-02-26 09:50:11 +02:00
Island
6aa557c845
Merge branch 'feat/add_save_debug_context_250226' into 'master'
...
Feat/add save debug context 250226
Closes BLERP-1561 and BLERP-1604
See merge request espressif/esp-idf!37281
2025-02-26 14:45:33 +08:00
Zhou Xiao
b144337020
fix(ble): fix flushout and sync issues
2025-02-26 12:27:22 +08:00
Wu Zheng Hui
132444cd08
Merge branch 'feat/support_esp32h21_modem_clock' into 'master'
...
feat(esp_hw_support): support esp32h21 modem clock
Closes PM-348
See merge request espressif/esp-idf!37082
2025-02-26 12:02:43 +08:00
Xu Si Yu
76c207250d
fix(openthread): fix a bug of openthread uart init port
2025-02-26 11:53:55 +08:00
morris
548caad60b
Merge branch 'doc/wrong_info_about_psram_support' into 'master'
...
docs(gpio): fix wrong psram support information
See merge request espressif/esp-idf!37280
2025-02-26 11:48:21 +08:00
zwl
da07b1fabe
feat(ble): add a debug way to retain scene on ESP32-C5
2025-02-26 11:02:56 +08:00
zwl
bc299e784c
feat(ble): add a debug way to retain scene on ESP32-C6
2025-02-26 11:00:12 +08:00
Island
efdce75bb1
Merge branch 'fix/feed_wdts_during_ble_log_dump_c2' into 'master'
...
fix(ble): add feed wdts during ble log dump for ESP32-C2
Closes BLERP-1598
See merge request espressif/esp-idf!37265
2025-02-26 10:42:59 +08:00
zwl
5b8ac71ace
fix(ble): fixed common kconfig error when controller enable only
2025-02-26 10:37:35 +08:00
morris
3dc8c0f3cb
docs(gpio): fix wrong psram support information
...
PSRAM is NOT supported on esp32c3, but IS supported on esp32c5 and
esp32c61
2025-02-26 10:23:18 +08:00
wuzhenghui
dd2bde0847
fix(esp_hw_support): fix lightsleep destroys deepsleep rtc parameters
2025-02-26 10:13:07 +08:00
Zhang Shuxian
26078bbf9a
docs: Update CN translation for fatfs
2025-02-26 10:04:26 +08:00
Abhik Roy
c264d8c580
fix(lwip): Fixed NULL pointer dereference in ip_napt_enable; add unit tests
...
[LWIP submodule changes]: git log --oneline fa4dffdf..0a44efa1
Detailed description of the changes:
- napt: Fixed NULL pointer dereference in ip_napt_enable (espressif/esp-lwip@0a44efa1 )
- napt: Added unit tests for napt (espressif/esp-lwip@865d7d0c )
Closes https://github.com/espressif/esp-lwip/issues/69
2025-02-26 00:24:10 +11:00
Island
0461e2ff88
Merge branch 'feat/add_ble_ctrl_log_module_on_esp32c3' into 'master'
...
feat(bt): Added BLE log module on ESP32-C3 and ESP32-S3(723439d)
Closes BLERP-1590 and BLERP-1591
See merge request espressif/esp-idf!37220
2025-02-25 20:40:41 +08:00
Laukik Hase
873409da6b
refactor(esp_tee): Simplify service call ASM routine
...
- Remove `mret` for jumping to the service call dispatcher; instead, enable
interrupts and execute directly
- Fix potential corruption of the `t3` register when returning from a service
call
- Simplify the secure service dispatcher function
2025-02-25 17:18:08 +05:30
Wang Meng Yang
909d81283d
Merge branch 'docs/fix_some_coexist_doc_issue' into 'master'
...
docs(coex): update rf coexistence documents
See merge request espressif/esp-idf!36974
2025-02-25 19:33:14 +08:00
Chen Jichang
a74f9cbe63
feat(esp32h4): add esp_rom and efuse files (stage4)
2025-02-25 19:30:03 +08:00
Laukik Hase
5c4a527750
refactor(esp_tee): Remove explicit setting of the HP_CPU
APM/TEE security mode
2025-02-25 16:49:08 +05:30