Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
cb331c2371144f3c391856eec4417ce65cbf0957
/
.
/
tests
/
posix
/
fs
/
app.overlay
blob: 87ae21b1e647747a283b3df3ff9752fc81f02bb9 [
file
] [
log
] [
blame
]
/*
* Copyright (c) 2023 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
/
{
ramdisk0
{
compatible
=
"zephyr,ram-disk"
;
disk
-
name
=
"RAM"
;
sector
-
size
=
<
512
>;
sector
-
count
=
<
160
>;
};
};