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

Baked synthetic large-structure EPUB3 for the #144 pool-stress gate. More...

#include <stddef.h>
#include <stdint.h>
Include dependency graph for epub_stress_fixture.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  : size_t { k_epub_stress_fixture_len = 21944U }
 Length of the baked stress EPUB blob, bytes. More...

Variables

static const uint8_t k_epub_stress_fixture [k_epub_stress_fixture_len]
 Baked synthetic large-structure EPUB3 byte stream.

Detailed Description

Baked synthetic large-structure EPUB3 for the #144 pool-stress gate.

60 chapters + 60 manifest resources + an NCX with 60 navPoints + a cover – ~125 archive entries / a large OPF, exercising bounded ZIP/XML resources. Pure ASCII.

@generated by examples/ek_ra8d2/hw_pending/epub_stress/scripts/make_stress_fixture.py – do not edit by hand. The generator owns this file's length (a baked byte table).

Definition in file epub_stress_fixture.h.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum : size_t

Length of the baked stress EPUB blob, bytes.

Enumerator
k_epub_stress_fixture_len 

EPUB stress fixture length.

Definition at line 22 of file epub_stress_fixture.h.

Variable Documentation

◆ k_epub_stress_fixture

const uint8_t k_epub_stress_fixture[k_epub_stress_fixture_len]
static

Baked synthetic large-structure EPUB3 byte stream.

Definition at line 27 of file epub_stress_fixture.h.

Referenced by est_open_or_halt().