micropython/ports
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
..
bare-arm
cc3200
esp32 esp32/boards: Enable BLE by default when building with IDF 4.x. 2019-10-08 14:50:01 +11:00
esp8266 esp8266/modules/ntptime.py: Always close socket, and set day-of-week. 2019-10-10 18:05:56 +11:00
javascript
minimal minimal/frozentest.mpy: Update due to change in bytecode. 2019-10-01 12:26:22 +10:00
nrf nrf: Add nrf9160 base support. 2019-10-10 21:35:27 +02:00
pic16bit
qemu-arm
samd
stm32 stm32: Use hardware double sqrt on F7/H7 MCUs. 2019-10-10 17:39:32 +11:00
teensy
unix py/bc: Change mp_code_state_t.exc_sp to exc_sp_idx. 2019-10-01 12:26:22 +10:00
windows
zephyr