Crate r3_support_rza1

source ·
Expand description

Supporting package for running R3 on a Renesas RZ/A1x family MPU (including RZ/A1H, which is used by the GR-PEACH development board).

Modules

Macros

  • Macro for printing to the serial standard output
  • Macro for printing to the serial standard output, with a newline.
  • Attach the implementation of PortTimer that is based on RZ/A1 OS Timer to a given kernel trait type. This macro also implements Timer on the kernel trait type. Requires OsTimerOptions and Gic.

Traits