ProtoCore
v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
16mbflash.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 16mbflash.h
6
* @brief 16 MB flash profile - 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_16MBFLASH_H
15
#define PROTOCORE_16MBFLASH_H
16
17
// (no flash-scaled defaults yet - see file comment)
18
19
#endif
// PROTOCORE_16MBFLASH_H
src
board_drivers
board_profiles
esp
16mbflash.h
Generated by
1.9.8