summaryrefslogtreecommitdiff
path: root/docs/esp8266
diff options
context:
space:
mode:
authorGlenn Ruben Bakke <glennbakke@gmail.com>2019-09-26 22:25:16 +0200
committerGlenn Ruben Bakke <glennbakke@gmail.com>2019-10-10 21:35:27 +0200
commit82fe6b0526ad8c10e923174a45063f93f312d681 (patch)
tree6c95108489edc9f85443a978a668c492c6b5ce71 /docs/esp8266
parent01a3110e363bbde22b3f26191ac2cececf1afdbc (diff)
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.
Diffstat (limited to 'docs/esp8266')
0 files changed, 0 insertions, 0 deletions