Browse Source
Add support for a section(s) ".noinit*" that will be allocated in ram, but not cleared or initialized. This can be used for passing variables between a bootloader and an app for instance, or even just between restarts of your application. Without any assigned usages of the section, there is zero change in ram usage. The align does nothing when the prior section was already aligned.pull/1274/head
Karl Palsson
4 years ago
2 changed files with 12 additions and 0 deletions
Loading…
Reference in new issue