ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
main.c
Go to the documentation of this file.
1
15
16#include <stdint.h>
17
18#include "ra8_boot_entry.h"
19#include "ra8_c6link_mdl.h"
21
31void main(void)
32{
33 static_assert(sizeof(ra8_mdl_chunk_t) >= k_ra8_mdl_chunk_data_max);
35}
void main(void)
Secure fallback main entry point.
Definition main.c:37
Boot entry points shared between a vector table and its startup code.
@ k_ra8_mdl_chunk_data_max
Maximum raw body bytes in one chunk.
@ k_ra8_mdl_sha256_bytes
SHA-256 digest size in bytes.
One correlated bounded raw-byte response.