ca70913684
This is nominally a bugfix release which now also includes the patch we previously backported, so we can remove it. However, it also introduced some breakage: - Builds with older toolchains (like br-arm-full-static, GCC 9) fail because the introduction of C23 [[fallthrough]] to the code was not properly gated on compiler support. - Compiling for x86 without SSE2 support (e.g. with bootlin-x86-i686-musl) fails because the check for native half-with float arithmetic support on the target was not strict enough. Import unreleased upstream patches that fix these issues. Release notes: https://github.com/intel/tinycbor/releases/tag/v0.6.1 Signed-off-by: Florian Larysch <fl@n621.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>