ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
epub_fs.c File Reference

ra8_fs -> epub bridge implementation (Phase 4.2 file adapter). More...

Go to the source code of this file.

Detailed Description

ra8_fs -> epub bridge implementation (Phase 4.2 file adapter).

Tag
[Ring 4 / EPUB] {World: S}

Opens a .epub living on a mounted ra8_fs volume by streaming it (#151/#230): the file stays open for the book's lifetime and every ZIP read seeks+reads on demand, so no whole-file buffer ever exists. Guarded on __has_include("ra8_fs.h") so the pure epub core still links into apps/hosts that do not pull in ra8_fs (this TU is then empty – only the in-memory epub_open() path is used).

Definition in file epub_fs.c.