Skip to content

Commit 0e3d1ae

Browse files
modules: openthread: Synchronize openthread platform with Zephyr
Updated modules/openthread/platform after latest changes in Zephyr. Aligned openthread implementation to the new approach. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent 42da834 commit 0e3d1ae

File tree

6 files changed

+1304
-3
lines changed

6 files changed

+1304
-3
lines changed

modules/openthread/CMakeLists.txt

+7
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,13 @@ zephyr_link_libraries(${ot_libs})
274274

275275
endif()
276276

277+
# Create a library for the OpenThread Zephyr utils
278+
zephyr_library_named(openthread_utils)
279+
zephyr_library_sources(
280+
openthread.c
281+
)
282+
zephyr_library_sources_ifdef(CONFIG_OPENTHREAD_SHELL shell.c)
283+
277284
add_subdirectory(platform)
278285

279286
endif()

0 commit comments

Comments
 (0)