Add test suite for remove of zephyr native libc Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com> Signed-off-by: Karthikeyan Krishnasamy <karthikeyan@linumiz.com>
14 lines
205 B
Text
14 lines
205 B
Text
/*
|
|
* Copyright (c) 2024 Linumiz
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
ramdisk0 {
|
|
compatible = "zephyr,ram-disk";
|
|
disk-name = "RAM";
|
|
sector-size = <512>;
|
|
sector-count = <160>;
|
|
};
|
|
};
|