|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Directories | |
| inc | |
| src | |
The complete bounded EPUB-to-RABOOK1 path running on the Cortex-M33 (#149b): miniz reads the archive, xml and the EPUB consumers parse metadata and chapters, and apps/shared_libs/rabook_compile emits the result. On a real import the heavy conversion belongs on the M33 @ 250 MHz precisely so the M85 @ 1 GHz stays free to keep the reader UI live. Here the M33 builds a small compiled book and the M85 proves it is well-formed.
The M33 image proves unzip, bounded XML parsing, chapter compilation and serialization. Raster transcoding is compiled out with RA8_RABOOK_NO_RASTER, SVG payloads are stored verbatim, and the M85 still owns the filesystem and staging policy.