|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One explicit, shared composition-root workspace for portable verbs. More...
#include <ra8_fmt_portable_main_internal.h>
Data Fields | |
| uint8_t | bytes [k_ra8_fmt_cli_workspace_bytes] |
| Shared named storage. | |
One explicit, shared composition-root workspace for portable verbs.
Convert uses the first 8 MiB. Inspect binds a record table followed by its tile and stored-byte buffers; because CLI verbs are mutually exclusive, one named BSS object covers the larger exact high-water instead of summing per-verb singletons.
Definition at line 44 of file ra8_fmt_portable_main_internal.h.
| uint8_t ra8_fmt_cli_workspace_t::bytes[k_ra8_fmt_cli_workspace_bytes] |
Shared named storage.
Definition at line 45 of file ra8_fmt_portable_main_internal.h.
Referenced by internal_bind(), internal_run_jof(), internal_run_rabook(), and priv_fmt_try_portable_verify().