Skip to content

Commit f77c7dc

Browse files
Przemyslaw Bidacarlescufi
authored andcommitted
manifest: Regular upmerge to bring the openthread CSL fixes.
Periodic upmerge of OpenThread. Signed-off-by: Przemyslaw Bida <[email protected]>
1 parent ec2b9d4 commit f77c7dc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

subsys/net/l2/openthread/Kconfig.thread

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ config OPENTHREAD_RADIO_LINK_IEEE_802_15_4_ENABLE
8282
config OPENTHREAD_RADIO_LINK_TREL_ENABLE
8383
bool "Thread Radio Encapsulation Link (TREL)"
8484

85+
config OPENTHREAD_CSL_AUTO_SYNC
86+
bool "Enable CSL autosync"
87+
default y if OPENTHREAD_CSL_RECEIVER
88+
8589
config OPENTHREAD_CSL_SAMPLE_WINDOW
8690
int "CSL sample window in units of 10 symbols"
8791
default 30
@@ -144,3 +148,6 @@ config OPENTHREAD_IP6_MAX_EXT_MCAST_ADDRS
144148
int "The maximum number of supported IPv6 multicast addresses allows to be externally added"
145149
range 0 32
146150
default 2
151+
152+
config OPENTHREAD_HISTORY_TRACKER
153+
bool "Enable history tracker support"

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ manifest:
183183
revision: 6010f0523cbc75f551d9256cf782f173177acdef
184184
path: modules/lib/open-amp
185185
- name: openthread
186-
revision: 6e88d170bb7567d5e9638168e597f602ff3b6046
186+
revision: 5d706547ebcb0a85e11412bcd88e80e2af98c74d
187187
path: modules/lib/openthread
188188
- name: segger
189189
revision: 3a52ab222133193802d3c3b4d21730b9b1f1d2f6

0 commit comments

Comments
 (0)