Skip to content

Commit

Permalink
Merge #19494
Browse files Browse the repository at this point in the history
19494: pkg/qcbor: bump to v1.2 r=kaspar030 a=aabadie



Co-authored-by: Alexandre Abadie <[email protected]>
  • Loading branch information
bors[bot] and aabadie committed Apr 22, 2023
2 parents 0101663 + bd3e6a2 commit bd295b0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/qcbor/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG_NAME = qcbor
PKG_URL = https://github.com/laurencelundblade/QCBOR
# Commit on Mar 9, 2020
PKG_VERSION = 7e8effa94174c33e4acaf737adf6aef16c092c49
# v1.2
PKG_VERSION = 92d3f89030baff4af7be8396c563e6c8ef263622
PKG_LICENSE = BSD-3-Clause

include $(RIOTBASE)/pkg/pkg.mk
Expand Down
1 change: 1 addition & 0 deletions pkg/qcbor/Makefile.include
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
INCLUDES += -I$(PKGDIRBASE)/qcbor/inc
INCLUDES += -I$(PKGDIRBASE)/qcbor/inc/qcbor
14 changes: 13 additions & 1 deletion pkg/qcbor/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,16 @@
* USEPKG += qcbor
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*
*/
* Disabling features
* ------------------
*
* As explained in the [README](https://github.com/laurencelundblade/QCBOR#disabling-features), qcbor
* provides options to disable some features and reduce code size.
* Just add them to `CFLAGS` in the application `Makefile` or directly to the command line.
* For example, in the command line:
*
* ```
* CFLAGS="-DQCBOR_DISABLE_INDEFINITE_LENGTH_STRINGS" BOARD=samr21-xpro make -C tests/pkg_qcbor
* ```
*
*/

0 comments on commit bd295b0

Please sign in to comment.