5277 Commits

Author SHA1 Message Date
Jiang Jiang Jian
8c1e9489e5 Merge branch 'backport/backport_some_changes_to_v5.1_20250106' into 'release/v5.1'
Backport/backport some changes to v5.1 20250106

See merge request espressif/esp-idf!36178
2025-01-08 12:16:54 +08:00
yinqingzhao
26e77f9a38 feat(wifi): avoid compiling components related to wifi when wifi is not supported 2025-01-08 10:27:36 +08:00
morris
9ee99a1d9f Merge branch 'bugfix/modbus_examples_fix_mode_v51' into 'release/v5.1'
fix(modbus): Fix the mode setup in modbus slave (backport v5.1)

See merge request espressif/esp-idf!36115
2025-01-08 10:23:19 +08:00
Jiang Jiang Jian
9184285fe8 Merge branch 'bugfix/use_wpa3_ent_authmode_naming_v5.1' into 'release/v5.1'
fix(wifi): Add support to recongize different WPA3 Authentication modes from specifications (Backport v5.1)

See merge request espressif/esp-idf!36149
2025-01-07 23:03:01 +08:00
Jiang Jiang Jian
2a815c8400 Merge branch 'fix/littlefs_image_creation_windows_v5.1' into 'release/v5.1'
fix(littlefs): Allow LittleFS image generation on Windows + version bump (v5.1)

See merge request espressif/esp-idf!34918
2025-01-07 13:56:30 +08:00
Sarvesh Bodakhe
13055cbcec fix(wifi): Add support to recongize different WPA3 Authentication modes from specs
Add support  to recognize APs supporting 'WPA3-Enterprise-Only Mode' and
'WPA3-Enterprise-Transition Mode' using authmodes WIFI_AUTH_WPA3_ENTERPRISE
and WIFI_AUTH_WPA2_WPA3_ENTERPRISE, respectively.
2025-01-07 10:23:36 +08:00
Xu Si Yu
35ed2beb21 fix(openthread): fix openthread radio spinel deinit 2025-01-06 10:25:53 +08:00
Xu Si Yu
d7491e8fa8 fix(openthread): fix a naming error of kconfig 2025-01-06 10:25:30 +08:00
Xu Si Yu
632a7e0a36 feat(15.4): support setting 15.4 txrx pti when coex is enabled 2025-01-06 10:25:30 +08:00
Shu Chen
79f444f877 Merge branch 'feat/example_connect_thread_v5_1' into 'release/v5.1'
feat(protocol_examples_common): Add Thread connect to support Thread for the protocol examples(v5.1)

See merge request espressif/esp-idf!36093
2025-01-05 10:58:08 +08:00
Jiang Jiang Jian
fa1004d6cc Merge branch 'bugfix/fix_sniffer_fail_on_ci_v5.1' into 'release/v5.1'
fix(ci): Enlarge the pcap memory size in sniffer example (v5.1)

See merge request espressif/esp-idf!35694
2025-01-03 19:58:12 +08:00
aleks
4f061fac5c fix(modbus): Fix the mode setup in modbus slave
https://github.com/espressif/esp-idf/pull/14878
2025-01-02 10:33:04 +01:00
Kabir Waraich
3f613ecee0 Update slave.c to fix the mode
There is an issue in the lines that I have changed. I think it was copied over from the enum by mistake.
2025-01-02 10:32:50 +01:00
WanqQixiang
27bf56be02 fix(openthread): Fix CI failure of ot_trel example build 2024-12-31 15:24:47 +08:00
WanqQixiang
58205df935 feat(protocol_examples_common): Add Thread connect to support Thread for the protocol examples 2024-12-31 15:24:39 +08:00
Shu Chen
787382ec96 Merge branch 'feature/use_fixed_dut_in_ot_ci_cases_v5.1' into 'release/v5.1'
feat(openthread): use fixed port in ot ci cases (Backport v5.1)

See merge request espressif/esp-idf!35847
2024-12-31 11:59:49 +08:00
yiwenxiu
80b11876da feat(openthread): use fixed port in ot ci cases 2024-12-30 10:29:55 +08:00
Island
58e0766349 Merge branch 'feat/add_get_started_example_on_bluedroid_v5.1' into 'release/v5.1'
feat(bt/bluedroid): Added BLE get started examples for Bluedroid (v5.1)

See merge request espressif/esp-idf!35650
2024-12-26 14:24:43 +08:00
Island
b370b7538d Merge branch 'bugfix/fixed_ble_issues_241220_v5.1' into 'release/v5.1'
Bugfix/fixed ble issues 241220 (v5.1)

See merge request espressif/esp-idf!35921
2024-12-26 11:30:28 +08:00
zwl
09486fbdfc feat(ble): add dtm configuration command in hci example 2024-12-25 10:00:43 +08:00
Astha Verma
f6c4b1c4b5 fix(nimble): fix memory leak issue in Blufi example 2024-12-24 22:20:05 +05:30
morris
2249f2c916 Merge branch 'bugfix/fix_i2s_24b_buf_size_calc_v5.1' into 'release/v5.1'
fix(i2s): fixed some issues in I2S driver (v5.1)

See merge request espressif/esp-idf!35771
2024-12-24 22:01:27 +08:00
Shu Chen
509be3d12d Merge branch 'fix/add_macros_for_otbr_v5.1' into 'release/v5.1'
fix(openthread): add macros for ot_br (v5.1)

