Tan Yan Quan
63a287101e
feat(openthread): change border agent to kconfig option
2025-05-14 16:15:57 +08:00
Tan Yan Quan
964285f73b
fix(openthread): handle SetTimeSyncState when ifconfig up or down
2025-05-14 16:15:51 +08:00
Shu Chen
165bacc967
Merge branch 'feat/mtd_parent_search_v5.3' into 'release/v5.3'
...
feat(openthread): enable parent search function for MTD (v5.3)
See merge request espressif/esp-idf!38821
2025-05-08 14:12:44 +08:00
Shu Chen
0a3fd1aa02
Merge branch 'fix/calibrate_csl_rx_v5.3' into 'release/v5.3'
...
fix(openthread): calibrate CSL parameters (v5.3)
See merge request espressif/esp-idf!38534
2025-05-08 14:11:43 +08:00
Tan Yan Quan
223ed69c9b
feat(openthread): enable parent search function for MTD
2025-04-29 14:37:16 +08:00
Xu Si Yu
300a5ed9f4
feat(openthread): add a callback to handle rcp reset failure
2025-04-29 14:23:17 +08:00
Xu Si Yu
105fe8d804
feat(openthread): dns server of border router bind unspecified netif
2025-04-29 14:23:16 +08:00
Tan Yan Quan
0a0da0ce97
fix(openthread): check state for ot wake
2025-04-18 12:15:36 +08:00
Shu Chen
d84c417459
Merge branch 'feat/update_ot_upstream_v53' into 'release/v5.3'
...
feat(openthread): update openthread upstream submodule to support BR DNS resolution (v5.3)
See merge request espressif/esp-idf!38187
2025-04-15 12:09:54 +08:00
Tan Yan Quan
7a84aa6623
fix(openthread): update openthread upstream to support BR DNS resolution
2025-04-02 14:31:13 +08:00
Tan Yan Quan
dc2500bd08
fix(openthread): turn off rx for SSED running CSL during idle
2025-03-25 12:06:18 +08:00
Xu Si Yu
6fb839eafc
feat(openthread): add an API to set rcp version string
2025-02-05 14:36:06 +08:00
Xu Si Yu
527d29409e
fix(openthread): use the correct macros to control code compilation
2025-01-17 09:49:18 +08:00
Xu Si Yu
33ff758293
feat(15.4): support setting 15.4 txrx pti when coex is enabled
2025-01-06 10:29:19 +08:00
WanqQixiang
0278cef134
fix(openthread): Disable Border Agent features by default
2024-12-11 10:53:50 +08:00
Xu Si Yu
56aaf05ac1
feat(openthread): adjusted the default macro configurations of openthread
2024-11-25 14:34:10 +08:00
Xu Si Yu
2c4b02e64c
feat(openthread): support using custom header file
2024-11-25 12:32:54 +08:00
zwx
98bd2ef93c
feat(openthread): support alloc nat64 session from psram
2024-11-13 16:46:29 +08:00
Simon Dean
bb24084db4
enable openthread coap client for mtd
2024-11-13 16:46:29 +08:00
Xu Si Yu
aff23f32e4
feat(openthread): update openthread submodule and border router lib
2024-11-13 16:46:29 +08:00
Shu Chen
436550ae7f
feat(openthread): support time sync feature on border router
2024-10-28 12:21:34 +08:00
Michael Wei
2ea60a4931
fix(openthread): fix RCP build to pass time sync and CSL options
...
Closes https://github.com/espressif/esp-idf/pull/14060
2024-10-28 12:21:34 +08:00
Xu Si Yu
e84a7e651d
feat(openthread): allow enabling trel before getting interface
2024-10-21 10:42:33 +08:00
Xu Si Yu
f6591b773e
feat(openthread): support trel feature
2024-10-18 13:57:38 +08:00
Xu Si Yu
bed5aa5429
feat(openthread): support restoring vendor properties of rcp
2024-07-25 16:00:46 +08:00
Xu Si Yu
ee788924eb
feat(openthread): support changing openthread version information
2024-07-25 16:00:40 +08:00
Xu Si Yu
436bf0b1ee
feat(openthread): update openthread submodule
2024-07-19 19:22:47 +08:00
Xu Si Yu
3efe49f26a
feat(openthread): support openthread ephemeral key
2024-06-11 14:25:01 +08:00
Dávid Fehér
70329ed770
fix(openthread): Fix openthread mtd joiner config
...
* Fix openthread-core-esp32x-mtd-config.h: OPENTHREAD_CONFIG_JOINER_ENABLE macro value
* On ESP32 MTD devices Joiner role functionality was not working even if 'Joiner enable' was checked in SDK config because 0 was defined in OPENTHREAD_CONFIG_JOINER_ENABLE macro. Value modified to 1 to resolve the issue. Tested and working on ESP32 H2 MTD device.
* Closes: https://github.com/espressif/esp-idf/pull/13473
2024-04-02 12:17:57 +08:00
Xu Si Yu
fd78d418dd
feat(openthread): add max csmabackoffs for transmission
2024-03-20 18:00:33 +08:00
Xu Si Yu
ad3e1e3daf
Merge branch 'bugfix/set_spinel_interface_buffer_to_static' into 'master'
...
fix(openthread): set spinel frame buffer to member variables
See merge request espressif/esp-idf!28510
2024-01-23 22:40:43 +08:00
Xu Si Yu
568adfb869
feat(openthread): add menuconfig for openthread address query
2024-01-23 14:43:51 +08:00
Xu Si Yu
65a261b290
fix(openthread): set spinel frame buffer to member variables
2024-01-23 10:52:03 +08:00
Xu Si Yu
ea8799eef7
feat(openthread): support esp openthread radio spinel
2024-01-15 15:27:06 +08:00
Xu Si Yu
e88dc25226
feat(openthread): modification of uart and spi spinel based on openthread 41ef807
2023-12-12 14:12:16 +08:00
zwx
1d6f77136d
feat(openthread): add config for radio statistic feature
2023-10-16 17:35:52 +08:00
zhangwenxu
8ba1f550fb
feat(openthread): Host connection logic refactor
2023-10-11 10:42:57 +00:00
zwx
9d0c80ab28
fix(openthread): fix config typo for mtd
2023-10-10 20:14:51 +08:00
Shu Chen
5bced24b13
Merge branch 'support/openthread_custom_config' into 'master'
...
feat(openthread): Add some configuration for customer using
Closes TZ-68
See merge request espressif/esp-idf!25774
2023-09-26 15:20:24 +08:00
zhangwenxu
cb8a8d3e03
feat(openthread): Add some configuration for customer using
2023-09-25 20:00:02 +08:00
Shu Chen
2652881900
feat(openthread): enable time sync feature
2023-09-22 15:51:26 +08:00
zhangwenxu
60bb5b0d99
feat(openthread): Add support to allocate message pool from PSRAM
2023-09-14 15:14:07 +08:00
Xu Si Yu
fa8971d76d
feat(openthread): enable openthread border agent id support
2023-07-20 20:31:05 +08:00
zhangwenxu
81a12ce14d
feat(openthread): openthread upstream update
2023-07-14 10:13:34 +08:00
WanqQixiang
58b99731f5
feat(openthread): Add event post for thread role changed and integrate all the thread state change callbacks
2023-07-04 15:28:41 +08:00
xiaqilin
c7ab495b0b
ieee802154: exclude sleep file when do not define CONFIG_FREERTOS_USE_TICKLESS_IDLE
2023-07-03 02:21:58 +00:00
xiaqilin
1bb0c2c723
ieee802154: change light sleep config in ieee802154
2023-07-03 02:21:58 +00:00
xiaqilin
dc4b3f24bc
ieee802154: support light sleep
2023-07-03 02:21:58 +00:00
zhangwenxu
4b86ee16fa
openthread: change partition table to nvs flash
2023-06-14 16:34:54 +08:00
Xu Si Yu
3f52b00948
openthread cli: set dua feature optional
2023-06-06 19:11:32 +08:00