|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Foundation apps for the RA8P1 variant (RA8D2 + Ethos-U55 NPU).
| App | Description |
|---|---|
blink_ra8p1 | A minimal LED blink whose only job is to prove the RA8 multi-chip foundation: that ra8_core and ra8_hal compile and link for the Renesas RA8P1, not just the RA8D2. Everything else in this tier stands ... |
npu_infer | The inference-runtime companion to npu_smoke, which covers the bare command/queue driver. This app drives the pieces a real TensorFlow Lite for Microcontrollers Ethos-U runtime needs on top of that ... |
npu_smoke | Exercises the whole ra8_npu command/queue driver surface on the RA8P1: come out of module-stop and soft-reset, read the NPU identity probe, program the command-queue base and size plus a ... |
npu_vela | The loader demonstration: instead of hand-building a command stream in SRAM the way npu_smoke does, this app loads a committed, generated model container through the on-target loader and runs it on ... |