boards/nucleo144-f429: initial support#6594
Merged
kYc0o merged 3 commits intoRIOT-OS:masterfrom Mar 24, 2017
Merged
Conversation
Contributor
Author
|
@kYc0o, if you to test, I think you have some in your office ;) |
3c5c4d6 to
9ab7167
Compare
Contributor
|
Code looks OK here too, just fix the errors spotted by Murdock. |
2fe469d to
bb038ce
Compare
467bc49 to
a126296
Compare
Contributor
Author
|
ping @kYc0o |
Member
|
Tested default (saul leds+button), periph_timer, periph_pwm, periph_uart, xtimer_usleep. |
Contributor
Author
|
ping @kYc0o, can you ACK ? |
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 adds support for another nucleo 144 board, the nucleo144-F429. Similar to the nucleo-f207, this board has an ethernet connector available via the MII periph of the MCU but it's not supported for the moment.
It's mainly copy pasted from #6553. Before opening this PR, I just tested the timer, hwrng and uart with success.