Merge branch 'bugfix/cbor_newlib_nano_case' into 'master'

examples/cbor: fix parsing with newlib nano config

Closes IDFCI-1375

See merge request espressif/esp-idf!19107
This commit is contained in:
Mahavir Jain
2022-07-20 16:30:22 +08:00
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
/*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
/* CBOR Example /* CBOR Example
This example code is in the Public Domain (or CC0 licensed, at your option.) This example code is in the Public Domain (or CC0 licensed, at your option.)

View File

@@ -0,0 +1,4 @@
# This example is not supported with newlib nano:
# - First 64-bit integers are not supported in newlib nano
# - There is also issue with `PRIu8` format specifier with newlib nano (observed on ESP32-C2, see IDFCI-1375)
CONFIG_NEWLIB_NANO_FORMAT=n