Skip to content

Commit 6233151

Browse files
committed
manifest: Update picolibc to 1.8.9-2
Previously, Zephyr used a forked version of picolibc which added a patch to disable LTO support (82d62ed1). Since an improved version of this patch has been accepted into the the main branch in e09e6935, the forked version of picolibc is no longer required. Additionally, the 1.8.9 release series adds support for the OpenRISC (or1k) architecture. Signed-off-by: Joel Holdsworth <[email protected]>
1 parent 56539d8 commit 6233151

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

west.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ manifest:
2323
url-base: https://github.com/zephyrproject-rtos
2424
- name: babblesim
2525
url-base: https://github.com/BabbleSim
26+
- name: picolibc
27+
url-base: https://github.com/picolibc
2628

2729
group-filter: [-babblesim, -optional]
2830

@@ -335,8 +337,9 @@ manifest:
335337
groups:
336338
- debug
337339
- name: picolibc
340+
remote: picolibc
338341
path: modules/lib/picolibc
339-
revision: 82d62ed1ac55b4e34a12d0390aced2dc9af13fc9
342+
revision: 4380f9ae363db5ea4b88c9f339d3faaf1a6b4030
340343
- name: segger
341344
revision: cf56b1d9c80f81a26e2ac5727c9cf177116a4692
342345
path: modules/debug/segger

0 commit comments

Comments
 (0)