circuitpython/ports/nrf/supervisor
Sean Cross 3b5f5ddaa6 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>
2020-05-18 11:52:25 +08:00
..
cpu.s Support gathering register values on nrf. 2018-07-03 06:31:07 -07:00
internal_flash.c Hopefully fix flash flush and hopefully audio as well. 2020-03-13 11:12:31 -07:00
internal_flash.h Fixups for adafruit/circuitpython#1042 2019-04-16 14:53:44 +10:00
internal_flash_root_pointers.h Move atmel-samd to tinyusb and support nRF flash. 2018-11-08 17:25:30 -08:00
port.c nrf: port: move saved word into .uninitialized section 2020-05-18 11:52:25 +08:00
qspi_flash.c nrf: sqpi_flash: Handle unaligned reads 2020-02-28 10:03:37 -06:00
serial.c WIP: bonding 2019-10-06 21:30:26 -04:00
usb.c Merge remote-tracking branch 'adafruit/master' into lower_power 2020-04-27 16:45:10 -07:00