issues
search
NordicSemiconductor
/
zcbor
Low footprint C/C++ CBOR library and Python tool providing code generation from CDDL descriptions.
Apache License 2.0
118
stars
37
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
zcbor.py: Add basic support for .default in code generation.
#467
oyvindronningstad
opened
1 week ago
0
Add support for encoding and decoding smaller int types
#466
oyvindronningstad
opened
1 week ago
0
decoding seems not to work
#465
gcx-dimiz
closed
1 week ago
1
generated decoding function is broken?
#464
gcx-dimiz
closed
2 weeks ago
2
unit test: Add more calls to the stop_on_error test
#463
oyvindronningstad
closed
5 days ago
0
zcbor_common.c -> strnlen crashes zephyr application
#462
gcx-dimiz
closed
1 week ago
4
scripts: Add publish_release.sh
#461
oyvindronningstad
closed
5 days ago
0
Optimizes int types for in memory storage
#460
dwjbosman
opened
1 month ago
3
How do I define uint16?
#459
dwjbosman
opened
1 month ago
0
Update Zephyr and SDK CI versions
#458
oyvindronningstad
closed
5 days ago
0
including CDDL files
#457
dwjbosman
closed
1 month ago
1
zcbor.py: Some refactoring preparing for unordered maps
#456
oyvindronningstad
closed
4 days ago
0
Update version to 0.9.1
#455
oyvindronningstad
closed
1 month ago
0
README: Clarify what ZCBOR_STOP_ON_ERROR does
#454
oyvindronningstad
closed
1 month ago
0
pypi_README.md: Add separate README for use in the pypi package
#453
oyvindronningstad
closed
1 month ago
0
Potential bug by decoding optional fields of the same type
#452
StefanHri
closed
2 months ago
1
Why isn't `stop_on_error` enabled by default?
#451
Damian-Nordic
opened
2 months ago
2
Add regression test for generation error
#450
oyvindronningstad
closed
3 months ago
0
zcbor.py: Add dummy calls to function pointers
#449
oyvindronningstad
closed
3 months ago
0
zcbor.py: Fixes for deeply nested types + tests
#448
oyvindronningstad
closed
3 months ago
0
zcbor.py: Remove outdated assert statement
#447
oyvindronningstad
closed
3 months ago
0
Enforce encoding rules for simple values
#446
oyvindronningstad
closed
3 months ago
0
zcbor_decode: Fix a bug with enforce_canonical (ZCBOR_CANONICAL) + floats
#445
oyvindronningstad
closed
3 months ago
0
zcbor.py: Fixes for deeply nested types
#444
oyvindronningstad
closed
3 months ago
0
Various cleanup and refactoring
#443
oyvindronningstad
closed
3 months ago
0
zcbor.py: Extract the logging of the result to a macro
#442
oyvindronningstad
closed
3 months ago
0
zcbor.py: Fix range_types when used together in range_types_regexes
#441
oyvindronningstad
closed
3 months ago
0
Failed to parse some choices
#440
dvzubarev
closed
3 months ago
1
decoding of float value = 0 fails
#439
walzsi
closed
4 months ago
1
tdate is not defined
#438
dgpetrie
opened
4 months ago
3
Unwrapping (~) not supported in CDDL
#437
dgpetrie
opened
4 months ago
1
MSVC build is broken
#436
vvmorozov
closed
3 months ago
1
Odd issue with decoding, wrong type detected
#435
nordicjm
closed
4 months ago
2
zcbor_encode.c: Fix a length bug in zcbor_bstr_end_decode()
#434
oyvindronningstad
closed
5 months ago
0
Complex enum doesn't start at indicated value
#433
aangert
opened
6 months ago
1
any and cbor-any are ignored when generating code
#432
aangert
opened
6 months ago
1
Code generation fails with unhelpful error message
#431
maxd-nordic
opened
6 months ago
1
RELEASE_NOTES.md: Populate release notes for 0.9.0
#430
oyvindronningstad
closed
2 months ago
0
Prep 0.9.0
#429
oyvindronningstad
closed
6 months ago
0
Error generating code from CDDL with optional array
#428
aangert
closed
3 months ago
1
Release/0.9.0
#427
oyvindronningstad
closed
2 months ago
0
Release/v0.9.0
#426
oyvindronningstad
closed
6 months ago
0
zcbor.py: Add support for unordered maps in generated code
#425
oyvindronningstad
opened
6 months ago
1
Add fragmented encoding + redesign fragmented decoding
#424
oyvindronningstad
opened
6 months ago
0
zcbor.py: Fix bug where NINT literals were not given unique names
#423
oyvindronningstad
closed
6 months ago
0
tests: Replace global CSTD property with Kconfig symbol
#422
pdgendt
closed
6 months ago
1
Generated code causes warning: cast discards ‘const’ qualifier from pointer target type [-Wcast-qual]
#421
StefanHri
opened
7 months ago
2
zcbor.py: Fix a bug where empty groups and lists would give an error
#420
oyvindronningstad
closed
7 months ago
0
MIGRATION_GUIDE.md: Add a migration guide file
#419
oyvindronningstad
closed
7 months ago
0
Migrate to PEP257 docstrings, clean them up, and add some more docstrings
#418
oyvindronningstad
closed
7 months ago
0
Next