Skip to content
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

Prepare for stm32g0 #127

Merged
merged 4 commits into from
Nov 10, 2022
Merged

Conversation

marckleinebudde
Copy link
Contributor

Take the first non STM32G0 specific patches from #126 and clean them up.

marckleinebudde and others added 4 commits November 8, 2022 21:22
The additions to the ignore are to prevent files generated by the
STM32 IDE from being tracked by git.
This is a preparation patch to add support for the STM32G0 series.
Move CAN_INTERFACE and CAN_CLOCK_SPEED to the config file as the CAN
clock can vary based on HW implementation.

Better to add it here than to keep adding defines into the
usbd_gs_can.h file.

CAN_INTERFACE can vary based on the number of channels you are using
so also makes sense to add here even though most chips use the same
interface ID.
@fenugrec
Copy link
Collaborator

fenugrec commented Nov 9, 2022

awesome. I was going to do something similar but have been busy.

@fenugrec fenugrec added the Ready for merge When contents have been reviewed and can be merged by any maintainer label Nov 9, 2022
@fenugrec fenugrec merged commit 8a9cdf1 into candle-usb:master Nov 10, 2022
@fenugrec
Copy link
Collaborator

Thanks !

@marckleinebudde marckleinebudde deleted the prepare-for-stm32g0 branch November 10, 2022 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready for merge When contents have been reviewed and can be merged by any maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants