1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg/nanocbor: Version bump to latest master

Current latest master is also compatible with 8 and 16-bit platforms
This commit is contained in:
Koen Zandberg 2019-07-05 20:47:48 +02:00
parent 91d982733f
commit 01ab91dbf0
No known key found for this signature in database
GPG Key ID: 0895A893E6D2985B
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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: