zephyr/tests/subsys
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
..
can/frame can: Rename can_msg and can_msg_filter structs 2019-02-22 08:07:03 -05:00
dfu boards: arm: nrf52840-based: Free up flash room for sample apps 2019-03-15 08:52:06 -05:00
fs tests/subsys/fs/nffs_fs_api: build ram back-end only for qemu_x86 2019-03-09 10:34:17 -05:00
jwt tests: jwt: lower heap size 2019-03-07 04:27:32 -06:00
logging tests: subsys: logging: Enable log_core test on nios2 2019-02-12 07:51:50 -05:00
settings settings: always uses the storage partition for FCB 2019-03-04 16:51:19 +01:00
storage/flash_map tests/subsys/storage/flash_map: use auto-generated fa ID 2019-02-07 10:31:27 -06:00
usb tests: usb: Use UTIL_LISTIFY macros 2019-02-12 07:49:04 -05:00