|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
ESP32-P4 die profile - dual RISC-V + FPU up to 400 MHz, 768 KB L2MEM, no radio. More...
#include "../classic_defaults.h"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 16 |
| #define | RX_BUF_SIZE 2048 |
| #define | PC_SCRATCH_ARENA_SIZE 16384 |
| #define | PC_CLIENT_RX_BUF 8192 |
| #define | MAX_ROUTES 48 |
| #define | MAX_HEADERS 24 |
| #define | BODY_BUF_SIZE 2048 |
| #define | MAX_WS_CONNS 8 |
| #define | MAX_SSE_CONNS 8 |
| #define | MAX_TLS_CONNS 1 |
| #define | MAX_SSH_CONNS 3 |
| #define | PC_SSH_MAX_CHANNELS 6 |
| #define | PC_SSH_CLIENT_MAX_CHANNELS 8 |
| #define | PC_EDGE_CACHE_SLOTS 12 |
| #define | PC_EDGE_BODY_MAX 8192 |
| #define | PC_EDGE_FETCH_SLOTS 4 |
| #define | PC_MESH_MAX_PEERS 8 |
| #define | PC_MESH_MAX_CONNS 2 |
ESP32-P4 die profile - dual RISC-V + FPU up to 400 MHz, 768 KB L2MEM, no radio.
The high-performance host MCU: dual RISC-V with FPU/AI, MIPI-CSI/DSI, USB-HS, and the largest internal SRAM (768 KB L2MEM). It has NO built-in radio (pairs with a companion Wi-Fi/BT chip), and is commonly fitted with high-bandwidth PSRAM up to 32 MB (a PSRAM profile, included first, scales further). Full crypto HW: AES, SHA, RSA/MPI (4096-bit), ECC, ECDSA, HMAC, DS. classic_defaults.h is the sizing floor; every macro is #ifndef-guarded.
Definition in file p4_defaults.h.
| #define PC_HW_AES 1 |
Definition at line 20 of file p4_defaults.h.
| #define PC_HW_SHA 1 |
Definition at line 23 of file p4_defaults.h.
| #define PC_HW_RSA 1 |
Definition at line 26 of file p4_defaults.h.
| #define PC_HW_ECC 1 |
Definition at line 29 of file p4_defaults.h.
| #define PC_HW_ECDSA 1 |
Definition at line 32 of file p4_defaults.h.
| #define PC_HW_HMAC 1 |
Definition at line 35 of file p4_defaults.h.
| #define PC_HW_DS 1 |
Definition at line 38 of file p4_defaults.h.
| #define MAX_CONNS 16 |
Definition at line 47 of file p4_defaults.h.
| #define RX_BUF_SIZE 2048 |
Definition at line 50 of file p4_defaults.h.
| #define PC_SCRATCH_ARENA_SIZE 16384 |
Definition at line 53 of file p4_defaults.h.
| #define PC_CLIENT_RX_BUF 8192 |
Definition at line 56 of file p4_defaults.h.
| #define MAX_ROUTES 48 |
Definition at line 61 of file p4_defaults.h.
| #define MAX_HEADERS 24 |
Definition at line 64 of file p4_defaults.h.
| #define BODY_BUF_SIZE 2048 |
Definition at line 67 of file p4_defaults.h.
| #define MAX_WS_CONNS 8 |
Definition at line 72 of file p4_defaults.h.
| #define MAX_SSE_CONNS 8 |
Definition at line 75 of file p4_defaults.h.
| #define MAX_TLS_CONNS 1 |
Definition at line 80 of file p4_defaults.h.
| #define MAX_SSH_CONNS 3 |
Definition at line 85 of file p4_defaults.h.
| #define PC_SSH_MAX_CHANNELS 6 |
Definition at line 88 of file p4_defaults.h.
| #define PC_SSH_CLIENT_MAX_CHANNELS 8 |
Definition at line 91 of file p4_defaults.h.
| #define PC_EDGE_CACHE_SLOTS 12 |
Definition at line 96 of file p4_defaults.h.
| #define PC_EDGE_BODY_MAX 8192 |
Definition at line 99 of file p4_defaults.h.
| #define PC_EDGE_FETCH_SLOTS 4 |
Definition at line 102 of file p4_defaults.h.
| #define PC_MESH_MAX_PEERS 8 |
Definition at line 105 of file p4_defaults.h.
| #define PC_MESH_MAX_CONNS 2 |
Definition at line 108 of file p4_defaults.h.