Commit Graph

302 Commits

Author SHA1 Message Date
Jiang Jiang Jian
63fb646f0d Merge branch 'feat/update_154_get_recent_rssi_v6.0' into 'release/v6.0'
feat(802.15.4): support get real time rssi (v6.0)

See merge request espressif/esp-idf!44370
2025-12-21 15:32:57 +08:00
Jiang Jiang Jian
4ccd8f99b6 Merge branch 'fix/ot_used_wrong_nvs_open_api_v6.0' into 'release/v6.0'
fix(openthread): open nvs from the configured partition (v6.0)

See merge request espressif/esp-idf!44026
2025-12-21 15:14:42 +08:00
zhuanghang
ac757ce9a3 feat(802.15.4): Update the 'ieee802154_get_recent_rssi' API to obtain real-time RSSI 2025-12-18 16:34:36 +08:00
Tan Yan Quan
9c162f1b9b feat(openthread): support RCP console debug via spinel 2025-12-11 16:09:50 +08:00
Tan Yan Quan
a4090d1f3b fix(openthread): resolve deadlock issues due to switching_lock
* esp-openthread: thread_zigbee/esp-openthread@4a650cc2f
* openthread: espressif/openthread@36b14d3ef
* esp-idf: espressif/esp-idf@5ee94fac1
2025-12-09 10:05:27 +00:00
zwx
2cd981b8d2 fix(openthread): open nvs from the configured partition 2025-12-05 14:24:34 +08:00
Xu Si Yu
604fc1574e fix(openthread): fix an error in Kconfig 2025-12-04 18:32:07 +08:00
Xu Si Yu
25235f83b1 fix(openthread): fix a potential stack overflow in TREL 2025-12-03 10:35:58 +08:00
Shu Chen
26a661ee52 Merge branch 'fix/remove_the_duplicate_macro_definition_v6.0' into 'release/v6.0'
fix(openthread): remove the duplicate macro definition (v6.0)

See merge request espressif/esp-idf!43707
2025-11-26 04:25:30 +00:00
Xu Si Yu
ad92df1aea feat(openthread): Use PSRAM by default for OpenThread message buffers when PSRAM is enabled 2025-11-25 16:14:32 +08:00
Xu Si Yu
77b7ef40e5 fix(openthread): remove the duplicate macro definition 2025-11-25 16:13:32 +08:00
Tan Yan Quan
6334987031 fix(openthread): resolve deadlock issues due to switching_lock
* esp-openthread: thread_zigbee/esp-openthread@d5dd6f2ca
* openthread: espressif/openthread@36b14d3ef
* esp-idf: espressif/esp-idf@4127eca05
2025-11-18 07:34:12 +00:00
Shu Chen
1b21b68c0d Merge branch 'feat/support_dhcpv6_v6.0' into 'release/v6.0'
feat(openthread): support OT upstream dhcpv6 feature (v6.0)

See merge request espressif/esp-idf!42920
2025-11-14 08:37:26 +00:00
Tan Yan Quan
49ea34da87 feat(openthread): add kconfig option for timing optimization 2025-10-27 16:28:14 +08:00
Tan Yan Quan
9a22339daa feat(openthread): update thread-lib for new OT upstream 36b14d3ef
* esp-openthread: thread_zigbee/esp-openthread@397da59b2
* openthread: espressif/openthread@36b14d3ef
* esp-idf: espressif/esp-idf@49a872fc6
2025-10-27 16:13:37 +08:00
Tan Yan Quan
de620d2e25 feat(openthread): support OT upstream dhcpv6 feature 2025-10-27 14:16:49 +08:00
Tan Yan Quan
52ac615094 feat(openthread): update OT upstream to 36b14d3ef 2025-10-27 14:16:49 +08:00
Xu Si Yu
2ac66d4020 feat(openthread): support custom netif config during initialization 2025-10-27 11:59:05 +08:00
David Cermak
11921c10b9 fix(esp_netif): Fix return value of PPP input function 2025-10-20 12:22:38 +02:00
David Cermak
fd9de0c19e fix(openthread): Update OT netif layers to return error 2025-10-20 12:22:38 +02:00
Chen Chen
a4710cc206 refactor(driver): remove redundant driver dependencies
now the driver component only contains legacy code for i2c, twai and
touch sensor
2025-09-30 15:47:45 +08:00
Xu Si Yu
c3035bb382 feat(openthread): add openthread start stop APIs 2025-09-26 10:59:52 +08:00
Shu Chen
2f4c63b11c Merge branch 'feat/update_ot_upstream' into 'master'
feat(openthread): update OT upstream to 3b3dd203b

