mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04:00
CBOR parsing fails with newlib nano configuration, observed on ESP32-C2. Closes IDFCI-1375
5 lines
251 B
Plaintext
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
|