You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
zcbor.py: Add support for unordered maps in generated code
Add support for the --unordered-maps option to zcbor code
which makes use of the zcbor_unordered_maps_*() API in generated code.
Signed-off-by: Øyvind Rønningstad <[email protected]>
Copy file name to clipboardExpand all lines: include/zcbor_common.h
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,7 @@ do { \
285
285
#defineZCBOR_ERR_MAP_FLAGS_NOT_AVAILABLE 20
286
286
#defineZCBOR_ERR_INVALID_VALUE_ENCODING 21 ///! When ZCBOR_CANONICAL is defined, and the incoming data is not encoded with minimal length, or uses indefinite length array.
0 commit comments