boards/nucleo32-l031: initial support#6651
Merged
aabadie merged 5 commits intoRIOT-OS:masterfrom Mar 16, 2017
Merged
Conversation
31d791c to
077e929
Compare
ed19a24 to
6ebef58
Compare
Member
|
I tested :
Everything is OK ! |
Contributor
Author
|
All green out there. @kYc0o any chance for a review ? |
Member
|
I have reviewed the code (sorry to be so late), I haven't seen any problem. |
b8896cc to
16b277c
Compare
Contributor
Author
|
rebased |
Contributor
Author
|
all green, go ! |
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.
Another port for a Nucleo, this time for the Nucleo-L031K6.
It has 8KB of RAM and 32KB of flash.
This port configures support for:
Tested with success
examples/hell-world,examples/default,examples/timer_periodic_wakeup,tests/periph_timer,tests/periph_pwm,tests/xtimer_msg.This PR is based on #6433.