micropython/ports/nrf/boards
Glenn Ruben Bakke 82fe6b0526 nrf: Add nrf9160 base support.
This patch add basic building blocks for nrf9P60.

It also includes a secure bootloader which forwards all
possible peripherals that are user selectable to become
non-secure. After configuring Flash, RAM and peripherals
the secure bootloader will jump to the non-secure domain
where MicroPython is placed.

The minimum size of a secure boot has to be a flash
block of 32Kb, hence why the linker scripts are
offsetting the main application this much.

The RAM offset is set to 128K, to allow for later
integration of Nordic Semiconductor's BSD socket
library which reserves the range 0x20010000 - 0x2001FFFF.
2019-10-10 21:35:27 +02:00
..
arduino_primo nrf/board: Migrate all nrf52832 targets to new BLE stack. 2019-03-15 20:50:15 +01:00
blueio_tag_evim nrf/led: Adjust how board LEDs are defined. 2019-06-25 16:02:31 +10:00
dvk_bl652 nrf/board: Migrate all nrf52832 targets to new BLE stack. 2019-03-15 20:50:15 +01:00
evk_nina_b1 nrf/boards: Add board definition for uBlox Nina B1 series BLE modules. 2019-09-17 11:33:48 +10:00
feather52 nrf/board: Migrate all nrf52832 targets to new BLE stack. 2019-03-15 20:50:15 +01:00
ibk_blyst_nano nrf/boards: Add support for BLYST Nano module based boards. 2019-05-02 22:33:44 +02:00
idk_blyst_nano nrf/boards: Add support for BLYST Nano module based boards. 2019-05-02 22:33:44 +02:00
microbit nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars. 2019-08-28 13:34:45 +10:00
particle_xenon nrf/boards: Add Particle Xenon board configuration (an nRF52840). 2019-09-05 22:56:05 +10:00
pca10000 nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
pca10001 nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
pca10028 nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
pca10031 nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
pca10040 nrf/board: Migrate all nrf52832 targets to new BLE stack. 2019-03-15 20:50:15 +01:00
pca10056 nrf/board: Migrate nrf52840 target to new BLE stack. 2019-03-15 20:50:15 +01:00
pca10059 nrf/boards: Add support for pca10059. 2019-10-10 20:21:07 +02:00
wt51822_s4at nrf/modules/random: Rename port config for RNG 2018-07-18 17:12:26 +10:00
common.ld nrf: Clean up source by removing tabs, trailing spaces, non-ASCII chars. 2019-08-28 13:34:45 +10:00
make-pins.py nrf/boards/make-pins.py: Fix gen of board pins to use correct index. 2019-09-05 22:52:24 +10:00
memory.ld nrf/boards: Check for stack/heap size using an assert. 2018-07-18 17:12:26 +10:00
nrf51_prefix.c nrf: Remove port member from Pin object 2018-07-18 17:12:26 +10:00
nrf51x22_256k_16k.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
nrf51x22_256k_32k.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
nrf52_prefix.c nrf: Remove port member from Pin object 2018-07-18 17:12:26 +10:00
nrf91_prefix.c nrf: Add nrf9160 base support. 2019-10-10 21:35:27 +02:00
nrf9160_1M_256k.ld nrf: Add nrf9160 base support. 2019-10-10 21:35:27 +02:00
nrf9160_1M_256k_secure.ld nrf: Add nrf9160 base support. 2019-10-10 21:35:27 +02:00
nrf52832_512k_64k.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
nrf52840_1M_256k.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
s110_8.0.0.ld nrf: Make linker scripts more modular. 2018-07-18 17:12:26 +10:00
s132_6.1.1.ld nrf/bluetooth: Add support for SoftDevice s132 version 6.1.1. 2019-03-15 20:50:15 +01:00
s140_6.1.1.ld nrf/bluetooth: Add support for SoftDevice s140 version 6.1.1. 2019-03-15 20:50:15 +01:00