zephyr/subsys/canbus/CMakeLists.txt
Alexander Wachter 55baaf0365 can: isotp: Add ISO-TP library
This commit adds a ISO-TP (ISO15765-2) library.
The library makes use of net buffers and spawns a workqueue thread.
The CAN device that is passed to bind and send can be used concurrently
beside this library.

Signed-off-by: Alexander Wachter <alexander.wachter@student.tugraz.at>
2020-02-06 10:16:29 +02:00

5 lines
111 B
CMake

# SPDX-License-Identifier: Apache-2.0
add_subdirectory_if_kconfig(canopen)
add_subdirectory_if_kconfig(isotp)