See merge request espressif/esp-idf!42040
2025-09-23 10:57:24 +00:00
Tan Yan Quan
25b70b0756 feat(openthread): update thread-lib for new OT upstream 3b3dd203
* esp-openthread: thread_zigbee/esp-openthread@d9c9e535e
* openthread: espressif/openthread@3b3dd203b
* esp-idf: espressif/esp-idf@bab69aec4
2025-09-19 08:31:47 +00:00
Tan Yan Quan
bab69aec4a feat(openthread): update OT upstream to 3b3dd203b 2025-09-19 16:09:07 +08:00
Xu Si Yu
a0777a0ee5 fix(openthread): check if the command is valid before calling the input function 2025-09-18 16:21:13 +08:00
Xu Si Yu
132db34cfe fix(openthread): resolve the RCP data transmission issue over USB Serial JTAG 2025-09-09 14:08:09 +08:00
zwx
6b9e4405a6 feat(openthread): add option to dump 802.15.4 MAC debug info on assert 2025-08-04 06:31:42 +00:00
zwx
bf12839e08 fix(openthread): use OpenThread API in lwIP source address selection hook 2025-07-25 06:53:53 +00:00
zwx
77660c2dde fix(openthread): fix the preference of the ip6 address set to lwip 2025-07-25 06:53:53 +00:00
Shu Chen
e5d11d11f9 Merge branch 'fix_br_selfhosted_address' into 'master'
feat(openthread): move mesh local address judeging function to public

See merge request espressif/esp-idf!40229
2025-07-01 02:28:22 +00:00
Chen Dejin
4aa70712fa fix(openthread/discovery): use mesh local for self-hosted service if OMR is not preferred
* esp-openthread: thread_zigbee/esp-openthread@f54481eb0
* openthread: espressif/openthread@b945928d7
* esp-idf: espressif/esp-idf@2bca368b1
2025-06-30 12:13:19 +00:00
Simonas Kazlauskas
51bcec7ac6 feat(openthread): support rcp based on USB Serial JTAG 2025-06-30 20:12:49 +08:00
chendejin
2bca368b1e feat(openthread): move mesh local address judeging function to public 2025-06-30 17:25:13 +08:00
Xu Si Yu
96fb64d055 feat(openthread): update border router lib
* esp-openthread: thread_zigbee/esp-openthread@16bfed5ec
* openthread: espressif/openthread@b945928d7
* esp-idf: espressif/esp-idf@3ff78443f
2025-06-25 11:21:01 +00:00
Xu Si Yu
3ff78443ff feat(openthread): update openthread upstream 2025-06-25 19:12:39 +08:00
Xu Si Yu
6e408155dc feat(openthread): handle MeshCoP mDNS service in state change callback 2025-06-25 19:12:39 +08:00
Xu Si Yu
ba2b0fd4b7 Merge branch 'feat/optimize_ot_trel_receive' into 'master'
feat(openthread): optimize trel reception

See merge request espressif/esp-idf!39624
2025-06-23 17:59:27 +08:00
Shu Chen
5590a741ee Merge branch 'feat/concat_otcommand_for_console' into 'master'
feat(openthread): support openthread cli console command register

See merge request espressif/esp-idf!39653
2025-06-23 09:32:28 +00:00
zwx
526a6f37f9 feat(openthread): support openthread cli console command register 2025-06-19 19:28:48 +08:00
Xu Si Yu
92b84d61e8 feat(openthread): optimize trel reception 2025-06-19 11:10:52 +08:00
Tan Yan Quan
55f48c9c14 feat(openthread): use apb_freq_max mode for esp_openthread_sleep pm lock 2025-06-18 14:49:07 +08:00
Xu Si Yu
3c01fd8301 feat(openthread): add some configurations in Kconfig 2025-06-03 16:29:46 +08:00
Xu Si Yu
bd87b7cf57 feat(openthread): add a function to exit openthread main loop safely 2025-05-26 15:21:31 +08:00
Shu Chen
8836310b49 Merge branch 'feat/ot_br_esp32p4' into 'master'
feat(br): support ot_br example for esp32p4

See merge request espressif/esp-idf!38848
2025-05-09 14:59:13 +08:00
Tan Yan Quan
0282e9f16f feat(openthread/br): update thread-lib for esp32p4 and OT upstream ec2b0d487
* esp-openthread: thread_zigbee/esp-openthread@8b26c0b64
* openthread: espressif/openthread@ec2b0d487
* esp-idf: espressif/esp-idf@184379b6b
2025-05-08 11:31:11 +00:00
Tan Yan Quan
184379b6bd feat(openthread): update OT upstream to ec2b0d487 2025-05-08 19:25:10 +08:00
Shu Chen
b4303c3513 Merge branch 'feat/c5_cert_changes' into 'master'
feat(openthread): default border routing config for end devices

See merge request espressif/esp-idf!38714
2025-05-08 14:14:12 +08:00
Zhang Wen Xu
77efe91c36 Merge branch 'feat/calibrate_bus_latency' into 'master'
feat(openthread/br): calibrate bus latency

Closes TZ-1455

See merge request espressif/esp-idf!38529
2025-05-08 10:38:14 +08:00
Tan Yan Quan
427084d667 fix(openthread): handle SetTimeSyncState when ifconfig up or down 2025-05-07 18:42:58 +08:00