* Fix app path in documentation * Move the at24 emulator overlays to be general instead of native_posix specific * Switch default test platform from native_posix to native_sim * From build only test, exclude platforms which are used in the build and run test. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
6 lines
156 B
Text
6 lines
156 B
Text
# Copyright (c) 2020 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_EMUL=y
|
|
CONFIG_EEPROM_INIT_PRIORITY=75
|
|
CONFIG_EEPROM_AT2X_EMUL=y
|