zephyr/tests/subsys/settings/functional/nvs/chosen.overlay
Alexander Mihajlovic 296d51511d tests: settings: Add tests for chosen zephyr,settings-partition
Add test cases using settings-partition chosen for both FCB and NVS.

Signed-off-by: Alexander Mihajlovic <a@abxy.se>
2022-03-24 08:16:46 -04:00

14 lines
172 B
Plaintext

/*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,settings-partition = &storage_partition;
};
};
&storage_partition {
label = "chosen_partition";
};