zephyr/boards
Michael Scott 1350de9a00 boards: nrf52_blenano2: standardize scratch and storage partitions
Most of the other nRF52832 boards have the following settings for
scratch and storage partitions:

scratch_partition: partition@70000 {
	label = "image-scratch";
	reg = <0x00070000 0xa000>;
};

storage_partition: partition@7a000 {
	label = "storage";
	reg = <0x0007a000 0x00006000>;
};

Let's remove the snowflake settings in BLENano2 which coincidentally
are incorrect: storage overruns the flash area by 0x1000 and causes
a crash when enabling FCB storage.

Signed-off-by: Michael Scott <mike@foundries.io>
2019-02-21 11:54:35 +01:00
..
arc boards: arc: iotdk: Fix missed CONFIG -> DT define transition 2019-02-11 22:29:58 -05:00
arm boards: nrf52_blenano2: standardize scratch and storage partitions 2019-02-21 11:54:35 +01:00
common runners: add Black Magic Probe runner cmake file 2019-01-11 17:19:56 +01:00
nios2 boards: qemu: add image to qemu boards 2019-02-11 07:45:21 -05:00
posix doc: Add more coverage documentation 2019-02-20 18:05:09 -05:00
riscv32 doc: Clean up build instructions and use of variables 2019-02-21 11:46:45 +01:00
shields boards: shields: frdm_kw41z: Fix reference to undefined Kconfig symbol 2019-02-12 20:15:15 -05:00
x86 doc: net: Add more info for network connectivity with host 2019-02-20 07:32:42 -05:00
x86_64/qemu_x86_64 boards: x86_64: qemu_x86_64: Remove board.h 2019-02-19 08:29:28 -06:00
xtensa Kconfig: intel_s1000: Remove DCACHE_WRITEBACK 2019-02-20 07:33:11 -05:00
CMakeLists.txt cmake: Fall back to ZEPHYR_BASE when the board is not in BOARD_ROOT 2018-10-01 09:46:46 -04:00
index.rst doc: restructure and create index pages 2019-02-05 07:04:40 -05:00
Kconfig boards/shields: Clean up Kconfig'ery 2019-01-18 13:20:59 -06:00