Closed
Conversation
CMake treats multiple COMMAND entries in a single execute_process() as a pipeline. That can trigger BrokenPipeError when the next command in the pipeline doesn't read stdin. Split into two execute_process() calls so each zcbor invocation runs independently.
Generate fp_bytes_{decode,encode}.o via add_custom_command/target so Ninja always has a rule.
Also use CONFIG_NATIVE_BUILD (not CONFIG_NATIVE_APPLICATION) and honor CMAKE_LINKER for host builds.
Run python unit tests from tests/scripts (matching CI) so local ./tests/test.sh doesn't fail with import errors.
Twister imports pkg_resources on Windows; ensure setuptools is installed.
Run repo file checks on Python 3.13 and include 3.13 in the CI Python matrices.
Use standard `int main(void)` in sample apps to ensure successful runs return exit status 0.
Regenerate the README command-line documentation section so it matches current `zcbor --help` output.
Only treat bytes as nested CBOR when decoding round-trips exactly; otherwise emit hex. This prevents arbitrary byte sequences from being misclassified as CBOR scalars.
- Normalize git remote URLs (ssh/http) to GitHub https URLs. - Use /blob/<branch>/ base so relative file links resolve. - Add a User-Agent and timeout to avoid 403s/timeouts from some sites. - Run link checks sequentially and report errors without noisy thread traces.
Invoke Twister using `west twister` and fail fast when `west` is unavailable.
CONFIG_CPLUSPLUS is not a valid Zephyr Kconfig symbol; switch to CONFIG_CPP.
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.
No description provided.