circuitpython/ports/nrf/boards
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
..
TG-Watch02A add submodule to TG-Watch02A 2020-04-28 00:03:02 -04:00
aramcon_badge_2019 Add board definition files for AramCon Badge 2019 2020-01-16 00:44:18 +02:00
arduino_nano_33_ble wip 2019-12-05 22:45:53 -05:00
circuitplayground_bluefruit further ringbuf cleanup 2020-04-21 17:38:20 -04:00
clue_nrf52840_express Merge remote-tracking branch 'adafruit/master' into lower_power 2020-04-14 17:14:44 -07:00
electronut_labs_blip wip 2019-12-05 22:45:53 -05:00
electronut_labs_papyr fix build failures 2019-12-10 22:39:44 -05:00
feather_bluefruit_sense move red LED to D13 and make D3 lsm6ds IRQ 2020-02-25 18:00:23 -05:00
feather_nrf52840_express working on all ports 2019-12-10 20:27:30 -05:00
itsybitsy_nrf52840_express working on all ports 2019-12-10 20:27:30 -05:00
makerdiary_nrf52840_mdk wip 2019-12-05 22:45:53 -05:00
makerdiary_nrf52840_mdk_usb_dongle fix build failures 2019-12-10 22:39:44 -05:00
metro_nrf52840_express Rename eveL to _eve, EVEL to _EVE 2020-02-05 18:17:58 -08:00
ohs2020_badge Merge remote-tracking branch 'adafruit/master' into lower_power 2020-04-14 17:14:44 -07:00
particle_argon Add support for the Particle Ethernet FeatherWing 2020-01-28 10:53:50 +01:00
particle_boron Add support for the Particle Ethernet FeatherWing 2020-01-28 10:53:50 +01:00
particle_xenon Add support for the Particle Ethernet FeatherWing 2020-01-28 10:53:50 +01:00
pca10056 Merge pull request #2 from adafruit/5.0.x 2020-03-06 13:57:31 -05:00
pca10059 updates to bluebird 2019-12-13 08:52:03 -05:00
pca10100 nrf: add pca10100 2020-05-04 15:07:49 +08:00
pitaya_go use Nordic's VID which seems to be allowed 2020-05-01 06:10:43 +00:00
simmel nrf: simmel: decrease flash filesystem size 2020-05-12 09:31:51 +08:00
sparkfun_nrf52840_mini wip 2019-12-05 22:45:53 -05:00
teknikio_bluebird update teknikio bluebird pin assignments 2020-04-30 09:58:27 -04:00
board.h nrf: Implement ticks, add gamepad module and example 2018-02-05 20:48:25 +01:00
common.template.ld nrf: linker: add a new .uninitialized section 2020-05-18 11:52:17 +08:00
nrf52_prefix.c rename pin.h to nrf_pin.h to avoid conflict with Pin.h 2018-08-26 20:37:12 -04:00