blob: c538ce181607566f273f46a60216147a2f93fe4f [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
zephyr_library_named(openthread_platform)
zephyr_library_sources(
alarm.c
flash.c
logging.c
misc.c
platform.c
radio.c
random.c
spi.c
)
zephyr_library_sources_ifdef(CONFIG_OPENTHREAD_SHELL shell.c)
# The source files here use header files from the OpenThread project
# target_link_libraries(app ot_lib) # Better?
add_dependencies(openthread_platform ot)