-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
samples: compression: lz4: lz4 sample application #28536
samples: compression: lz4: lz4 sample application #28536
Conversation
5390f7a
to
e20f747
Compare
e20f747
to
5e7021f
Compare
This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time. |
379a3ce
to
b73d432
Compare
@carlescufi requesting for review. |
Add sample application for lz4 data compression and decompression. Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
94b42df
to
55bf582
Compare
Looks like a bad SHA in
|
e0b943e
to
523ef62
Compare
@carlescufi the manifest action doesn't seem to be detecting this change |
523ef62
to
9d31e49
Compare
@Navin-Sankar could you please address the review comments? |
7f72c9c
to
66f64db
Compare
@carlescufi please revisit. |
@Navin-Sankar please also update commit message, as it still says "Currently the west module dependency points to https://github.com/linumiz/lz4" which is not true anymore. |
d2c4524
to
06ec106
Compare
@Navin-Sankar you have actual failures in buildkite, please take a look at them and fix them: |
76de41d
to
529e62e
Compare
766d3ff
to
c9772ea
Compare
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.
LGTM. Build failure is not related to this PR.
@carlescufi please take another look. the build failure is not related to this pr. |
@Navin-Sankar could you rebase on main to make sure nothing breaks in the meantime? This can hopefully solve the unrelated build failure we have now. |
c9772ea
to
4331057
Compare
@Navin-Sankar the compliance error is an actual issue:
Check your Git email vs the signed-off-by line one to make sure they are the same. |
2d327e7
to
273ca64
Compare
This PR add sample application for minimal lz4 library. lz4 library RFC requested here: zephyrproject-rtos#28535 Fixes: zephyrproject-rtos#26648 Signed-off-by: NavinSankar Velliangiri <navin@linumiz.com>
Thanks you @Navin-Sankar will merge this today. |
This PR add sample application for minimal lz4 library.
lz4 library RFC requested here: #28535
Fixes: #26648
Signed-off-by: NavinSankar Velliangiri navin@linumiz.com