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

ESP32-H4 die profile (PREVIEW) - dual RISC-V, 384 KB SRAM, BLE 5.4 + 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   0
 
#define PC_HW_ECC   1
 
#define PC_HW_ECDSA   1
 
#define PC_HW_HMAC   1
 
#define PC_HW_DS   0
 
#define MAX_CONNS   12
 
#define RX_BUF_SIZE   1536
 
#define PC_SCRATCH_ARENA_SIZE   10240
 
#define PC_CLIENT_RX_BUF   8192
 
#define MAX_ROUTES   24
 
#define MAX_HEADERS   12
 
#define BODY_BUF_SIZE   512
 
#define MAX_WS_CONNS   4
 
#define MAX_SSE_CONNS   4
 
#define MAX_TLS_CONNS   1
 
#define MAX_SSH_CONNS   2
 
#define PC_SSH_MAX_CHANNELS   4
 
#define PC_SSH_CLIENT_MAX_CHANNELS   4
 
#define PC_EDGE_CACHE_SLOTS   6
 
#define PC_EDGE_BODY_MAX   4096
 
#define PC_EDGE_FETCH_SLOTS   3
 
#define PC_MESH_MAX_PEERS   6
 
#define PC_MESH_MAX_CONNS   1
 

Detailed Description

ESP32-H4 die profile (PREVIEW) - dual RISC-V, 384 KB SRAM, BLE 5.4 + 802.15.4, no Wi-Fi.

PREVIEW (target present since ESP-IDF v6.0, not a stable release - re-verify at release). The dual-core H2 successor with more RAM and PSRAM support, for wireless-audio / Matter. No Wi-Fi; BLE 5.4 + 802.15.4. Crypto HW is the odd one among the H-parts: AES, SHA, ECC, ECDSA, HMAC - but NO RSA/MPI and NO DS. Stays at the floor (no Wi-Fi, 384 KB). classic_defaults.h is the sizing floor; every macro is #ifndef-guarded.

Definition in file h4_defaults.h.

Macro Definition Documentation

◆ PC_HW_AES

#define PC_HW_AES   1

Definition at line 20 of file h4_defaults.h.

◆ PC_HW_SHA

#define PC_HW_SHA   1

Definition at line 23 of file h4_defaults.h.

◆ PC_HW_RSA

#define PC_HW_RSA   0

Definition at line 26 of file h4_defaults.h.

◆ PC_HW_ECC

#define PC_HW_ECC   1

Definition at line 29 of file h4_defaults.h.

◆ PC_HW_ECDSA

#define PC_HW_ECDSA   1

Definition at line 32 of file h4_defaults.h.

◆ PC_HW_HMAC

#define PC_HW_HMAC   1

Definition at line 35 of file h4_defaults.h.

◆ PC_HW_DS

#define PC_HW_DS   0

Definition at line 38 of file h4_defaults.h.

◆ MAX_CONNS

#define MAX_CONNS   12

Definition at line 47 of file h4_defaults.h.

◆ RX_BUF_SIZE

#define RX_BUF_SIZE   1536

Definition at line 50 of file h4_defaults.h.

◆ PC_SCRATCH_ARENA_SIZE

#define PC_SCRATCH_ARENA_SIZE   10240

Definition at line 53 of file h4_defaults.h.

◆ PC_CLIENT_RX_BUF

#define PC_CLIENT_RX_BUF   8192

Definition at line 56 of file h4_defaults.h.

◆ MAX_ROUTES

#define MAX_ROUTES   24

Definition at line 61 of file h4_defaults.h.

◆ MAX_HEADERS

#define MAX_HEADERS   12

Definition at line 64 of file h4_defaults.h.

◆ BODY_BUF_SIZE

#define BODY_BUF_SIZE   512

Definition at line 67 of file h4_defaults.h.

◆ MAX_WS_CONNS

#define MAX_WS_CONNS   4

Definition at line 72 of file h4_defaults.h.

◆ MAX_SSE_CONNS

#define MAX_SSE_CONNS   4

Definition at line 75 of file h4_defaults.h.

◆ MAX_TLS_CONNS

#define MAX_TLS_CONNS   1

Definition at line 80 of file h4_defaults.h.

◆ MAX_SSH_CONNS

#define MAX_SSH_CONNS   2

Definition at line 85 of file h4_defaults.h.

◆ PC_SSH_MAX_CHANNELS

#define PC_SSH_MAX_CHANNELS   4

Definition at line 88 of file h4_defaults.h.

◆ PC_SSH_CLIENT_MAX_CHANNELS

#define PC_SSH_CLIENT_MAX_CHANNELS   4

Definition at line 91 of file h4_defaults.h.

◆ PC_EDGE_CACHE_SLOTS

#define PC_EDGE_CACHE_SLOTS   6

Definition at line 96 of file h4_defaults.h.

◆ PC_EDGE_BODY_MAX

#define PC_EDGE_BODY_MAX   4096

Definition at line 99 of file h4_defaults.h.

◆ PC_EDGE_FETCH_SLOTS

#define PC_EDGE_FETCH_SLOTS   3

Definition at line 102 of file h4_defaults.h.

◆ PC_MESH_MAX_PEERS

#define PC_MESH_MAX_PEERS   6

Definition at line 105 of file h4_defaults.h.

◆ PC_MESH_MAX_CONNS

#define PC_MESH_MAX_CONNS   1

Definition at line 108 of file h4_defaults.h.