commit | 47e09806c804fdb9bb4abfa1523593263b852ab4 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Tue Sep 12 23:46:30 2023 -0700 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Nov 20 06:07:58 2023 -0500 |
tree | c706692fe677bd58ec124cc1993167ca274aad61 | |
parent | 196341c18b95ae24f3fbc11d630ad26346284245 [diff] |
lib/os: With CBPRINTF_NANO, picolibc long-long printf isn't required CBPRINTF_FULL_INTEGRAL doesn't happen to explicitly conflict with CBPRINTF_NANO, but when CBPRINTF_NANO is enabled, there's no long long I/O support provided. Allow picolibc long-long I/O support to also be elided when CBPRINTF_NANO is enabled to save similar amounts of space. Signed-off-by: Keith Packard <keithp@keithp.com>