Commit Graph

33964 Commits

Author SHA1 Message Date
Island 2c25cdf1cb Merge branch 'feature/update_controller_lib_20250310_v5.1' into 'release/v5.1'
Feature/update controller lib 20250310 (v5.1)

See merge request espressif/esp-idf!37679
2025-03-13 14:24:46 +08:00
Island ff51717640 Merge branch 'bugfix/disable_dbg_hci_cmd_on_esp32_v5.1' into 'release/v5.1'
Disable debug vendor hci command on ESP32 (v5.1)

See merge request espressif/esp-idf!37627
2025-03-13 10:55:41 +08:00
Shen Weilong 02c08ca49c feat(ble): tell controller if vhci is enabled for ESP32-C6 and ESP32-H2 2025-03-13 09:04:56 +08:00
Shen Wei Long 09ef128249 feat(ble): tell controller if vhci is enabled for ESP32-C2
(cherry picked from commit 892b3a0b0e)

Co-authored-by: Shen Weilong <shenweilong@espressif.com>
2025-03-13 09:01:34 +08:00
Alexey Gerenkov 00d9969869 Merge branch 'fix/apptrace_basic_tests_v5.1' into 'release/v5.1'
ci(apptrace): run tests from custom OpenOCD class (v5.1)

See merge request espressif/esp-idf!37654
2025-03-13 05:44:57 +08:00
Jiang Jiang Jian db58c5fc98 Merge branch 'fix/add_sta_authmode_for_sta_connect_v5.1' into 'release/v5.1'
Modify authmode to sta for sta connect event(backport v5.1)

See merge request espressif/esp-idf!37652
2025-03-13 02:05:35 +08:00
Wang Meng Yang 9c91ff7845 Merge branch 'bugfix/spp_free_server_slot_err_v5.1' into 'release/v5.1'
fix(bt/bluedroid): Fixed freeing spp server memory when disconnected(v5.1)

See merge request espressif/esp-idf!37611
2025-03-12 17:26:48 +08:00
morris d001a5a77b Merge branch 'fix/pr_15513_psram_bss_noinit_calc_issue_v5.1' into 'release/v5.1'
psram: correct .bss and .noinit vaddr calculation (v5.1)

See merge request espressif/esp-idf!37661
2025-03-12 10:40:53 +08:00
Marius Vikhammer 4aa92562ba Merge branch 'bug/xtensa_cpu1_sys_lockup_v5.1' into 'release/v5.1'
fix(panic_handler): Updated panic handler to use RTC WDT (v5.1)

See merge request espressif/esp-idf!37123
2025-03-12 10:00:36 +08:00
armando aaa12eb0fc refactor(psram): rename .bss .noinit segments to sections
Closes https://github.com/espressif/esp-idf/pull/15513
2025-03-11 11:48:14 +08:00
Erki Aring f399b90118 fix(psram): correct heap vaddr calculation
- fixes https://github.com/espressif/esp-idf/issues/15496

Signed-off-by: armando <douyiwen@espressif.com>
2025-03-11 11:48:06 +08:00
Island 64d22a4e62 Merge branch 'feat/support_read_periodic_adv_size_v5.1' into 'release/v5.1'
feat(ble/bluedroid): Support read periodic advertiser list size command (v5.1)

See merge request espressif/esp-idf!37501
2025-03-11 10:52:35 +08:00
morris 63da8bb6c2 Merge branch 'bugfix/clear_ledc_gamma_ram_v5.1' into 'release/v5.1'
fix(ledc): left-off gamma ram registers should be cleared (v5.1)

