Extended flash simulator for posix architecture to read/write data from a binary file on the host file system. Further enable the flash simulator by default on native_posix(_64) boards and updated the documentation accordingly. Signed-off-by: Jan Van Winkel <jan.van_winkel@dxplore.eu>
9 lines
244 B
C
9 lines
244 B
C
/*
|
|
* Copyright (c) 2019 Jan Van Winkel (jan.van_winkel@dxplore.eu)
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#define DT_FLASH_DEV_NAME DT_INST_0_ZEPHYR_SIM_FLASH_LABEL
|
|
#define DT_UART_0_DEV_NAME DT_ZEPHYR_NATIVE_POSIX_UART_UART_LABEL
|
|
|