Added test for check proper service of flush-write when buffer contains unaligned amount of data. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
10 lines
139 B
Plaintext
10 lines
139 B
Plaintext
/*
|
|
* Copyright (c) 2020 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
&flash0 {
|
|
write-block-size = < 0x8 >;
|
|
};
|