-
Notifications
You must be signed in to change notification settings - Fork 143
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
Add support for SAMG devices #676
Conversation
I think this is based on a old version of modm (Nov 2020), you should rebase your changes onto current develop, since the CI config changed meanwhile. |
I also strongly recommend using a feature/samg branch, so that you can rebase onto the develop branch easier. |
Side note @salkinium: While debugging the doc build issue, I had to run the build locally -- because the output (tens of thousands of lines) is basically unreadable on github -- and got this error for every target:
I see some recent changes in (If this output looks a bit different from yours, note that I hacked in the traceback printing while debugging). |
If CI comes back happy, and you are happy with this @salkinium, then so am I. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work! Polish, squash, rebase?
- Basic clock configuration - Gpio driver - BSP for samg55_xplained_pro - simply blinky example for that board
Adding basic SAMG support with GPIO and clock setup.
Still work-in-progress; just trying to see if the CI will run.