From 7da1a214b82029b8fa547aa2e6c3bf9391cd11f3 Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Fri, 13 Oct 2023 15:25:23 +0200 Subject: [PATCH 1/2] pkg/nanocbor: Bump to latest commit Important changes: - Add stream-like interface for encoder - Separate functions for number of items left in arrays and maps (cherry picked from commit a250dfeef032a06da1307f1cc3266d83e6ea6d19) --- pkg/nanocbor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/nanocbor/Makefile b/pkg/nanocbor/Makefile index f7eacb56ccd4..61a019daadb0 100644 --- a/pkg/nanocbor/Makefile +++ b/pkg/nanocbor/Makefile @@ -1,6 +1,6 @@ PKG_NAME = nanocbor PKG_URL = https://github.com/bergzand/nanocbor -PKG_VERSION = 1bc789705057c42be32aea17aeec97763aece3c7 +PKG_VERSION = ae01e393f152b8294028986256f8451c93f75cfc PKG_LICENSE = CC-0 include $(RIOTBASE)/pkg/pkg.mk From b475907375ffe1186249b67921c788b1cd3f942e Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Fri, 13 Oct 2023 15:25:23 +0200 Subject: [PATCH 2/2] pkg/nanocbor: Update for fixed nanocbor_skip_simple() Important changes: - Fixed a bug in nanocbor_skip_simple with (b|t)str types --- pkg/nanocbor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/nanocbor/Makefile b/pkg/nanocbor/Makefile index 61a019daadb0..7cfd33877f0a 100644 --- a/pkg/nanocbor/Makefile +++ b/pkg/nanocbor/Makefile @@ -1,6 +1,6 @@ PKG_NAME = nanocbor PKG_URL = https://github.com/bergzand/nanocbor -PKG_VERSION = ae01e393f152b8294028986256f8451c93f75cfc +PKG_VERSION = 54e8938e60ba6a74d8aeafffc2d4a1dfc0392498 PKG_LICENSE = CC-0 include $(RIOTBASE)/pkg/pkg.mk