Open dwjbosman opened 1 month ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.
:white_check_mark: oyvindronningstad
:white_check_mark: dwjbosman
:x: Dinne Bosman
I have not been able to run the tests!
@dwjbosman Thanks for your contribution! I have taken your code and made a number of fixes and improvments to it, which you can find at https://github.com/NordicSemiconductor/zcbor/pull/466. Feel free to grab that commit into this PR, and possibly add you own Signed-off-by line (git commit --amend -s
). The commit is based on your work and is in your name as author. If I don't hear from you I will put myself as author so as not to impersonate you, and instead credit you in the commit message.
When having large arrays of a type that has a small range, the code generator should use the correct integer type to avoid wasting precious memory.
Fix for https://github.com/NordicSemiconductor/zcbor/issues/459