-
Notifications
You must be signed in to change notification settings - Fork 7.9k
modules: Update trusted-firmware-m for picolibc #94367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
10352ce
to
e203de9
Compare
This is waiting for zephyr SDK 0.17.4 |
Hi @keith-packard , I would like to printout that #94470 shows that arm platform needs some fixes. I'm not sure if that affects your CI tests. |
Thanks. It's also blocked on the SDK at present, so once that's merged I'll see what else is broken. |
e203de9
to
d5baa3b
Compare
This adds linker script bits and compiler options so that trusted-firmware-m will build with picolibc. This has not been merged to the Zephyr trusted-firmware-m repository yet: zephyrproject-rtos/trusted-firmware-m#134 Signed-off-by: Keith Packard <[email protected]>
d5baa3b
to
ea7909d
Compare
|
All seems to work fine with just this patch. |
This adds linker script bits and compiler options so that trusted-firmware-m will build with picolibc.
This has not been merged to the Zephyr trusted-firmware-m repository yet, that PR is zephyrproject-rtos/trusted-firmware-m#134