Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions app/boards/usb2canfdv2_stm32g431xx.overlay
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*
* SPDX-FileCopyrightText: Copyright (c) 2026 Henrik Brix Andersen <henrik@brixandersen.dk>
*
* SPDX-License-Identifier: Apache-2.0
*/

#include "../app.overlay"

/ {
cannectivity: cannectivity {
compatible = "cannectivity";
timestamp-counter = <&counter2>;

channel0 {
compatible = "cannectivity-channel";
can-controller = <&fdcan1>;
state-led = <&led_ready>;
activity-leds = <&led_rxd &led_txd>;
};
};
};

&timers2 {
status = "okay";
st,prescaler = <159>;

counter2: counter2 {
compatible = "st,stm32-counter";
status = "okay";
};
};
2 changes: 2 additions & 0 deletions app/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ tests:
- lpcxpresso55s16
- nucleo_h723zg
- usb2canfdv1
- usb2canfdv2
extra_args:
- FILE_SUFFIX=debug
app.cannectivity:
Expand All @@ -46,6 +47,7 @@ tests:
- nucleo_h723zg
- ucan
- usb2canfdv1
- usb2canfdv2
build_only: true
app.cannectivity.sof:
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ manifest:
projects:
- name: zephyr
remote: zephyrproject-rtos
revision: main
revision: pull/109791/head
clone-depth: 1
import:
name-allowlist:
Expand Down
Loading