This commit introduces the can-primary alias to identify the primary CAN interface. This alias is used for all samples and tests, so they don't need to probe the right interface. Signed-off-by: Alexander Wachter <alexander@wachter.cloud>
15 lines
217 B
Plaintext
15 lines
217 B
Plaintext
#
|
|
# Copyright (c) 2019 Vestas Wind Systems A/S
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config CANOPEN_NODE_ID
|
|
int "CANopen node ID"
|
|
default 10
|
|
range 1 127
|
|
help
|
|
7-bit CANopen Node ID
|
|
|
|
source "Kconfig.zephyr"
|