-
Notifications
You must be signed in to change notification settings - Fork 2k
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
boards: initial support of ST Nucleo f446 #5706
Conversation
For the record, I added the saul support for the user LED and button. I put it in nucleo-common so it should be available for all supported nucleo. |
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.
Tested with Nucleo F446RE and this works.
Thanks for testing @wilhelmmatilainen. It's strange that your approved review doesn't have any effect on the status of this PR. |
d81dda1
to
bcaa3a9
Compare
Good catch ! Just pushed the change. |
bcaa3a9
to
d93d2e7
Compare
Upload, blinking led, serial. I think it would be fine to resolve problems 2016-09-28 16:20 GMT+03:00 Alexandre Abadie notifications@github.com:
|
@PeterKietzmann, I added a link in the supported platform page. |
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.
ACK
This is a first attempt for supporting the ST Nucleo f446 board. There's room for improvement (mainly code factorization with other similar boards).
I only tested the port with the hello-world example for the moment and it worked.