Switch from native_posix to native_sim as default test platform, switch overlays to native_sim. For the HW test, filter whole posix arch to speed up twister run. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
14 lines
178 B
Plaintext
14 lines
178 B
Plaintext
/*
|
|
* Copyright 2021 Google LLC
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
bbram: bbram {
|
|
compatible = "zephyr,bbram-emul";
|
|
status = "okay";
|
|
size = <0xff>;
|
|
};
|
|
};
|