startet canbus implementation

This commit is contained in:
2025-06-13 09:57:34 +02:00
parent bd42d85783
commit ade514cbf3
13 changed files with 211 additions and 15 deletions

View File

@@ -1,2 +1,18 @@
config BOARD_VALVE_NODE
select SOC_STM32F103XB
select SOC_STM32F103XB
mainmenu "Controller Area Network sample application"
config LOOPBACK_MODE
bool "Loopback LOOPBACK_MODE"
default n
help
Set the can controller to loopback mode.
This allows testing without a second board.
config LOG_CAN_LEVEL
int "Log level for CAN"
default 3
range 0 7
help
Set the log level for CAN messages.
0 = None, 1 = Error, 2 = Warning, 3 = Info, 4 = Debug, 5 = Trace, 6 = Debug2, 7 = Debug3