blob: 3bbd711d457923650a1caaa7e5136f336c8c0b95 [file] [log] [blame]
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)