ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
h21_defaults.h File Reference

ESP32-H21 die profile (PREVIEW) - single RISC-V, 320 KB SRAM, BLE 5 + 802.15.4, no Wi-Fi. More...

Go to the source code of this file.

Macros

#define PC_HW_AES   1
 
#define PC_HW_SHA   1
 
#define PC_HW_RSA   1
 
#define PC_HW_ECC   1
 
#define PC_HW_ECDSA   1
 
#define PC_HW_HMAC   1
 
#define PC_HW_DS   1
 
#define MAX_CONNS   8
 
#define RX_BUF_SIZE   1024
 
#define PC_SCRATCH_ARENA_SIZE   8192
 
#define PC_CLIENT_RX_BUF   4096
 
#define MAX_ROUTES   16
 
#define MAX_HEADERS   8
 
#define BODY_BUF_SIZE   256
 
#define MAX_WS_CONNS   2
 
#define MAX_SSE_CONNS   2
 
#define MAX_TLS_CONNS   1
 
#define MAX_SSH_CONNS   1
 
#define PC_SSH_MAX_CHANNELS   2
 
#define PC_SSH_CLIENT_MAX_CHANNELS   2
 
#define PC_EDGE_CACHE_SLOTS   4
 
#define PC_EDGE_BODY_MAX   2048
 
#define PC_EDGE_FETCH_SLOTS   2
 
#define PC_MESH_MAX_PEERS   4
 
#define PC_MESH_MAX_CONNS   1
 

Detailed Description

ESP32-H21 die profile (PREVIEW) - single RISC-V, 320 KB SRAM, BLE 5 + 802.15.4, no Wi-Fi.

PREVIEW: the target exists in ESP-IDF master but not a stable release yet - re-verify at release. An ultra-low-power BLE / 802.15.4 part with an integrated DC-DC; no Wi-Fi. 320 KB SRAM, single core, so it stays at the conservative floor. Full crypto HW: AES, SHA, RSA/MPI, ECC, ECDSA, HMAC, DS. No PSRAM. classic_defaults.h is the sizing floor; every macro is #ifndef-guarded.

Definition in file h21_defaults.h.

Macro Definition Documentation

◆ PC_HW_AES

#define PC_HW_AES   1

Definition at line 19 of file h21_defaults.h.

◆ PC_HW_SHA

#define PC_HW_SHA   1

Definition at line 22 of file h21_defaults.h.

◆ PC_HW_RSA

#define PC_HW_RSA   1

Definition at line 25 of file h21_defaults.h.

◆ PC_HW_ECC

#define PC_HW_ECC   1

Definition at line 28 of file h21_defaults.h.

◆ PC_HW_ECDSA

#define PC_HW_ECDSA   1

Definition at line 31 of file h21_defaults.h.

◆ PC_HW_HMAC

#define PC_HW_HMAC   1

Definition at line 34 of file h21_defaults.h.

◆ PC_HW_DS

#define PC_HW_DS   1

Definition at line 37 of file h21_defaults.h.

◆ MAX_CONNS

#define MAX_CONNS   8

Definition at line 46 of file h21_defaults.h.

◆ RX_BUF_SIZE

#define RX_BUF_SIZE   1024

Definition at line 49 of file h21_defaults.h.

◆ PC_SCRATCH_ARENA_SIZE

#define PC_SCRATCH_ARENA_SIZE   8192

Definition at line 52 of file h21_defaults.h.

◆ PC_CLIENT_RX_BUF

#define PC_CLIENT_RX_BUF   4096

Definition at line 55 of file h21_defaults.h.

◆ MAX_ROUTES

#define MAX_ROUTES   16

Definition at line 60 of file h21_defaults.h.

◆ MAX_HEADERS

#define MAX_HEADERS   8

Definition at line 63 of file h21_defaults.h.

◆ BODY_BUF_SIZE

#define BODY_BUF_SIZE   256

Definition at line 66 of file h21_defaults.h.

◆ MAX_WS_CONNS

#define MAX_WS_CONNS   2

Definition at line 71 of file h21_defaults.h.

◆ MAX_SSE_CONNS

#define MAX_SSE_CONNS   2

Definition at line 74 of file h21_defaults.h.

◆ MAX_TLS_CONNS

#define MAX_TLS_CONNS   1

Definition at line 79 of file h21_defaults.h.

◆ MAX_SSH_CONNS

#define MAX_SSH_CONNS   1

Definition at line 84 of file h21_defaults.h.

◆ PC_SSH_MAX_CHANNELS

#define PC_SSH_MAX_CHANNELS   2

Definition at line 87 of file h21_defaults.h.

◆ PC_SSH_CLIENT_MAX_CHANNELS

#define PC_SSH_CLIENT_MAX_CHANNELS   2

Definition at line 90 of file h21_defaults.h.

◆ PC_EDGE_CACHE_SLOTS

#define PC_EDGE_CACHE_SLOTS   4

Definition at line 95 of file h21_defaults.h.

◆ PC_EDGE_BODY_MAX

#define PC_EDGE_BODY_MAX   2048

Definition at line 98 of file h21_defaults.h.

◆ PC_EDGE_FETCH_SLOTS

#define PC_EDGE_FETCH_SLOTS   2

Definition at line 101 of file h21_defaults.h.

◆ PC_MESH_MAX_PEERS

#define PC_MESH_MAX_PEERS   4

Definition at line 104 of file h21_defaults.h.

◆ PC_MESH_MAX_CONNS

#define PC_MESH_MAX_CONNS   1

Definition at line 107 of file h21_defaults.h.