ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
ra8_off_target_config.h
Go to the documentation of this file.
1
27
28#pragma once
29
30#ifdef __cplusplus
31extern "C" {
32#endif
33
34#include <stdint.h>
35
36typedef enum : uint8_t {
37#ifdef RA8_OFF_TARGET
38 k_ra8_off_target = 1U,
39#else
41#endif
43
44#ifdef __cplusplus
45}
46#endif
@ k_ra8_off_target
Arm-none-eabi firmware build.