mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 07:55:21 +00:00
Add a Zephyr driver and abstraction layer for use by the 3rd party CANopenNode module. CANopenNode depends on the CO_driver.h file for platform-specific type definitions, locking primitives, and CAN bus driver API. This fixes #15278. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
4 lines
76 B
CMake
4 lines
76 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
add_subdirectory_if_kconfig(canopen)
|