You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mbed boot: fixes iar stack and heap initialization
Order was wrong as it initialiazed global variables for mbed stack and heap, then
invoked __iar_data_init3 that would set this to 0. This explains why stack/heap
test was failing.
0 commit comments