xiaqilin
6ffc6a40a7
fix(pm): add mac/bb power down/up prepare for fix esp32c6 pll issue
...
* switch root clk src to PLL for modem reg opt and added callback
* register power_down/power_up callback in ieee802154 driver for esp32c6
* remove software regdma opt in bt
2023-11-22 11:58:02 +08:00
zwx
57e59a47c1
feat(openthread): Add deep sleep support for SED
2023-11-02 20:19:00 +08:00
Shu Chen
d7aa99ac2d
Merge branch 'bugfix/ot_sleep_idle_time' into 'master'
...
fix(ci): Add a timer to print ot sleepy device status
See merge request espressif/esp-idf!26352
2023-10-23 14:37:40 +08:00
Xu Si Yu
082cf73602
fix(ot sleep): Add a timer to print ot sleepy device status
2023-10-13 10:47:18 +08:00
zhangwenxu
8ba1f550fb
feat(openthread): Host connection logic refactor
2023-10-11 10:42:57 +00:00
Jiang Jiang Jian
17ae394fd1
Merge branch 'feature/update_esp32h2_sleep_logic' into 'master'
...
feat(pm): remove SOC_PM_RETENTION_HAS_CLOCK_BUG for esp32h2
See merge request espressif/esp-idf!26081
2023-09-26 16:11:25 +08:00
xiaqilin
364a6a1df4
fix(ieee802154): using link0/2 for ieee802154 in esp32h2 chip
2023-09-25 17:02:18 +08:00
xiaqilin
5e08ac606c
feat(ieee802154): update ieee802154 sleep logic and support modem sleep
2023-09-20 20:12:57 +08: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
Xu Si Yu
54f13eaacc
feat(ci): add ci cases for openthread border router
2023-09-14 15:30:10 +08:00
Zhang Wen Xu
a5caa1c724
Merge branch 'feature/add_rcp_size_opt_config' into 'master'
...
feat(openthread): rcp size optimization configuration
See merge request espressif/esp-idf!25870
2023-09-14 14:04:21 +08:00
Jiang Jiang Jian
8d48ff5818
Merge branch 'feature/extenal_coexist_slave_support' into 'master'
...
feat(esp_coex): add external coex slave support
See merge request espressif/esp-idf!25444
2023-09-14 10:42:28 +08:00
Xu Si Yu
ac340a6e2a
feat(openthread): rcp size optimization configurations
2023-09-13 10:54:15 +08:00
morris
e8847a176f
refactor(intr): add namespace for intr_cpu_id_t
...
previously the intr_types.h doesn't have a namespace,
it has the risk of introduing conflict in user's project.
2023-09-06 09:50:41 +08:00
Shu Chen
32ad8f10e0
Merge branch 'feature/add_mesh_local_prefix_config' into 'master'
...
feat(openthread): add mesh local prefix configuration
See merge request espressif/esp-idf!25099
2023-09-05 12:16:19 +08:00
xiaqilin
d2660635aa
feat(esp_coex): add external coex slave support
2023-09-04 14:21:22 +08:00
zhangwenxu
8eff9df2b0
feat(openthread): add mesh local prefix configuration
2023-08-31 17:05:30 +08:00
Armando
7dbd3f6909
feat(ci): Enable p4 example, test_apps and unit tests CI build
2023-08-24 12:51:19 +08:00
xiaqilin
c84cbd5e65
feat(openthread): disable lwip nd6 in openthread sleepy device
2023-08-22 08:11:41 +00:00
Xu Si Yu
753f74cb99
feat(openthread): add sleep debug message
2023-07-31 17:01:37 +08:00
Xu Si Yu
5f51dcc686
ci(openthread): Add a test case for openthread sleepy device
2023-07-31 15:38:11 +08:00
Xu Si Yu
90518676b1
fix(openthread): Use the existing dataset for autostart
2023-07-25 10:39:35 +08:00
Xu Si Yu
1530be9f53
fix(ci): remove the check of a inexistent host
2023-07-14 10:13:45 +08:00
Shu Chen
8019d6dbe3
Merge branch 'bugfix/openthread_sleep_esp32s3_build' into 'master'
...
fix(openthread): call sleep api only in native radio
See merge request espressif/esp-idf!24751
2023-07-13 10:10:17 +08:00
xiaqilin
afd76b85fe
fix(openthread): call sleep api only in native radio
2023-07-12 20:49:11 +08:00
zhangwenxu
d29f31ec16
docs(openthread): update openthread README for H2 and C6
2023-07-12 15:57:25 +08:00
xiaqilin
6998a4b240
openthread: disable HW AES (IDF-7704)
2023-07-03 02:21:58 +00:00
xiaqilin
ce724d9cf1
openthread: change readme about specific target to 802.15.4 Soc
2023-07-03 02:21:58 +00: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
45f5d54a60
openthread sleepy device: remove HW acceleration in sdkconfig
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
59ffcd07d6
ieee802154: change BLE_BB/ieee802154_BB
2023-07-03 02:21:58 +00:00
xiaqilin
95afd4b9af
openthread: add openthread autostart for sleep device
2023-07-03 02:21:58 +00:00
xiaqilin
485a9d44cf
ieee802154: add sleep state
2023-07-03 02:21:58 +00:00
xiaqilin
dc4b3f24bc
ieee802154: support light sleep
2023-07-03 02:21:58 +00: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
Shu Chen
72972db88f
Merge branch 'feature/add_ot_auto_start' into 'master'
...
openthread: introduce the auto start API
See merge request espressif/esp-idf!24078
2023-06-08 18:50:32 +08:00
zhangwenxu
65f7e1ec13
openthread: add source address selection hook
2023-06-07 12:12:31 +00:00
Xu Si Yu
c8e2135648
OpenThread CI: build 3 apps when the OpenThread related modifications exist
2023-06-07 16:53:55 +08:00
Shu Chen
8672467d36
openthread: introduce the auto start API
2023-06-06 20:03:57 +08:00
Xu Si Yu
34d8117820
OpenThread CI: add a function for executing commands
2023-05-04 10:34:17 +08:00
Xu Si Yu
f46872780c
openthread CI: add delay to ensure that the dut can receive input command
2023-04-25 15:31:21 +08: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
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