-
Notifications
You must be signed in to change notification settings - Fork 8.2k
boards: atsame54_xpro: Add SAM E54 Xplained Pro Evaluation Kit #20063
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
Conversation
|
All checks are passing now. checkpatch (informational only, not a failure)Tip: The bot edits this comment instead of posting a new one, so you can check the comment's history to see earlier messages. |
dbkinder
left a comment
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.
doc change LGTM, thanks.
galak
left a comment
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.
Can you shrink the images, they are huge (file size).
Does this only need the SoC PR, or do we need UART driver? GPIO driver? [ what's the minimal set of SoC + drivers to make the board code useful ].
|
Down to If you just want to blink an LED, the SoC PR is enough. UART would be nice of course. 😉 |
Sent you on slack a much smaller image, take a look and see what you think. |
|
@benpicco can you look at addressing the build issues / sanitycheck failures. If you want this in for 2.1 we need to resolve this by friday (Nov 8th). |
|
I forgot to also move the Then the DTS processor will complain about the unknown lock regions property introduced by #20058 - you'll get past the config with this PR 😉 Then With these three, |
ioannisg
left a comment
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.
The test file looks not relevant to the PR.
Some clean up of the Kconfig file headers is needed.
Looking good, otherwise
014fac6 to
fdacbef
Compare
|
@benpicco still major CI failures |
|
@galak I removed references the not yet merged features. |
|
If the other PRs get merged before this, I will remove the last few commits here. |
9e02590 to
ed7703b
Compare
1db08fb to
fab1a3d
Compare
59c3484 to
f4664db
Compare
|
@benpicco can you address the checkpatch warnings? |
|
@ioannisg I'm not sure how - I can't find documentation for the vendor strings in |
|
@galak can you take a look? |
This adds support for the Atmel SAM E54 Xplained Pro Evaluation Kit. Only basic functionality has been tested so far. Signed-off-by: Benjamin Valentin <[email protected]>
The blocks were moved into the soc block in samd5x.dtsi, so we also have to move them for the the actual SoC definitions that inherit from that. Signed-off-by: Benjamin Valentin <[email protected]>
`cortex_m/exc.h` is not needed anymore and ceased to exist. Signed-off-by: Benjamin Valentin <[email protected]>
It's not needed anymore and causes build failures. Signed-off-by: Benjamin Valentin <[email protected]>
|
Thank you for the review & merge! |
This adds support for the Atmel SAM E54 Xplained Pro Evaluation Kit.
split off from #14685
depends on
#20062#20056#20058additional functionality depends on
#20052#20055#20057#21866