Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
bb0b45dd53c41505bcbfabc2821c00c0c20b97ba
/
.
/
tests
/
lib
/
c_lib
/
stdio
/
app.overlay
blob: 80f9a8b01d30bc0f8e9f2c5a7acdf0e99f1450e8 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2024 Linumiz
*
* SPDX-License-Identifier: Apache-2.0
*/
/
{
ramdisk0
{
compatible
=
"zephyr,ram-disk"
;
disk
-
name
=
"RAM"
;
sector
-
size
=
<
512
>;
sector
-
count
=
<
160
>;
};
};