ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
4mbflash.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 4mbflash.h
6 * @brief 4 MB flash profile - the common default density - flash-backed default sizing.
7 *
8 * The flash-size axis, independent of the chip and PSRAM. Define here any default that should
9 * scale with available flash (on-flash asset/response cache, OTA staging, flash-backed store).
10 * No library default keys on flash size yet, so this is a structural placeholder; keep any
11 * default added here `#ifndef`-guarded so -D overrides win.
12 */
13
14#ifndef PROTOCORE_4MBFLASH_H
15#define PROTOCORE_4MBFLASH_H
16
17// (no flash-scaled defaults yet - see file comment)
18
19#endif // PROTOCORE_4MBFLASH_H