-
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/nucleo144-f429: initial support #6594
Merged
Merged
Conversation
This file contains 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
aabadie
added
Area: drivers
Area: Device drivers
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
labels
Feb 13, 2017
PeterKietzmann
added
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Community: Hack'n'ACK candidate
This PR is a candidate for review and discussion during one of RIOT's monthly Hack'n'ACK parties
labels
Feb 16, 2017
@kYc0o, if you to test, I think you have some in your office ;) |
aabadie
force-pushed
the
nucleo144_f429
branch
2 times, most recently
from
March 8, 2017 21:08
3c5c4d6
to
9ab7167
Compare
kaspar030
added
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
and removed
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
labels
Mar 14, 2017
Code looks OK here too, just fix the errors spotted by Murdock. |
aabadie
force-pushed
the
nucleo144_f429
branch
3 times, most recently
from
March 15, 2017 13:16
2fe469d
to
bb038ce
Compare
kaspar030
added
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
and removed
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
labels
Mar 15, 2017
aabadie
force-pushed
the
nucleo144_f429
branch
2 times, most recently
from
March 16, 2017 17:29
467bc49
to
a126296
Compare
aabadie
added
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
and removed
Area: drivers
Area: Device drivers
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
labels
Mar 16, 2017
ping @kYc0o |
Tested default (saul leds+button), periph_timer, periph_pwm, periph_uart, xtimer_usleep. |
ping @kYc0o, can you ACK ? |
kYc0o
approved these changes
Mar 24, 2017
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Community: Hack'n'ACK candidate
This PR is a candidate for review and discussion during one of RIOT's monthly Hack'n'ACK parties
Platform: ARM
Platform: This PR/issue effects ARM-based platforms
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
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.