commit | 35e83d20e4f469a5b3899140205ee812c8f2626e | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Wed Sep 20 18:13:38 2023 -0700 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Nov 20 06:07:58 2023 -0500 |
tree | 7edbd57bde498907fa43e46413623136cd3f488f | |
parent | 47e09806c804fdb9bb4abfa1523593263b852ab4 [diff] |
west: Update picolibc to version 1.8.5 Picolibc version 1.8.5 offers additional memory savings and new long-long and minimal printf variants which can be selected from either the SDK or module version of the library. This needed a patch to the Zephyr cmake support bits to enable one of the new picolibc 1.8.5 features. Signed-off-by: Keith Packard <keithp@keithp.com>