Skip to content

Commit 047ee8c

Browse files
keith-packardgalak
authored andcommitted
modules/picolibc: Include clang+cmake and old GCC changes
This updates west.yml to pull the version of picolibc that includes both the patches in #54391 as well as the fix providing compatibility for the 'deprecated' attribute when using GCC versions before 4.5, such as the GCC based XCC compiler. Changes for 'weak' attributes were added to avoid using inline asm statements for compilers that support the necessary attributes. This commit is synchronized with Zephyr SDK: zephyrproject-rtos/sdk-ng#650 Signed-off-by: Keith Packard <keithp@keithp.com>
1 parent a328825 commit 047ee8c

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
@@ -207,7 +207,7 @@ manifest:
207207
path: modules/lib/openthread
208208
- name: picolibc
209209
path: modules/lib/picolibc
210-
revision: 2097f26ce7dee36922b22ce048c09cd073ebae3d
210+
revision: 0694a78fc08b3300c7db79602c46ba0a64428c8e
211211
- name: segger
212212
revision: e2ff2200556e8a8f962921444275c04971a2bb3d
213213
path: modules/debug/segger

0 commit comments

Comments
 (0)