See merge request espressif/esp-idf!37577
2025-03-11 10:37:09 +08:00
xiongweichao 0c09ca81c1 fix(bt/bluedroid): Fixed freeing spp server memory when disconnected 2025-03-11 09:39:16 +08:00
Erhan Kurubas cdeef4dd60 ci(apptrace): run tests from custom OpenOCD class 2025-03-10 23:37:38 +01:00
tarun.kumar 1c9251fecc fix(wifi): Modify authmode to sta for sta connect event 2025-03-10 17:49:55 +05:30
chenjianhua d0840de93e fix(bt): Update bt lib for ESP32(e250cf1)
- Disable debug vendor hci command
2025-03-10 15:37:34 +08:00
gongyantao 326abfbf18 fix(bt): fixed some issues in bt controller
- fixed the issue where the NULL pointer was deferenced in lc_free state
- avoid accessing released ACL resources in SCO logic
2025-03-10 15:37:22 +08:00
Jin Cheng 9372cf169c 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-03-10 15:37:12 +08:00
zhanghaipeng 9689d076b6 feat(ble/bluedroid): Support read periodic advertiser list size command 2025-03-10 14:38:55 +08:00
Jiang Jiang Jian f16e65b193 Merge branch 'fix/fix_esp32s3_reboot_cache_failure_v5.1' into 'release/v5.1'
fix(esp_system): fix possible cache_error by another core accessing flash in esp_restart (v5.1)

See merge request espressif/esp-idf!37588
2025-03-10 11:41:07 +08:00
Rahul Tank b523b9f98c Merge branch 'feature/expose_ble_gap_wl_tx_add_v5.1' into 'release/v5.1'
fix(nimble): Exposed the ble_gap_wl_tx_add API to add a device in whitelist(v5.1)

See merge request espressif/esp-idf!37056
2025-03-09 11:30:42 +08:00
wuzhenghui 63c8fc4575 fix(esp_system): fix possible cache_error by another core accessing flash in esp_restart 2025-03-07 20:29:46 +08:00
Song Ruo Jing 95dc2c57ca docs(ledc): add notes for ledc_set_fade_with_time API reference
Closes https://github.com/espressif/esp-idf/issues/15085
2025-03-07 20:19:04 +08:00
Song Ruo Jing da67bbb0a4 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 20:18:52 +08:00
Song Ruo Jing 1281508bd7 fix(ledc): updated docs for esp32h2 eco5 bugfix 2025-03-07 17:39:44 +08:00
Abhinav Kudnar 4e7990ea21 fix(nimble): Exposed the ble_gap_wl_tx_add API to add a device in whitelist, other fixes 2025-03-07 14:34:01 +05:30
Jiang Jiang Jian 6ff5fca12d Merge branch 'bugfix/fix_some_wifi_bugs_250303_v5.1' into 'release/v5.1'
Bugfix/fix some wifi bugs 250303 v5.1(Backport v5.1)

See merge request espressif/esp-idf!37431
2025-03-07 10:43:19 +08:00
Roland Dobai 954ac358a6 Merge branch 'fix/remove-unnecessary-select_v5.1' into 'release/v5.1'
fix(esp_system): Remove unnecessary select from esp_system/Kconfig (v5.1)

See merge request espressif/esp-idf!37523
2025-03-07 02:22:13 +08:00
Alexey Gerenkov a190db8413 Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20250226_v5.1' into 'release/v5.1'
feat(tools): update openocd version to v0.12.0-esp32-20250226 (v5.1)

See merge request espressif/esp-idf!37530
2025-03-06 21:51:55 +08:00
Rahul Tank 126fdc33da Merge branch 'bugfix/fix_sc_only_pairing_v5.1' into 'release/v5.1'
fix(nimble): Fix SC only pairing failure (v5.1)

See merge request espressif/esp-idf!37535
2025-03-06 17:10:02 +08:00
Sudeep Mohanty 2bba3944c2 fix(panic_handler): Updated panic handler to use RTC WDT
This commit updates the following:
- Updates the panic handler to use only the RTC WDT to reset the system.
- Refactors some of the panic handler code.
- Updates Bluetooth files where in they now feed the WDTs instead of
  reconfiguring them.
- Removes some unnecessary configuration of WDTs from various files.
- Added a unit test to verify that the system does not lock up when the
  panic handler is stuck.
- Updates the memprot unit tests to work with the refactored panic
  handler.

