summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSean Cross <sean@xobs.io>2020-05-18 11:46:38 +0800
committerSean Cross <sean@xobs.io>2020-05-18 11:52:25 +0800
commit3b5f5ddaa6232a8d3ac868c703e8a511abe045e0 (patch)
tree4e5b5bcc271942977cdba9363f44a8ffb54b7a72 /docs
parent192bb155fafb78b2f6073fdbfbbf41d8c44dc12e (diff)
nrf: port: move saved word into .uninitialized section
Circuit Python supports saving a single word of data across reboots. Previously, this data was placed immediately following the .bss. However, this appeared to not work, as Circuit Python zeroes out the heap when it starts up, and the heap begins immediately after the .bss. Switch to using the new .uninitialized section in order to store this word across resets. Signed-off-by: Sean Cross <sean@xobs.io>
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions