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 "c6_camera_server.h"
19#include "ra8_boot_entry.h"
20
21void main(void)
22{
23 (void)c6_cam_app_run();
24}
void main(void)
Secure fallback main entry point.
Definition main.c:37
Shared contracts for ESP32-C6 browser camera servers.
int32_t c6_cam_app_run(void)
Run the shared runtime-provisioned C6, DHCP, and HTTP application flow.
Definition c6_cam_app.c:498
Boot entry points shared between a vector table and its startup code.