Closes https://github.com/espressif/esp-idf/issues/15166
Closes https://github.com/espressif/esp-idf/issues/15018
Closes https://github.com/espressif/esp-idf/issues/10110
2025-03-06 09:10:09 +01:00
Erhan Kurubas 1d5a76a7a8 feat(tools): update openocd version to v0.12.0-esp32-20250226 2025-03-05 15:48:57 +01:00
Rahul Tank 2b897075a7 fix(nimble): Fix SC only pairing failure 2025-03-05 19:45:27 +05:30
Jan Beran bc55769c8b fix(esp_system): Remove unnecessary select from esp_system/Kconfig 2025-03-05 15:09:48 +01:00
Island 5bf714fe53 Merge branch 'feat/ble_read_long_value_v5.1' into 'release/v5.1'
feat(ble/bluedroid): Add Read Long Characteristic Values example (v5.1)

See merge request espressif/esp-idf!37486
2025-03-05 20:06:49 +08:00
Rahul Tank 8ea69f25e1 Merge branch 'feat/added_change_to_ble_spp_client_v5.1' into 'release/v5.1'
feat(nimble): Allow BLE SPP Client to subscribe to the server (v5.1)

See merge request espressif/esp-idf!37458
2025-03-05 17:59:59 +08:00
Island 9ca83ba4f4 Merge branch 'bugfix/fix_ble_kconfig_v5.1' into 'release/v5.1'
fix(ble/controller): Fix BLE Kconfig on ESP32 to avoid unexpected behavior (v5.1)

See merge request espressif/esp-idf!37419
2025-03-05 15:08:12 +08:00
zhanghaipeng 3b78623bd4 feat(ble/bluedroid): Add Read Long Characteristic Values example 2025-03-05 15:00:20 +08:00
Rahul Tank fbec1c0964 Merge branch 'bugfix/fix_link_estab_compile_failure_v5.1' into 'release/v5.1'
fix(nimble): Handle probable release breaking change (v5.1)

See merge request espressif/esp-idf!37437
2025-03-05 14:56:02 +08:00
Shreeyash d10462be9b feat(nimble): Allow BLE SPP Client to subscribe to the server 2025-03-05 11:43:43 +05:30
morris 7ee30e144b Merge branch 'fix/build_when_rom_patch_disable_v5.1' into 'release/v5.1'
fix(spi_flash): Fix build fail when rom_patch config disabled (backport v5.1)

See merge request espressif/esp-idf!37107
2025-03-05 10:12:07 +08:00
Wang Meng Yang 28035c9873 Merge branch 'bugfix/spp_mem_leak_v5.1' into 'release/v5.1'
fix(bt/bluedroid): fixed memory leaks in SPP callback mode (v5.1)

See merge request espressif/esp-idf!37388
2025-03-05 09:09:21 +08:00
C.S.M 3d30cae7d3 refactor(spi_flash): remove redundent flash suspend check 2025-03-04 13:18:30 +08:00
C.S.M d14a627f2f fix(spi_flash): Fix build fail when rom_patch config disabled,
Closes https://github.com/espressif/esp-idf/issues/15229
2025-03-04 13:18:30 +08:00
Rahul Tank e620fddc85 fix(nimble): Handle probable release breaking change
link_estab event may be handled by customers in application and the previous would break it.
Revert few changes so as to not break the customer's code
2025-03-03 12:47:09 +05:30
muhaidong aeeb0fb853 fix(coex): fix disable external coex fail issue 2025-03-03 14:32:41 +08:00
muhaidong b2f9be1cbb feat(phy): update libphy for RXDC cal opt, no antenna current opt, add cca api 2025-03-03 14:32:41 +08:00
muhaidong 827145135d feat(phy): add gpio cmd for cert test 2025-03-03 14:30:44 +08:00
Jiang Jiang Jian eda82c2f2e Merge branch 'bugfix/analyzer_issues_supplicant_v5.1' into 'release/v5.1'
fix(esp_wifi): fix some analyzer issues (v5.1)

See merge request espressif/esp-idf!36833
2025-03-03 11:51:50 +08:00