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
455: Add zero-init-ram feature r=adamgreig a=inorick
Add the 'zero-init-ram' feature that initializes the RAM with zeros during startup. This is normally
not necessary but might be required on custom hardware. If this step is skipped on such hardware,
reading from memory that was never written to will cause a hard-fault.
Co-authored-by: Norbert Fabritius <norbert.fabritius@esrlabs.com>
Co-authored-by: Adam Greig <adam@adamgreig.com>
0 commit comments