Xu Si Yu
|
15512f4170
|
fix(openthread): remove the empty task for openthread tasklets
|
2024-06-11 14:25:45 +08:00 |
|
Xu Si Yu
|
3efe49f26a
|
feat(openthread): support openthread ephemeral key
|
2024-06-11 14:25:01 +08:00 |
|
Xu Si Yu
|
fd78d418dd
|
feat(openthread): add max csmabackoffs for transmission
|
2024-03-20 18:00:33 +08:00 |
|
zwx
|
9458456b02
|
fix(openthread): using atomic variable for buffer count
|
2024-03-04 15:06:46 +08:00 |
|
xiaqilin
|
4d7e86eeb6
|
fix(openthread): fix openthread alarm timer calculation remaining_us overflow issue
|
2024-02-21 15:09:36 +08:00 |
|
zwx
|
970626ec2f
|
feat(openthread): disable the rx on when idle in coex scenario
|
2024-02-04 13:59:47 +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 |
|
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
|
65a261b290
|
fix(openthread): set spinel frame buffer to member variables
|
2024-01-23 10:52:03 +08:00 |
|
zwx
|
f478d3d81d
|
feat(openthread): integrate console command with ot command
|
2024-01-22 16:04:04 +08:00 |
|
Xu Si Yu
|
ea8799eef7
|
feat(openthread): support esp openthread radio spinel
|
2024-01-15 15:27:06 +08:00 |
|
Cao Sen Miao
|
3dc76e9360
|
refactor(usb_serial_jtag): make usb_serial_jtag as component
|
2024-01-05 19:42:04 +08:00 |
|
zwx
|
82478c87b7
|
fix(ieee802154): introduce a receive done handler feature
|
2023-12-27 14:33:16 +08:00 |
|
Shu Chen
|
f0d10c8c81
|
Merge branch 'bugfix/fix_openthread_spi_slave_transaction' into 'master'
fix(openthread): fix openthread SPI tx timeout issue
See merge request espressif/esp-idf!27887
|
2023-12-21 16:53:29 +08:00 |
|
Xu Si Yu
|
edb0063953
|
fix(openthread): allow setting netif_idx of udp pcb to no_index
|
2023-12-19 18:43:51 +08:00 |
|
Song Ruo Jing
|
0e759c6deb
|
Merge branch 'refactor/esp_driver_uart' into 'master'
refactor(uart): make uart driver as component
Closes IDF-8384
See merge request espressif/esp-idf!27333
|
2023-12-18 19:16:34 +08:00 |
|
Song Ruo Jing
|
bc09031496
|
refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart
Deprecated esp_vfs_dev_uart_xxx APIs
vfs_uart test case moved to esp_driver_uart test_apps
Astyle fixed for uart_vfs
|
2023-12-15 17:14:55 +08:00 |
|
zwx
|
d4d860742d
|
fix(openthread): fix openthread SPI tx timeout issue
|
2023-12-15 16:32:26 +08:00 |
|
zwx
|
e1a414a864
|
fix(openthread): add netif check when call udp api for ot
|
2023-12-14 16:45:38 +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
|
1dc2a98d1e
|
fix(openthread): fix host interface mdoe none
|
2023-10-20 14:03:24 +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 |
|
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 |
|
xiaqilin
|
5e08ac606c
|
feat(ieee802154): update ieee802154 sleep logic and support modem sleep
|
2023-09-20 20:12:57 +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
|
4a941b96b8
|
fix(openthread): copy the networkname with a null terminator
|
2023-09-12 11:57:01 +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 |
|
zhangwenxu
|
8eff9df2b0
|
feat(openthread): add mesh local prefix configuration
|
2023-08-31 17:05:30 +08:00 |
|
zhangwenxu
|
99394d5791
|
fix(openthread): fix openthread settings get next empty index
|
2023-08-31 15:38:58 +08:00 |
|
zhangwenxu
|
81a12ce14d
|
feat(openthread): openthread upstream update
|
2023-07-14 10:13:34 +08:00 |
|
xiaqilin
|
afd76b85fe
|
fix(openthread): call sleep api only in native radio
|
2023-07-12 20:49:11 +08:00 |
|
Zhang Wen Xu
|
453dc6ab40
|
Merge branch 'fix/openthread_settings_out_of_range_issue' into 'master'
fix(openthread): fix ot settings out of range issue
See merge request espressif/esp-idf!24631
|
2023-07-10 17:25:03 +08:00 |
|
zhangwenxu
|
0d94cefe4b
|
fix(openthread): fix ot settings out of range issue
|
2023-07-06 21:04:01 +08:00 |
|
Shu Chen
|
1cd3ace96a
|
Merge branch 'bugfix/openthread_pm_lock' into 'master'
openthread: fix light sleep lock issue
See merge request espressif/esp-idf!24575
|
2023-07-05 20:39:51 +08:00 |
|
xiaqilin
|
d8bfd97d60
|
fix(openthread): Fixed light sleep lock issue
|
2023-07-05 14:37:56 +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
|
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 |
|
Song Ruo Jing
|
921713fff4
|
uart: Support LP_UART port with UART driver on esp32c6
|
2023-06-16 07:31:40 +00:00 |
|
Konstantin Kondrashov
|
c350c3c504
|
Merge branch 'feature/cleanup_wrong_log_use' into 'master'
all: Removes unnecessary newline character in logs
Closes IDFGH-10197
See merge request espressif/esp-idf!24131
|
2023-06-15 21:49:49 +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
|
e291137ce9
|
Merge branch 'feature/support_border_router' into 'master'
OpenThread: fix issues found in certification
See merge request espressif/esp-idf!23913
|
2023-06-09 10:20:46 +08:00 |
|