esp-idf/examples/protocols/cbor/sdkconfig.defaults
Mahavir Jain 0c09406173
examples/cbor: keep newlib nano disabled in the example
CBOR parsing fails with newlib nano configuration, observed on ESP32-C2.

Closes IDFCI-1375
2022-07-19 13:27:51 +05:30

5 lines
251 B
Plaintext

# 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