Sean Cross f002c784c0 nrf: linker: add a new .uninitialized section
This section immediately follows the .bss section, and is designed to
contain uninitialized variables that should persist across reboots.

The section is placed directly after .bss, under the theory that the
size of Circuit Python's .bss + .data is bigger than the bootloader's
.bss + .data, so there is less likely to be a conflict.

Signed-off-by: Sean Cross <sean@xobs.io>
2020-05-18 11:52:17 +08:00
..
wip
2019-12-05 22:45:53 -05:00
wip
2019-12-05 22:45:53 -05:00
2019-12-10 22:39:44 -05:00
wip
2019-12-05 22:45:53 -05:00
2019-12-13 08:52:03 -05:00
2020-05-04 15:07:49 +08:00
wip
2019-12-05 22:45:53 -05:00
2020-04-28 00:03:02 -04:00