Skip to content

Commit 046232a

Browse files
keith-packardjhedberg
authored andcommitted
west: Sync picolibc with SDK 0.17.4
This updates the version of picolibc to match that used by SDK 0.17.4. In the Zephyr picolibc fork, that's marked with the zephyr-sdk-0.17.4 tag now, which is on the zephyr-sdk-0.17 branch. Changes since the previous version which impact using the module: * machine/arm: Disable exception tables in ARM string asm code * cmake: Silence messages about core-isa.h * Correct return type of __non_atomic_*_ungetc functions * Delete obsoleted _syslist.h Signed-off-by: Keith Packard <keithp@keithp.com>
1 parent 8ea7b11 commit 046232a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎west.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ manifest:
357357
- debug
358358
- name: picolibc
359359
path: modules/lib/picolibc
360-
revision: 560946f26db075c296beea5b39d99e6de43c9010
360+
revision: ca8b6ebba5226a75545e57a140443168a26ba664
361361
- name: segger
362362
revision: 9f08435a79d41133d7046b7c59d1b25929eda450
363363
path: modules/debug/segger

0 commit comments

Comments
 (0)