boards/nucleo-f091: add i2c config#7
Closed
vincent-d wants to merge 10 commits intoaabadie:new_i2c_stm32l0_f3from
Closed
boards/nucleo-f091: add i2c config#7vincent-d wants to merge 10 commits intoaabadie:new_i2c_stm32l0_f3from
vincent-d wants to merge 10 commits intoaabadie:new_i2c_stm32l0_f3from
Conversation
Owner
|
Thanks, but to minimize the final size of this PR, I wanted to do this once the new I2C interface feature branch is merged. Is it ok ? |
Author
|
I don't mind, I needed this to test on one of the f0 I have ;) I'll rebase this once everything is merged. |
Owner
|
I should have configured this one, since I also have it. But finally went for the f070... |
d4a77a6 to
fce19d1
Compare
0ba7d9d to
5275fa9
Compare
8209dfb to
fafec43
Compare
Owner
|
@vincent-d, now that I2C refactoring is in, you can rebase and PR this upstream. I have the hardware for testing :) |
Author
|
see RIOT-OS#9727 |
aabadie
pushed a commit
that referenced
this pull request
Jun 3, 2019
suit/examples: add wireless examples and doc
aabadie
pushed a commit
that referenced
this pull request
Jun 13, 2021
Consider the following configuration:
nib prefix
2001:16b8:4569:88fc::/62 dev #7 expires 7081 sec deprecates 3481 sec
2001:16b8:4569:88fe::/63 dev #6
If `_on_link()` stops at the first match, a packet received from #7 with a
destination in the downstream subnet in #6 would always be sent back via #7
if this happens to be the first entry in the list.
Instead, consider all prefixes and return the one that is the closest match.
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.
Contribution description
Add config for stm32f091 and nucleo-f091
Issues/PRs references