NordicSemiconductor / zcbor

Low footprint C/C++ CBOR library and Python tool providing code generation from CDDL descriptions.
Apache License 2.0
105 stars 34 forks source link

zcbor.py: Add support for unordered maps in generated code #425

Open oyvindronningstad opened 2 months ago

oyvindronningstad commented 2 months ago

Add support for the --unordered-maps option to zcbor code which makes use of the zcbor_unorderedmaps*() API in generated code.

Fixes #411