add support for multichannel and CAN-FD#139
Draft
marckleinebudde wants to merge 21 commits intocandle-usb:masterfrom
Draft
add support for multichannel and CAN-FD#139marckleinebudde wants to merge 21 commits intocandle-usb:masterfrom
marckleinebudde wants to merge 21 commits intocandle-usb:masterfrom
Conversation
ryedwards
reviewed
Nov 17, 2022
d1e0c57 to
203cfac
Compare
Collaborator
Author
|
It's not yet stable, |
ryedwards
reviewed
Nov 20, 2022
203cfac to
bb32688
Compare
Collaborator
Author
|
changes:
|
bb32688 to
f3dbeec
Compare
Collaborator
Author
|
changes:
|
f3dbeec to
0ec5d41
Compare
Collaborator
Author
|
changes:
|
0ec5d41 to
adfa1f1
Compare
adfa1f1 to
7a9e176
Compare
7a9e176 to
dba4baa
Compare
Collaborator
Author
|
FYI: @lichtfeind will now work on STM32G0 support. |
ryedwards
reviewed
Dec 5, 2022
015b9a7 to
eef6f97
Compare
eef6f97 to
ca78d19
Compare
fdec4bf to
343714f
Compare
25726c4 to
eb15d9d
Compare
99d5695 to
7f6a8b2
Compare
32bb1ef to
e5f143b
Compare
e5f143b to
01bc40f
Compare
Add code to support the M_CAN core found on the newer STM32 devices. Co-developed-by: Ryan Edwards <[email protected]> Co-developed-by: Jonas Martin <[email protected]> Co-developed-by: Venelin Efremov <[email protected]> Co-developed-by: Phil Greenland <[email protected]> Co-developed-by: Marc Kleine-Budde <[email protected]>
This is more or less the same board as the STM32F4 Dev Board, except for using two CAN channels instead of one. Share the LEDs between CAN1 and CAN2 for now. Signed-off-by: Johannes Zink <[email protected]>
01bc40f to
1b18696
Compare
Import stm32g4xx HAL with latest commit 6940aef00ac4 ("Release v1.2.6").
Link: STMicroelectronics/stm32g4xx-hal-driver@6940aef
1b18696 to
5adc2a5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR should add multichannel and CAN-FD support. Currently it's WIP.