ef33cb6d43
Include the CANopenNode CANopen stack as a module in Zephyr. CANopenNode is licensed under the Apache-2.0 license. This fixes #15278. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
# CANopenNode CANopen protocol stack
|
|
|
|
# Copyright (c) 2019 Vestas Wind System A/S
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config CANOPENNODE
|
|
bool "CANopenNode Support"
|
|
help
|
|
This option enables the CANopenNode library.
|