Tan Yan Quan
c667d67248
feat(802.15.4): IEEE802.15.4 add some minor edits for readability
2024-12-16 10:46:25 +08:00
Tan Yan Quan
979e1d86cb
feat(802.15.4): IEEE802.15.4 add rx buffer statistic
2024-12-16 10:46:25 +08:00
morris
bfac3bfd16
Merge branch 'feat/allow_to_skip_legacy_driver_conflict_check_v5.3' into 'release/v5.3'
...
feat(legacy_driver): add kconfig to skip legacy confilct check (v5.3)
See merge request espressif/esp-idf!35616
2024-12-13 18:50:09 +08:00
Island
b024864e4c
Merge branch 'fix/ble_mesh_enable_high_duty_itvl_on_nimble_v5.3' into 'release/v5.3'
...
feat(ble_mesh): select BT_NIMBLE_HIGH_DUTY_ADV_ITVL when using random adv itvl (v5.3)
See merge request espressif/esp-idf!35598
2024-12-13 16:21:51 +08:00
Chen Jichang
5e7e352b5a
feat(legacy_driver): add kconfig to skip legacy confilct check
2024-12-12 18:13:53 +08:00
Tomáš Rohlínek
299b93bc9e
fix(storage/vfs_console): stop new console opens from overwriting existing fds
2024-12-12 10:01:16 +01:00
wangtao@espressif.com
71c6360648
fix(wifi): fix esp32c2 ld issue
2024-12-12 14:55:33 +08:00
Chen Jian Hua
a8a8df15c2
fix(bt/bluedroid): Fixed failure to get host status when host is not enabled
...
(cherry picked from commit 23455ea9c2
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-12-12 12:33:39 +08:00
Chen Jian Hua
651568f73a
feat(bt/bluedroid): Added config for saving BLE bonding keys to NVS
...
(cherry picked from commit 6d1160b2e6
)
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2024-12-12 12:33:37 +08:00
Luo Xu
01a7db26e2
feat(ble_mesh): select BT_NIMBLE_HIGH_DUTY_ADV_ITVL
...
(cherry picked from commit 6faf0a59fdcf063d40fc1000a209341318131185)
Co-authored-by: luoxu <luoxu@espressif.com >
(cherry picked from commit a7622efd0c
)
Co-authored-by: Luo Xu <luoxu@espressif.com >
2024-12-12 12:23:32 +08:00
gaoxiaojie
da028bce66
fix(soc): fix clic register define and add description
2024-12-12 09:53:18 +08:00
Island
0b7cbb40ca
Merge branch 'bugfix/fix_hid_crash_v5.3' into 'release/v5.3'
...
fix(ble): Fix crash issue during logging (v5.3)
See merge request espressif/esp-idf!35510
2024-12-12 09:06:15 +08:00
Erhan Kurubas
e29f06bb2b
change(cmake): use board configuration file for ftdi interface
2024-12-11 18:50:09 +01:00
Erhan Kurubas
b63cafb1a6
test(system): mark gdb test runners properly
2024-12-11 18:50:09 +01:00
David Čermák
0986682ec1
Merge branch 'fix/lwip_ping_ipv6only_v5.3' into 'release/v5.3'
...
fix(lwip): Fix IP6 raw socket checksum in IPv6-only configuration (v5.3)
See merge request espressif/esp-idf!35086
2024-12-11 20:10:29 +08:00
David Cermak
dec5fe5ce2
fix(lwip): Fix ping_v6 receiving to accept only echo replies
...
This fixes a bug where we ping our own IP and the request itself
bounces back to the raw receive function and is incorrectly treated as
reply. (this bug was discovered when fixing ICMPv6 pings with incorrect
checksums, while the ping request was dropped in icmpv6.c due to wrong
checksum, but was also fed to raw layers where it was treated as
"correct" response, so the PINGv6 to ourselves still worked)
2024-12-11 09:50:59 +01:00
David Cermak
56fb9199f3
fix(common_connect): Fix example's stdin/out to setup UART interrupt once
...
Function example_configure_stdin_stdout() was used for simple UART I/O
operation in CI to enter test env configuration (wifi ssid, IPs, etc).
It could be called multiple times, but didn't handle the situation where
we install UART interrupt from multiple source (e.g. in ICMP tests,
where we first need to enter wifi credentials of test AP and then we
start ping-cmd console to handle ping commands)
2024-12-11 09:50:59 +01:00
David Cermak
9b129db0cb
fix(lwip): Fix IP6 raw socket checksum in IPv6-only configuration
2024-12-11 09:50:58 +01:00
Rahul Tank
c46dac6d2a
Merge branch 'bugfix/fix_vulnerability_v5.3' into 'release/v5.3'
...
fix(nimble): Fixes for security vulnerabilities reported in NimBLE (v5.3)
See merge request espressif/esp-idf!35500
2024-12-11 16:44:44 +08:00
David Čermák
8d9d1091c0
Merge branch 'fix/lwip_tcp_pcb_recycle_v5.3' into 'release/v5.3'
...
fix(lwip): Limit active TCP PCBs and recycle them faster (v5.3)
See merge request espressif/esp-idf!35094
2024-12-11 16:41:22 +08:00
Island
78b9bfe213
Merge branch 'bugfix/fix_bleqabr24_1646_v5.3' into 'release/v5.3'
...
Fixed BLE creating connection when the connection already exists on ESP32 (v5.3)
See merge request espressif/esp-idf!35046
2024-12-11 14:57:53 +08:00
Jiang Jiang Jian
e5b7c29d48
Merge branch 'bugfix/sae_pk_transition_disable_v5.3' into 'release/v5.3'
...
fix(wifi): Fix bug in wrong profile checking of AP's RSNXE IE and other fixes (Backport v5.3)
See merge request espressif/esp-idf!34874
2024-12-11 14:04:02 +08:00
Shu Chen
82d3d24767
Merge branch 'fix/disable_border_agent_default_v5_3' into 'release/v5.3'
...
fix(openthread): Disable Border Agent features by default(v5.3)
See merge request espressif/esp-idf!35551
2024-12-11 12:17:59 +08:00
Island
270c107c41
Merge branch 'fix/ble_mesh_bugs_fixed_v5.3' into 'release/v5.3'
...
fix(ble_mesh): Miscellaneous update (v5.3)
See merge request espressif/esp-idf!35426
2024-12-11 11:31:08 +08:00
WanqQixiang
0278cef134
fix(openthread): Disable Border Agent features by default
2024-12-11 10:53:50 +08:00
Shyamal Khachane
c61e3f4dd3
fix(esp_wifi): Populate appropriate reason codes when softAP sends deauthentication
...
Populate appropriate reason for sending deauthentication when softAP receives
invalid RSN IE from association request
2024-12-10 20:08:02 +05:30
Sarvesh Bodakhe
e2d73046b3
fix(wifi): Fix wrong wifi reason codes reported on station and softAP
...
- Fix wrong reason code reported when softAP issues a disconnect for station
- Fix wrong reason code reported when association timeout happens at station
- Deprecate enums WIFI_REASON_ASSOC_EXPIRE, WIFI_REASON_NOT_AUTHED, WIFI_REASON_NOT_ASSOCED
and use WIFI_REASON_DISASSOC_DUE_TO_INACTIVITY,
WIFI_REASON_CLASS2_FRAME_FROM_NONAUTH_STA,
WIFI_REASON_CLASS3_FRAME_FROM_NONASSOC_STA respectively
- Update wifi documentation related to reason codes
2024-12-10 20:08:00 +05:30
Sarvesh Bodakhe
55a93548da
fix(wpa_supplicant): Fix debug print in wps_start_msg_timer()
2024-12-10 20:07:39 +05:30
Sarvesh Bodakhe
38b015eb77
fix(wifi): Fix bug in wrong profile checking of AP's RSNXE IE
2024-12-10 20:07:34 +05:30
Alexey Gerenkov
083aad99cf
Merge branch 'fix/coredump-gcc-analyzer-warnings_v5.3' into 'release/v5.3'
...
fix(system): fix GCC-14 analyzer warnings for coredump (v5.3)
See merge request espressif/esp-idf!35522
2024-12-10 21:54:56 +08:00
Alexey Gerenkov
9d3917d532
Merge branch 'extend_coredump_tests_v5.3' into 'release/v5.3'
...
Extend coredump tests v5.3
See merge request espressif/esp-idf!33456
2024-12-10 21:54:42 +08:00
Jiang Jiang Jian
aabab371f9
Merge branch 'fix/fix_esp32c2eco4_wifi_deinit_crash_issue_v53' into 'release/v5.3'
...
fix(wifi): fix esp32c2eco4 wifi deinit crash issue v53
See merge request espressif/esp-idf!35390
2024-12-10 19:16:35 +08:00
Mahavir Jain
48a7476a1c
Merge branch 'bugfix/fix_build_failure_with_tls1_3_only_v5.3' into 'release/v5.3'
...
fix: Fixed build errors with TLS 1.3 only configuration (v5.3)
See merge request espressif/esp-idf!35260
2024-12-10 16:37:03 +08:00
wangtao@espressif.com
fef3280356
fix(wifi): fix esp32c2eco4 wifi deinit crash issue
2024-12-10 14:35:16 +08:00
Harshit Malpani
83413257af
fix(wpa_supplicant): Fix build errors for exclusive TLSv1.3 mbedtls config
...
Co-authored-by: Sarvesh Bodakhe <sarvesh.bodakhe@espressif.com >
2024-12-10 13:07:44 +08:00
Harshit Malpani
b577f659cd
fix: Fixed build errors with TLS 1.3 only configuration
2024-12-10 13:07:44 +08:00
morris
2c9ab21629
Merge branch 'refactor/fine_tune_dphy_pll_v5.3' into 'release/v5.3'
...
feat(mipi): fine tune DPHY PLL clock (v5.3)
See merge request espressif/esp-idf!35292
2024-12-10 11:36:03 +08:00
Erhan Kurubas
dfc248d66d
change(tools): enhance expect_reg_dump
to support any or specific core values
2024-12-09 16:23:39 +01:00
Erhan Kurubas
ef14d7ab64
test(coredump): fix failed core dump tests
2024-12-09 15:52:59 +01:00
Erhan Kurubas
5f3d3f5e92
ci(panic): extend extram_stack tests
2024-12-09 15:52:59 +01:00
Erhan Kurubas
1848079dec
fix(coredump): properly save task's stack when stack is located in PSRAM
2024-12-09 15:52:58 +01:00
Erhan Kurubas
c753271de1
ci(panic): add coredump tcb corrupted test
2024-12-09 15:52:58 +01:00
Erhan Kurubas
8bfabe711a
fix(espcoredump): prevent null pointer dereference in panic reason handling
2024-12-09 15:15:51 +01:00
Erhan Kurubas
512b16a7bd
fix(espcoredump): fix incorrect pointer usage in checksum update call
2024-12-09 15:15:51 +01:00
Alexey Lapshin
bf45c56825
fix(espcoredump): fix GCC-14 analyzer warnings for coredump
2024-12-09 15:15:51 +01:00
zhanghaipeng
6718fc73b1
feat(bt): Add support for converting BT HCI logs to btsnoop format
2024-12-09 17:55:37 +08:00
Zhang Hai Peng
a91f9b2395
fix(blufi): Fixed blufi init fail after deinit
...
(cherry picked from commit 7addb57ccd
)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-12-09 17:45:30 +08:00
Jiang Jiang Jian
369befb8fc
Merge branch 'fix/add_sbom_exception_v5.3' into 'release/v5.3'
...
Add an exception in wpa_supplicant sbom.yml (Backport v5.3)
See merge request espressif/esp-idf!35063
2024-12-09 17:22:18 +08:00
Zhang Hai Peng
338b3744e6
fix(ble): Fixed crash in BLE HID host example during logging
...
(cherry picked from commit ab1e3c1ffd
)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2024-12-09 17:15:08 +08:00
Jiang Jiang Jian
6adf3f7f5a
Merge branch 'bugfix/wps_ie_reset_v53' into 'release/v5.3'
...
fix(wifi): Remove WPS IEs once WPS succeeds(v5.3)
See merge request espressif/esp-idf!35077
2024-12-09 17:08:56 +08:00