From b27494b7eded21187b3a97cdfd4e99d3a8adda55 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 21 Jan 2024 15:35:56 -0800 Subject: [PATCH] lib/libc: Update picolibc to 1.8.6 * Reduces memory usage for ctype while fixing an 'isblank' related compatibility issue. * Resolves compatibility issues with GCC 13 * Removes explicit _POSIX_C_SOURCE definition when building as a module. * Fix some _FORTIFY_SOURCE issues. Signed-off-by: Keith Packard --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 0a6c6f07e3..9d1a4a2152 100644 --- a/west.yml +++ b/west.yml @@ -310,7 +310,7 @@ manifest: - debug - name: picolibc path: modules/lib/picolibc - revision: 1a5c603b9f8e228f9459bdafedad15ea28efc700 + revision: 764ef4e401a8f4c6a86ab723533841f072885a5b - name: segger revision: 9d0191285956cef43daf411edc2f1a7788346def path: modules/debug/segger