See merge request espressif/esp-idf!35895
2024-12-24 17:55:40 +08:00
Rahul Tank
ff0826a90f Merge branch 'bugfix/fix_link_estab_param_v5.1' into 'release/v5.1'
fix(nimble): Corrected link_estab event handling parameters (v5.1)

See merge request espressif/esp-idf!35810
2024-12-24 16:43:04 +08:00
laokaiyao
f22dd313fa refactor(i2s): refactor i2s examples common dependencies
Closes https://github.com/espressif/esp-idf/issues/14751

Make the common I2S dependencies as an example common component,
so that to avoid slash & backslash issue on windows
when use absolute include path.
2024-12-24 14:50:41 +08:00
Tan Yan Quan
c9f1da176d fix(openthread): add macros for ot_br 2024-12-23 21:31:25 +08:00
Shu Chen
50b36ece57 Merge branch 'feature/add_rx_buff_statistic_v5.1' into 'release/v5.1'
feat(802.15.4): IEEE802.15.4 add rx buffer statistic (v5.1)

See merge request espressif/esp-idf!35642
2024-12-23 17:34:48 +08:00
weiyuhan
8d6604194d fix(ble): removed c5 sdk config 2024-12-21 18:44:10 +08:00
weiyuhan
dbd9b4db31 feat(ble): Added bluedroid get-started example build rule 2024-12-21 18:35:29 +08:00
muhaidong
7f77ddd850 fix(wifi): fixed blufi connect wep or wpa ap fail issue 2024-12-21 09:56:38 +08:00
Chen Jian Hua
ff6dda30fb feat(bt/bluedroid): Added BLE get started examples for Bluedroid
(cherry picked from commit d051a2a39de4699cdc919d467890ce8f216ef607)

Co-authored-by: xuzhekai <xuzhekai@espressif.com>
2024-12-20 12:03:48 +08:00
Rahul Tank
d55529ef09 fix(nimble): Corrected link_estab event handling parameters 2024-12-19 16:03:09 +05:30
Shu Chen
e35d74c446 Merge branch 'feature/change_ot_ci_cases_wlan_to_ethernet_v5.1' into 'release/v5.1'
feat(openthread): change wlan to ethernet (Backport v5.1)

See merge request espressif/esp-idf!35739
2024-12-18 19:20:41 +08:00
Island
90b1dbbdd1 Merge branch 'bugfix/fix_ble_aa_zero_c3_s3_v5.1' into 'release/v5.1'
fix(bt/ble): Update esp32c3/s3 libbtdm_app.a (555b0a2) (v5.1)

See merge request espressif/esp-idf!35689
2024-12-18 10:42:48 +08:00
yiwenxiu
0c025a9f97 feat(openthread): change wlan to ethernet 2024-12-18 10:02:22 +08:00
zhanghaipeng
22dd47032b docs(ble/bluedroid): Optimize BLE example documentation 2024-12-17 16:30:31 +08:00
zhangyanjiao
7459060e22 fix(ci): Enlarge the pcap memory size in sniffer example 2024-12-17 11:09:26 +08:00
Troy
9971f83f06 fix(wifi/mesh): Modify examples/mesh/internal_communication
Delete the secondary judgment of whether it is the root node in the sending task

Closes https://github.com/espressif/esp-idf/pull/14373

Signed-off-by: zhangyanjiao <zhangyanjiao@espressif.com>
2024-12-17 11:09:18 +08:00
Abhinav Kudnar
893fca370b feat(nimble): Added PAwR support for nimble with IDF examples 2024-12-16 15:51:32 +05:30
Sumeet Singh
a5e10f2ceb fix(nimble): fix and enable connection subrating 2024-12-16 15:29:21 +05:30
Sumeet Singh
bb2eb017af fix(nimble): Fixed encrypted advertisement data example 2024-12-16 15:29:21 +05:30
Sumeet Singh
8fda6410d5 feat(nimble): Added support for EATT Credit Based Flow Control Mode 2024-12-16 15:29:20 +05:30
Tan Yan Quan
9e39278677 feat(802.15.4): remove unnecessary includes in ieee802154 test case 2024-12-16 15:01:56 +08:00
Tan Yan Quan
8812827e19 feat(802.15.4): add some documentation for txrx statistics and debug record 2024-12-16 10:54:51 +08:00
Tan Yan Quan
f159431e86 feat(802.15.4): IEEE802.15.4 add documentation and refactor component structure 2024-12-16 10:54:51 +08:00
Tan Yan Quan
02ad9863d2 feat(802.15.4): IEEE802.15.4 add some minor edits for readability 2024-12-16 10:54:51 +08:00
Tan Yan Quan
fa96cfdd08 feat(802.15.4): IEEE802.15.4 add rx buffer statistic 2024-12-16 10:54:50 +08:00
xieqinan@espressif.com
dc7bcad056 fix(zigbee): fixed the dirty zigbee backport 2024-12-12 11:52:10 +08:00
Jiang Jiang Jian
bb48bfb0ba Merge branch 'feature/reason_for_ap_stadisconnected_event_v5.1' into 'release/v5.1'
fix(esp_wifi): Add some bugfixes and cleanup in softAP (Backport v5.1)

See merge request espressif/esp-idf!35576
2024-12-12 10:23:30 +08:00
Sarvesh Bodakhe
9584729322 fix(esp_wifi): Add some bugfixes and cleanup in softAP
1. Fix wrong reason code in 'WIFI_EVENT_AP_STADISCONNECTED' event
2. cleanup in softAP for disconnecting connected station
3. Update examples to display reason while processing WIFI_EVENT_AP_STADISCONNECTED event
2024-12-11 15:40:04 +05:30