mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #11810 from bergzand/pr/pkg/nanocbor_bump
pkg/nanocbor: bump version to resolve 8/16 bit compilation issue
This commit is contained in:
commit
f92297b994
@ -1,6 +1,6 @@
|
|||||||
PKG_NAME = nanocbor
|
PKG_NAME = nanocbor
|
||||||
PKG_URL = https://github.com/bergzand/nanocbor
|
PKG_URL = https://github.com/bergzand/nanocbor
|
||||||
PKG_VERSION = 44d9b1cfaa6829c5d1063f3c0e4a1733cfa409e3
|
PKG_VERSION = 3a672f79b2458a96393447e50a41174f741eadc5
|
||||||
PKG_LICENSE = LGPL-2.1
|
PKG_LICENSE = LGPL-2.1
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
@ -7,9 +7,6 @@
|
|||||||
* This package contains the NanoCBOR library for a small CBOR encoder and
|
* This package contains the NanoCBOR library for a small CBOR encoder and
|
||||||
* decoder. Flash footprint for encoding and decoding should be below 1K each.
|
* 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
|
* ## Usage
|
||||||
*
|
*
|
||||||
* Just add it as a package in your application:
|
* Just add it as a package in your application:
|
||||||
|
@ -2,13 +2,6 @@ include ../Makefile.tests_common
|
|||||||
|
|
||||||
TEST_ON_CI_WHITELIST += all
|
TEST_ON_CI_WHITELIST += all
|
||||||
|
|
||||||
# No 8 bit and 16 bit support
|
|
||||||
BOARD_BLACKLIST := arduino-duemilanove arduino-leonardo \
|
|
||||||
arduino-mega2560 arduino-nano \
|
|
||||||
arduino-uno chronos jiminy-mega256rfr2 mega-xplained \
|
|
||||||
msb-430 msb-430h telosb waspmote-pro wsn430-v1_3b \
|
|
||||||
wsn430-v1_4 z1
|
|
||||||
|
|
||||||
USEPKG += nanocbor
|
USEPKG += nanocbor
|
||||||
# Used for verification
|
# Used for verification
|
||||||
USEMODULE += embunit
|
USEMODULE += embunit
|
||||||
|
Loading…
Reference in New Issue
Block a user