Skip to content

Conversation

@ringlej
Copy link
Collaborator

@ringlej ringlej commented Jan 27, 2026

No description provided.

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.
@ringlej ringlej closed this Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant