tock / libtock-rs

Rust userland library for Tock
Apache License 2.0
160 stars 105 forks source link

build_scripts: nrf52840: update layout #522

Closed twilfredo closed 7 months ago

twilfredo commented 8 months ago

This ensures we match the expected flash range used for the nrf52840 by Tock. Tested by loading a libtock-rs app with tockloader on the Particle Boron board.

Also slightly increase the RAM size 'per' app. There's ~224K of RAM we can use, with slices of 56k we can run 4 apps concurrently. But of-course this can be adjusted as required.

Fixes: https://github.com/tock/libtock-rs/issues/521