zephyr/samples/application_development
Michael Scott 83aa7cecd4 boards: arm: nrf52840-based: Free up flash room for sample apps
The current flash configurations for all nRF52840's in Zephyr is
VERY constrained when it comes to allowing samples any space for
storage or custom areas.  It only leaves the last 4 pages of flash
for "storage".

The nRF52840 is also capable of using OpenThread which defaults
to using the last 4 pages of flash for storing OpenThread-related
network data.

This means that while using OpenThread under any configuration
designed to use mcuboot partition slots, there is no space left
over for storage of any kind.

Let's adjust the partition table to set storage at 8 pages of
flash (32k).  This fixes the conflict with OpenThread and leaves
room for future use cases that may arise.

Signed-off-by: Michael Scott <mike@foundries.io>
2019-03-15 08:52:06 -05:00
..
code_relocation cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
external_lib arch/x86_64: New architecture added 2019-01-11 15:18:52 -05:00
out_of_tree_board boards: arm: nrf52840-based: Free up flash room for sample apps 2019-03-15 08:52:06 -05:00
application_development.rst