Xu Si Yu
|
d13e47596b
|
fix(openthread): add eventfd nums for spi interface
|
2023-12-04 17:51:25 +08:00 |
|
Shu Chen
|
c9babf8cb3
|
fix(openthread): remove invalid configs from ot examples
|
2023-12-04 17:51:25 +08:00 |
|
zwx
|
9f8655cdef
|
feat(openthread): Add deep sleep support for SED
|
2023-11-03 11:02:56 +08:00 |
|
zhangwenxu
|
3bb89e116a
|
feat(openthread): Host connection logic refactor
|
2023-10-16 15:02:57 +08:00 |
|
xiaqilin
|
9a2b707e76
|
fix(ieee802154): using link0/2 for ieee802154 in esp32h2 chip
|
2023-09-25 17:26:24 +08:00 |
|
xiaqilin
|
1d02b6c1c6
|
feat(ieee802154): update ieee802154 sleep logic and support modem sleep
|
2023-09-25 13:39:59 +08:00 |
|
Xu Si Yu
|
614024106e
|
feat(openthread): rcp size optimization configurations
|
2023-09-19 17:15:03 +08:00 |
|
xiaqilin
|
ca37e4dee6
|
feat(esp_coex): add external coex slave support
|
2023-09-14 17:59:30 +08:00 |
|
Shu Chen
|
649b8bc6d5
|
Merge branch 'feature/support_ot_bugfixing' into 'release/v5.1'
Feature/support ot bugfixing(backport v5.1)
See merge request espressif/esp-idf!25676
|
2023-09-11 20:07:28 +08:00 |
|
zhangwenxu
|
4988c1a3d1
|
feat(openthread): add mesh local prefix configuration
|
2023-08-31 17:08:41 +08:00 |
|
xiaqilin
|
0a17c0831e
|
feat(openthread): disable lwip nd6 in openthread sleepy device
|
2023-08-29 17:35:27 +08:00 |
|
Xu Si Yu
|
c2681f00aa
|
fix(openthread): Use the existing dataset for autostart
|
2023-08-01 14:58:35 +08:00 |
|
Xu Si Yu
|
e6ddff69da
|
fix(ci): remove the check of a inexistent host
|
2023-07-14 10:16:04 +08:00 |
|
Shu Chen
|
d8db9235ff
|
Merge branch 'backport/update_docs_for_openthread' into 'release/v5.1'
docs(openthread): update openthread README for H2 and C6 (Backport v5.1)
See merge request espressif/esp-idf!24750
|
2023-07-13 17:10:36 +08:00 |
|
xiaqilin
|
5492f382f9
|
fix(openthread): call sleep api only in native radio
|
2023-07-13 10:29:08 +08:00 |
|
zhangwenxu
|
30c5638ce6
|
docs(openthread): update openthread README for H2 and C6
|
2023-07-12 20:51:58 +08:00 |
|
xiaqilin
|
68910618fc
|
openthread: disable HW AES (IDF-7704)
|
2023-07-12 14:38:18 +08:00 |
|
xiaqilin
|
eb04ccaf0b
|
openthread: change readme about specific target to 802.15.4 Soc
|
2023-07-12 14:38:08 +08:00 |
|
xiaqilin
|
b422504d10
|
ieee802154: exclude sleep file when do not define CONFIG_FREERTOS_USE_TICKLESS_IDLE
|
2023-07-12 14:37:53 +08:00 |
|
xiaqilin
|
55d30cdf2a
|
openthread sleepy device: remove HW acceleration in sdkconfig
|
2023-07-12 14:37:40 +08:00 |
|
xiaqilin
|
043893a49f
|
ieee802154: change light sleep config in ieee802154
|
2023-07-12 14:37:18 +08:00 |
|
xiaqilin
|
aee329de2b
|
ieee802154: change BLE_BB/ieee802154_BB
|
2023-07-12 14:36:55 +08:00 |
|
xiaqilin
|
2ac7558da2
|
openthread: add openthread autostart for sleep device
|
2023-07-12 14:36:41 +08:00 |
|
xiaqilin
|
b4d951fa6a
|
ieee802154: add sleep state
|
2023-07-12 14:36:21 +08:00 |
|
xiaqilin
|
4f537d3b98
|
ieee802154: support light sleep
|
2023-07-12 14:32:28 +08:00 |
|
Shu Chen
|
244be856b2
|
openthread: enable HW AES in ot_cli example
|
2023-07-11 10:39:34 +08:00 |
|
zhangwenxu
|
26c0a23598
|
openthread: change partition table to nvs flash
|
2023-07-11 10:39:34 +08:00 |
|
Shu Chen
|
d4dd3dfa2b
|
openthread: introduce the auto start API
|
2023-07-11 10:39:34 +08:00 |
|
zhangwenxu
|
f3924e5aa8
|
openthread: add source address selection hook
|
2023-07-11 10:39:34 +08:00 |
|
Xu Si Yu
|
938bcc0337
|
OpenThread CI: add a function for executing commands
|
2023-05-05 18:05:02 +08:00 |
|
Xu Si Yu
|
f7e3f76899
|
openthread CI: add delay to ensure that the dut can receive input command
|
2023-04-27 10:54:19 +08:00 |
|
laokaiyao
|
954a6a2cff
|
esp32h4: removed esp32h4 related codes
|
2023-04-26 18:53:12 +08:00 |
|
Shu Chen
|
30b7d34f60
|
docs: update the readme for Thread/Zigbee examples
|
2023-04-07 12:22:52 +08:00 |
|
Shu Chen
|
0ebf798730
|
Merge branch 'bugfix/fix_bug_of_openthread_ci' into 'master'
openthread CI: disable host join group check in openthread ci cases
See merge request espressif/esp-idf!23096
|
2023-04-06 22:48:44 +08:00 |
|
Shu Chen
|
c0097c127c
|
Merge branch 'feature/openthread-port-spinel-interface' into 'master'
openthread: add SPI support in Radio Co-Processor
See merge request espressif/esp-idf!22368
|
2023-04-06 20:50:36 +08:00 |
|
Xu Si Yu
|
6f618adf88
|
openthread CI: disable host join group check in openthread ci cases
|
2023-04-06 16:10:07 +08:00 |
|
xieqinan
|
5a1578e692
|
openthread: add SPI support in Radio Co-Processor
|
2023-04-06 10:59:06 +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 |
|
Zhang Wen Xu
|
10864e353a
|
Merge branch 'support/openthread_upstream_update' into 'master'
openthread: update openthread upstream
See merge request espressif/esp-idf!22559
|
2023-03-08 18:00:07 +08:00 |
|
zhangwenxu
|
976cdd7d7e
|
openthread: update openthread upstream
* openthread upstream(091f68ed)
|
2023-03-08 10:55:51 +08:00 |
|
Xia Qi Lin
|
63d04942e5
|
Merge branch 'feature/esp32h2_support_ieee802154' into 'master'
ieee802154: add support esp32h2
Closes TZ-59
See merge request espressif/esp-idf!22379
|
2023-03-01 18:30:55 +08:00 |
|
Xu Si Yu
|
4bf62250fb
|
CI: add openthread build CI for ESP32-H2
|
2023-02-27 17:51:19 +08:00 |
|
xieqinan
|
1f664bb4f7
|
openthread: add the configurable option of uart buffer size
|
2023-02-22 03:01:38 +00:00 |
|
Armando
|
d233f3535d
|
flash_mmap: migrate to use esp_mmap driver
|
2023-02-07 20:23:52 +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 |
|