ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
8mbflash.h
Go to the documentation of this file.
1// Copyright (C) 2026 Douglas Quigg (dstroy0) <dquigg123@gmail.com>
2// SPDX-License-Identifier: AGPL-3.0-or-later
3
4/**
5 * @file 8mbflash.h
6 * @brief 8 MB flash profile - flash-backed default sizing.
7 *
8 * The flash-size axis, independent of the chip and PSRAM (a given chip ships in several flash
9 * densities). Define here any default that should scale with available flash - e.g. an
10 * on-flash asset / response cache, OTA staging, or a flash-backed store. No default in the
11 * library keys on flash size yet, so this profile is a structural placeholder for now;
12 * anything added here must stay `#ifndef`-guarded so -D overrides win.
13 */
14
15#ifndef PROTOCORE_8MBFLASH_H
16#define PROTOCORE_8MBFLASH_H
17
18// (no flash-scaled defaults yet - see file comment)
19
20#endif // PROTOCORE_8MBFLASH_H