ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
src Directory Reference
Directory dependency graph for src:

Files

 
comic.c
 Facade for the comic-archive reader: magic detect, page index, dispatch.
 
comic_cbr.c
 CBR backend: walk a RAR archive (ra8_rar.h) and index its page images.
 
comic_cbt.c
 CBT backend: walk a tar archive (unarch_tar.h) and index its pages.
 
comic_cbz.c
 CBZ backend: a streaming miniz ZIP reader that indexes page images.
 
comic_internal.h
 Cross-TU seams between the comic facade and its CBZ / CBR backends.
 
comic_tiles.c
 Tile an oversized comic page: encoded bytes -> JOF atlas -> tile cache (#344).
 
comic_wrapped.c
 Wrapped comic open: gzip / XZ unwrap in front of the container detect.
 
ra8_rar.c
 Implementation of the clean-room RAR4/RAR5 archive walker (ra8_rar.h).
 
ra8_rar5.c
 RAR 5.0 LZ decoder driver: token loop, data filters, public entry.
 
ra8_rar5_internal.h
 Cross-TU seam between the RAR5 entropy front-end and the LZ decoder.
 
ra8_rar5_tables.c
 RAR 5.0 entropy front-end: bit reader, canonical Huffman, block tables.