Tan Yan Quan
|
5cc0976cd5
|
fix(openthread): restore LED state indicator for example code
|
2026-01-14 14:14:06 +08:00 |
|
Tan Yan Quan
|
e012ad6d69
|
docs(openthread): add iperf usage guide to ot_cli example readme
|
2026-01-14 14:14:06 +08:00 |
|
Tan Yan Quan
|
0d98a08e47
|
feat(openthread/cli-ext): update cli-ext to v2.0.0
|
2026-01-14 14:14:05 +08:00 |
|
Tan Yan Quan
|
33d97e087a
|
feat(openthread): migrate iperf to use iperf-cmd component
|
2026-01-14 14:14:05 +08:00 |
|
Xu Si Yu
|
0bf4a8e515
|
feat(openthread): update examples for API changes
|
2025-10-27 11:59:28 +08:00 |
|
Xu Si Yu
|
4b7f1050de
|
feat(openthread): examples adaptation of new APIs
|
2025-10-21 19:58:26 +08:00 |
|
Jan Beran
|
4b3d7a33f4
|
fix(kconfig): Fix issues with Kconfig files
|
2025-03-24 10:32:00 +01: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 |
|
Xu Si Yu
|
ba2d48dacd
|
feat(openthread): update extension commands component for examples
|
2024-10-28 12:21:34 +08:00 |
|
Xu Si Yu
|
38f024681c
|
feat(openthread): support vendor hook for rcp spi
|
2024-10-18 13:18:19 +08:00 |
|
zwx
|
784abd1ae0
|
feat(openthread): move iperf dependency into cli extension
|
2024-06-11 14:25:01 +08:00 |
|
Chen Yudong
|
c48eb1055b
|
feat: move iperf to component registry
|
2024-03-22 10:53:24 +08:00 |
|
Xu Si Yu
|
48a65ae18f
|
feat(openthread): add different led color for openthread devices
|
2024-02-29 17:04:13 +08:00 |
|
Xu Si Yu
|
fbe6b5f194
|
fix(openthread): configurations for openthread examples
|
2024-02-26 17:06:01 +08:00 |
|
Shu Chen
|
b056ac760b
|
Merge branch 'feat/154_enable_receive_done' into 'master'
feat(ieee802154): make the receive done handler feature mandatory
See merge request espressif/esp-idf!28573
|
2024-01-26 11:54:44 +08:00 |
|
Shu Chen
|
aab24b0dd7
|
feat(ieee802154): make the receive done handler feature mandatory
|
2024-01-25 20:27:03 +08:00 |
|
zwx
|
265531c971
|
feat(openthread): support openthread radio caps rx on when idle
|
2024-01-25 16:11:50 +08:00 |
|
zwx
|
82478c87b7
|
fix(ieee802154): introduce a receive done handler feature
|
2023-12-27 14:33:16 +08:00 |
|
zwx
|
6bec6a5b41
|
fix(openthread): fix ot netif destroy netif order issue
|
2023-12-15 18:35:34 +08:00 |
|
Shu Chen
|
8a349a2618
|
fix(openthread): remove invalid configs from ot examples
|
2023-11-20 19:43:34 +08:00 |
|
zhangwenxu
|
8ba1f550fb
|
feat(openthread): Host connection logic refactor
|
2023-10-11 10:42:57 +00:00 |
|
Ivan Grokhotkov
|
6d87100a70
|
feat(examples): add local components via idf_component.yml
Specifying all the dependencies (managed and local) in the manifest
makes it easier for users to see every component the example
depends on.
|
2023-09-19 10:38:24 +02:00 |
|
zhangwenxu
|
8eff9df2b0
|
feat(openthread): add mesh local prefix configuration
|
2023-08-31 17:05:30 +08:00 |
|
zhangwenxu
|
d29f31ec16
|
docs(openthread): update openthread README for H2 and C6
|
2023-07-12 15:57:25 +08:00 |
|
Zhang Wen Xu
|
df67c02d93
|
Merge branch 'feature/ot_enable_hw_aes' into 'master'
openthread: enable HW AES in ot_cli example
See merge request espressif/esp-idf!24186
|
2023-06-26 17:25:39 +08:00 |
|
Zhang Wen Xu
|
bcb17412f5
|
Merge branch 'feature/lwip_add_ip6_src_addr_select_hook' into 'master'
lwip: add a hook for ip6 source address selection
See merge request espressif/esp-idf!23672
|
2023-06-15 16:07:29 +08:00 |
|
zhangwenxu
|
4b86ee16fa
|
openthread: change partition table to nvs flash
|
2023-06-14 16:34:54 +08:00 |
|
Shu Chen
|
2b3f7ac67a
|
openthread: enable HW AES in ot_cli example
|
2023-06-13 10:09:38 +08:00 |
|
zhangwenxu
|
65f7e1ec13
|
openthread: add source address selection hook
|
2023-06-07 12:12:31 +00:00 |
|
laokaiyao
|
bf2a7b2df6
|
esp32h4: removed esp32h4 related codes
|
2023-04-23 12:03:07 +00:00 |
|
Shu Chen
|
30b7d34f60
|
docs: update the readme for Thread/Zigbee examples
|
2023-04-07 12:22:52 +08:00 |
|
Xu Si Yu
|
f0c934c7a8
|
openthread border router: support c6 single chip br
|
2023-04-06 10:32:35 +08:00 |
|
Xu Si Yu
|
90372e96ab
|
openthread ci: replace h4 with c6
|
2023-03-23 10:31:24 +08:00 |
|
Jiang Jiang Jian
|
16f6ea4e3a
|
Merge branch 'feature/support_esp32h2_libcoex' into 'master'
coex: support esp32h2 coex lib
See merge request espressif/esp-idf!22654
|
2023-03-17 16:02:19 +08:00 |
|
zhangwenxu
|
b596c28a22
|
coex: support esp32h2 coex lib
|
2023-03-16 17:23:43 +08:00 |
|
Xu Si Yu
|
cdfcd51dce
|
openthread: add openthread ci for ESP32-H2
|
2023-03-13 10:27:51 +08:00 |
|
Xu Si Yu
|
4bf62250fb
|
CI: add openthread build CI for ESP32-H2
|
2023-02-27 17:51:19 +08:00 |
|
zhangwenxu
|
65c6ed8eeb
|
openthread: set ot-netif as the default netif for cli example
|
2023-02-03 16:27:40 +08:00 |
|
Xu Si Yu
|
389d07b9c1
|
openthread: add ci for esp32c6
|
2023-02-02 16:29:19 +08:00 |
|
David Cermak
|
a71fa82177
|
esp_netif/lwip: Fix core-locking config
* Fix thread safety issues in non-core locking
* Add option to verify thread safety issues in lwip (core-lock assertion)
* Make esp_sntp.h thread safe API
* Fix sntp examples
* Fix openthread libs
Closes https://github.com/espressif/esp-idf/issues/9908
Closes https://github.com/espressif/esp-idf/issues/10502
Closes https://github.com/espressif/esp-idf/issues/10466
|
2023-01-17 16:15:58 +01:00 |
|
Wang Qixiang
|
6d9634ca34
|
openthread: fix compile errors when disabling openthread cli
|
2023-01-13 22:12:54 +08:00 |
|
Shu Chen
|
094997a2ec
|
openthread: remove port libs
|
2022-12-30 09:36:41 +00:00 |
|
Xu Si Yu
|
c35759448a
|
openthread: add 802.15.4 and Thread support lib for ESP32-C6
|
2022-12-29 17:29:18 +08:00 |
|
Xu Si Yu
|
6229ce6655
|
openthread: add service_discovery and NAT64 cases for openthread CI
|
2022-11-11 16:52:49 +08:00 |
|
laokaiyao
|
8677216576
|
esp32h2: renaming esp32h2 to esp32h4
|
2022-11-08 17:05:33 +08:00 |
|
WanqQixiang
|
1d826c7a2b
|
openthread: Add some flash optimization options for openthread component
openthread: use a certain version of esp_openthread_cli_extension managed component
|
2022-09-28 20:37:44 +08:00 |
|
Xu Si Yu
|
07ebc527d5
|
openthread:add openthread CI
|
2022-09-16 14:07:31 +08:00 |
|
Jiacheng Guo
|
905856a054
|
openthread: add NAT64 and DNS64 support
* Add required configs and headers for NAT64 and DNS64
* Add hook for DNS name resolution
* Add NAT64 and DNS64 example commands
|
2022-08-01 15:31:49 +08:00 |
|
Marius Vikhammer
|
1315f85e01
|
docs: fixed misc broken links
|
2022-07-20 09:43:52 +08:00 |
|
Jiacheng Guo
|
558ce70f40
|
openthread: use managed component for extension commands
|
2022-07-18 16:39:30 +08:00 |
|