|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
POSIX composition-root settings. More...
#include <fw_if_fs_posix.h>
Data Fields | |
| const char * | root_path |
| Existing host directory used as /. | |
| bool | removable_media |
| Truthful property of the selected root. | |
POSIX composition-root settings.
Definition at line 40 of file fw_if_fs_posix.h.
| bool fw_fs_posix_cfg_t::removable_media |
Truthful property of the selected root.
Definition at line 42 of file fw_if_fs_posix.h.
Referenced by fw_fs_posix_init().
| const char* fw_fs_posix_cfg_t::root_path |
Existing host directory used as /.
Definition at line 41 of file fw_if_fs_posix.h.
Referenced by fw_fs_posix_init().