zephyr/tests/drivers/flash_simulator/boards/qemu_x86_ev_0x00.overlay
Dominik Ermel 03df4d3fb0 tests/drivers/flash_simulator: Add tests for non-0xff erase
Modify and add tests to support simulation of non-0xff erased flash
devices.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
2020-07-02 08:24:19 -04:00

10 lines
138 B
Plaintext

/*
* Copyright (c) 2020 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&sim_flash {
erase-value = < 0x00 >;
};