-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: CAN-FD support not in support matrix for STM32 Nucleo G0B1 or G474 #67087
Comments
Hi @WardBenjamin! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Side note: what needs to happen for Zephyr to properly support the second CAN-FD peripheral on this chip? I saw some notes about shared IRQs being an issue here #34963 but it is unclear to me whether that's been resolved in the two years since. EDIT: looks like this is still an open issue #49379? EDIT2: Maybe now this is implemented #61422? |
It looks like this is also an issue on the Nucleo G474 page:
|
List FDCAN1 as supported in the board documentation. Fixes: zephyrproject-rtos#67087 Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
List FDCAN1 as supported in the board documentation. Fixes: zephyrproject-rtos#67087 Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
Documentation additions: #67430 |
This is a separate issue, but shared interrupts are now supported at the architecture level in Zephyr. |
List FDCAN1 as supported in the board documentation. Fixes: #67087 Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
List FDCAN1 as supported in the board documentation. Fixes: #67087 Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
Describe the bug
The STM32G0B1 has two CAN-FD peripherals available. Zephyr already supports one since #54403. Here is the current permalink:
zephyr/boards/arm/nucleo_g0b1re/nucleo_g0b1re.dts
Line 180 in e67b12e
Meanwhile, the "supported features" matrix on the Nucleo G0B1RE page does not list any CAN support.
Environment
boards/arm/nucleo_g0b1re/doc/index
The text was updated successfully, but these errors were encountered: