File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,10 @@ config OPENTHREAD_RADIO_LINK_IEEE_802_15_4_ENABLE
8282config 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+
8589config 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"
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments