|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Baked, INFLATED .rabook flat blob for the ereader_rabook gate. More...
#include <stdint.h>Go to the source code of this file.
Enumerations | |
| enum | rabook_fixture_size_t : uint32_t { k_rabook_fixture_len = 2214U } |
| Byte length of k_rabook_fixture. More... | |
Variables | |
| static const uint8_t | k_rabook_fixture [k_rabook_fixture_len] |
| The baked, inflated .rabook flat blob (validate + walk directly). | |
Baked, INFLATED .rabook flat blob for the ereader_rabook gate.
The already-inflated flat blob of a small two-chapter demo book (compiled from a tiny EPUB by tools/epub_compile). Baked inflated so the gate needs no decompressor: the app calls book_validate() directly. A real SD-loaded .rabook would mz_uncompress() the container first (see README). Generated.
Definition in file rabook_fixture.h.
| enum rabook_fixture_size_t : uint32_t |
Byte length of k_rabook_fixture.
| Enumerator | |
|---|---|
| k_rabook_fixture_len | Inflated flat-blob length. |
Definition at line 25 of file rabook_fixture.h.
|
static |
The baked, inflated .rabook flat blob (validate + walk directly).
Definition at line 31 of file rabook_fixture.h.
Referenced by cpu1_run_reader(), and main().