libschc: initial import as package#18515
Merged
bors[bot] merged 2 commits intoRIOT-OS:masterfrom Mar 2, 2023
Merged
Conversation
a6972ef to
0f80bc5
Compare
1dd4af8 to
a12018f
Compare
0f439c4 to
b643136
Compare
12604d1 to
a75398d
Compare
a75398d to
a518385
Compare
264fc92 to
5ebc12b
Compare
5ebc12b to
73dcee4
Compare
73dcee4 to
6ecfc1a
Compare
6ecfc1a to
2d6adf1
Compare
Member
Author
|
Rebased to current master and adopted for current libSCHC master (which saw some fixes in the wake of adopting pylibschc |
Co-Authored-By: boortmans <bart.moons@gmail.com>
Member
Author
|
This PR is ready for review in my opinion and required for me to seriously proceed on #18700. |
Member
Author
|
The libSCHC version may need some more bumps, but I would rather prefer to do that in master, than keeping track of a moving target here. |
Member
Author
|
Squashed and removed the temporary commit that restricted Murdock to the test. |
Member
Author
|
bors try |
Member
Author
|
bors cancel |
Member
Author
|
bors t- |
Member
Author
|
bors try- |
Member
Author
|
Or for globs sake, bors try- already! |
Contributor
|
Build failed (retrying...): |
Contributor
|
Build succeeded: |
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
This is part 1 of my takeover of #15040. The PR only contains the import of the
pkg, not the GNRC module, which will be provided in part 2 as a separate PR.I mostly updated to both the current version of libSCHC and RIOT, added tests, and adapted the overall style to be more RIOT-like and following our coding conventions.
Testing already revealed some usage problems (or maybe even bugs) with libSCHC. I will have a call with @bartmoons next week to discuss these.
TODOs
Adapt pre-configured rule inpkg/libschc/include/rulesset more for general RIOT+LoRaWAN use casesIncrease test coverage of testsTesting procedure
Run the provided tests with
on a platform of your choice.
Issues/PRs references
Partial alternative to #15040