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.
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