From 01ab91dbf067e2f0971b6f2afd102e77bf9b6e8b Mon Sep 17 00:00:00 2001 From: Koen Zandberg Date: Fri, 5 Jul 2019 20:47:48 +0200 Subject: [PATCH] pkg/nanocbor: Version bump to latest master Current latest master is also compatible with 8 and 16-bit platforms --- pkg/nanocbor/Makefile | 2 +- pkg/nanocbor/doc.txt | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/pkg/nanocbor/Makefile b/pkg/nanocbor/Makefile index 867e6c1271..f5df0dc631 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 = 44d9b1cfaa6829c5d1063f3c0e4a1733cfa409e3 +PKG_VERSION = 3a672f79b2458a96393447e50a41174f741eadc5 PKG_LICENSE = LGPL-2.1 .PHONY: all diff --git a/pkg/nanocbor/doc.txt b/pkg/nanocbor/doc.txt index da39820583..d2040f42f2 100644 --- a/pkg/nanocbor/doc.txt +++ b/pkg/nanocbor/doc.txt @@ -7,9 +7,6 @@ * This package contains the NanoCBOR library for a small CBOR encoder and * decoder. Flash footprint for encoding and decoding should be below 1K each. * - * At the moment 8 bit and 16 bit MCU support is broken by upstream, see the - * [issue](https://github.com/bergzand/NanoCBOR/issues/18). - * * ## Usage * * Just add it as a package in your application: