Zwischenspeichern

This commit is contained in:
2025-06-16 13:09:27 +02:00
parent 1a85b40444
commit 9d017f9f8d
11 changed files with 258 additions and 64 deletions

View File

@@ -13,12 +13,18 @@
model = "Iten engineering Valve Node";
compatible = "iten,valve-node", "st,stm32f103rb";
can_loopback0: can_loopback0 {
status = "okay";
compatible = "zephyr,can-loopback";
};
chosen {
zephyr,console = &usart1;
zephyr,shell-uart = &usart1;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
zephyr,canbus = &can1;
//zephyr,canbus = &can1;
zephyr,canbus = &can_loopback0;
};
leds: leds {
@@ -174,7 +180,7 @@
pinctrl-0 = <&can_rx_pa11 &can_tx_pa12>;
pinctrl-names = "default";
status= "okay";
bus-speed = < 125000 >;
bus-speed = <500000>;
};
&exti {