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
has a different naming approach so it's not directly adaptable to use my existing codegenerator (written in python).
Also it doesn't seem like the enum is directly referenced in the code so am proposing to add a iana-cbor-constant.h so you can still keep the existing CborKnownTags for backwards compatibility. Other option is to manually adapt the python code to match tinycbor naming convention.
The text was updated successfully, but these errors were encountered:
Created https://github.com/mofosyne/iana-headers/blob/main/cbor/c/cbor-constants.h#L22-L31 but noticed that
tinycbor/src/cbor.h
Lines 105 to 128 in 04b306c
Also it doesn't seem like the enum is directly referenced in the code so am proposing to add a
iana-cbor-constant.h
so you can still keep the existing CborKnownTags for backwards compatibility. Other option is to manually adapt the python code to match tinycbor naming convention.The text was updated successfully, but these errors were encountered: