m-profile: Support picolibc startup mechanism#5
m-profile: Support picolibc startup mechanism#5wearyzen merged 1 commit intozephyrproject-rtos:mainfrom
Conversation
Test Results 264 files 264 suites 0s ⏱️ Results for commit 5eb9063. ♻️ This comment has been updated with latest results. |
tomi-font
left a comment
There was a problem hiding this comment.
If this seems good to upstream let's create an upstream PR now? 🙃
|
coming back to this, @keith-packard do you plan to upstream the change first? |
Hrm. A complete change would involve additional code and some way to test it all. Maybe just this partial fix which makes it possible to use with external support would be accepted though? |
|
Nice. I saw it's already merged. Let's |
I am ok with |
Use picolibc's _start function instead of providing our own. Signed-off-by: Keith Packard <keithp@keithp.com> (cherry picked from commit e902f86)
We don't need to use __cmsis_start when using picolibc; we can call main directly.