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
{{ message }}
This repository has been archived by the owner on Dec 6, 2018. It is now read-only.
However, there is no need for heap in many cases, so if heap size is not set, heap should be eliminated.
Implementation must be re-tested on all embedded platforms to make sure heap is not used there.
The text was updated successfully, but these errors were encountered:
Startup code contains heap reservation:
https://github.com/forGGe/theCore/blob/c81a18a1d7e8ead263625c4fab9904fe2a50a9a4/arch/arm_cm/startup_arm_cm.S#L56-L60
However, there is no need for heap in many cases, so if heap size is not set, heap should be eliminated.
Implementation must be re-tested on all embedded platforms to make sure heap is not used there.
The text was updated successfully, but these errors were encountered: