Shu Chen
721def344a
Merge branch 'feat/support_setting_event_for_154_txrx_5_2' into 'release/v5.2'
...
feat(15.4): support setting 15.4 txrx pti when coex is enabled (backport to 5.2)
See merge request espressif/esp-idf!36105
2025-01-06 19:23:44 +08:00
morris
5eaa63af7d
Merge branch 'bugfix/modbus_serial_examples_fix_mode_v52' into 'release/v5.2'
...
fix(modbus): Fix the mode setup in modbus slave (backport v5.2)
See merge request espressif/esp-idf!36117
2025-01-06 17:06:07 +08:00
Xu Si Yu
20e7428c97
fix(openthread): fix openthread radio spinel deinit
2025-01-06 10:27:51 +08:00
Xu Si Yu
5d60da974c
fix(openthread): fix a naming error of kconfig
2025-01-06 10:27:30 +08:00
Xu Si Yu
5280268e65
feat(15.4): support setting 15.4 txrx pti when coex is enabled
2025-01-06 10:27:29 +08:00
Roland Dobai
2f62363cc6
Merge branch 'feature/add_utf_8_decoding_v5.2' into 'release/v5.2'
...
feat(tools): Enforced utf-8 encoding with Python open() functions (v5.2)
See merge request espressif/esp-idf!36127
2025-01-05 21:26:37 +08:00
Shu Chen
eb4a5194c6
Merge branch 'feat/example_connect_thread_v5_2' into 'release/v5.2'
...
feat(protocol_examples_common): Add Thread connect to support Thread for the protocol examples(v5.2)
See merge request espressif/esp-idf!36092
2025-01-05 10:58:24 +08:00
Jiang Jiang Jian
c9524e0fd9
Merge branch 'bugfix/fix_sniffer_fail_on_ci_v5.2' into 'release/v5.2'
...
fix(ci): Enlarge the pcap memory size in sniffer example (v5.2)
See merge request espressif/esp-idf!35696
2025-01-03 19:58:43 +08:00
Marek Fiala
3cca3da1d5
feat(tools): Enforce utf-8 encoding with open() function
2025-01-02 16:12:47 +01:00
aleks
bf64894fd8
fix(modbus): Fix the mode setup in modbus slave
...
https://github.com/espressif/esp-idf/pull/14878
2025-01-02 17:54:22 +08:00
Kabir Waraich
25433ad0e3
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 17:54:22 +08:00
morris
0b138556d7
Merge branch 'fix/fix_parlio_tx_example_line_address_v5.2' into 'release/v5.2'
...
fix(parlio_tx): fix line address in simple_rgb_martix example (v5.2)
See merge request espressif/esp-idf!36072
2025-01-02 14:12:35 +08:00
Xu Si Yu
d0c95f419c
feat(openthread): update build test rules
2024-12-31 14:52:16 +08:00
WanqQixiang
6725f0c8d9
fix(openthread): Fix CI failure of ot_trel example build
2024-12-31 14:50:28 +08:00
WanqQixiang
11d4907521
feat(protocol_examples_common): Add Thread connect to support Thread for the protocol examples
2024-12-31 14:49:22 +08:00
Chen Jichang
5d6af0d638
fix(parlio_tx): fix line address in simple_rgb_martix example
2024-12-30 17:09:06 +08:00
yiwenxiu
f9acbd1754
feat(openthread): use fixed port in ot ci cases
2024-12-30 09:57:05 +08:00
Island
2d582e880f
Merge branch 'feat/add_get_started_example_on_bluedroid_v5.2' into 'release/v5.2'
...
feat(bt/bluedroid): Added BLE get started examples for Bluedroid (v5.2)
See merge request espressif/esp-idf!35651
2024-12-26 14:24:47 +08:00
Island
3c799b3f9f
Merge branch 'bugfix/fixed_ble_issues_241220_v5.2' into 'release/v5.2'
...
Bugfix/fixed ble issues 241220 (v5.2)
See merge request espressif/esp-idf!35922
2024-12-26 11:30:23 +08:00
morris
4010489aa2
Merge branch 'bugfix/fix_i2s_24b_buf_size_calc_v5.2' into 'release/v5.2'
...
fix(i2s): fixed some issues in I2S driver (v5.2)
See merge request espressif/esp-idf!35770
2024-12-26 11:14:24 +08:00
zwl
1e68d50840
feat(ble): add dtm configuration command in hci example
2024-12-25 09:57:29 +08:00
Shu Chen
af7ce35ee6
Merge branch 'fix/add_macros_for_otbr_v5.2' into 'release/v5.2'
...
fix(openthread): add macros for ot_br (v5.2)
See merge request espressif/esp-idf!35894
2024-12-24 17:55:18 +08:00
laokaiyao
1e5ba4282f
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:47:01 +08:00
Shu Chen
1408102f63
Merge branch 'feature/add_rx_buff_statistic_v5.2' into 'release/v5.2'
...
feat(802.15.4): IEEE802.15.4 add rx buffer statistic (v5.2)
See merge request espressif/esp-idf!35641
2024-12-24 10:10:57 +08:00
Tan Yan Quan
89d56a9f7a
fix(openthread): add macros for ot_br
2024-12-23 21:31:16 +08:00
Astha Verma
2511d77650
fix(nimble): fix memory leak issue in Blufi example
2024-12-23 11:59:59 +05:30
weiyuhan
c7842486aa
fix(ble): removed c5 sdk config
2024-12-21 18:45:16 +08:00
Chen Jian Hua
fc38b1f28a
feat(bt/bluedroid): Added BLE get started examples for Bluedroid
...
(cherry picked from commit d051a2a39d )
Co-authored-by: xuzhekai <xuzhekai@espressif.com >
2024-12-21 18:28:33 +08:00
muhaidong
18225731a1
fix(wifi): fixed blufi connect wep or wpa ap fail issue
2024-12-21 09:58:34 +08:00
Rahul Tank
21cebc7df9
fix(nimble): Corrected link_estab event handling parameters
2024-12-19 16:00:46 +05:30
Shu Chen
f098b8f1f0
Merge branch 'feature/change_ot_ci_cases_wlan_to_ethernet_v5.2' into 'release/v5.2'
...
feat(openthread): change wlan to ethernet (Backport v5.2)
See merge request espressif/esp-idf!35740
2024-12-18 19:20:20 +08:00
Island
455ea9541c
Merge branch 'bugfix/fix_ble_aa_zero_c3_s3_v5.2' into 'release/v5.2'
...
fix(bt/ble): Update esp32c3/s3 libbtdm_app.a (555b0a2) (v5.2)
See merge request espressif/esp-idf!35690
2024-12-18 10:43:07 +08:00
yiwenxiu
431a4ff4d4
feat(openthread): change wlan to ethernet
2024-12-18 10:05:20 +08:00
zhanghaipeng
74461ca835
docs(ble/bluedroid): Optimize BLE example documentation
2024-12-17 14:28:52 +08:00
zhangyanjiao
556b7c96b2
fix(ci): Enlarge the pcap memory size in sniffer example
2024-12-17 11:11:27 +08:00
Troy
1ccbf7210b
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:11:20 +08:00
Abhinav Kudnar
9d5753edcc
feat(nimble): Added PAwR support for nimble with IDF examples
2024-12-16 15:12:00 +05:30
Sumeet Singh
0e15c4cf38
fix(nimble): fix and enable connection subrating
2024-12-16 15:11:59 +05:30
Sumeet Singh
65b06bface
fix(nimble): Fixed encrypted advertisement data example
2024-12-16 15:11:59 +05:30
Sumeet Singh
d6d361ff7f
feat(nimble): Added support for EATT Credit Based Flow Control Mode
2024-12-16 15:11:58 +05:30
Tan Yan Quan
ed5f9badec
feat(802.15.4): remove unnecessary includes in ieee802154 test case
2024-12-16 15:27:25 +08:00
Tan Yan Quan
14e2d6759e
feat(802.15.4): add some documentation for txrx statistics and debug record
2024-12-16 10:53:34 +08:00
Tan Yan Quan
f1393f7687
feat(802.15.4): IEEE802.15.4 add documentation and refactor component structure
2024-12-16 10:53:32 +08:00
Tan Yan Quan
199b866187
feat(802.15.4): IEEE802.15.4 add some minor edits for readability
2024-12-16 10:51:49 +08:00
Tan Yan Quan
e457e0da34
feat(802.15.4): IEEE802.15.4 add rx buffer statistic
2024-12-16 10:51:46 +08:00
Shu Chen
a41e39cd49
Merge branch 'bugfix/fixed-zigbee-dirty-backport' into 'release/v5.2'
...
fix(zigbee): fixed the dirty zigbee backport
See merge request espressif/esp-idf!35592
2024-12-12 15:46:22 +08:00
xieqinan@espressif.com
e18005cc12
fix(zigbee): fixed the dirty zigbee backport
2024-12-12 11:50:12 +08:00
Island
aabe255f89
Merge branch 'bugfix/fix_hid_crash_v5.2' into 'release/v5.2'
...
fix(ble): Fix crash issue during logging (v5.2)
See merge request espressif/esp-idf!35509
2024-12-12 09:06:11 +08:00
Sarvesh Bodakhe
c3d4270d79
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-10 20:22:51 +08:00
zhanghaipeng
88ae97e8be
feat(bt): Add support for converting BT HCI logs to btsnoop format
2024-12-09 17:54:20 +08:00