From d2cf043bee7edecc16cccff26e1bec1ebccd0508 Mon Sep 17 00:00:00 2001 From: Aidan Garske Date: Wed, 12 Aug 2026 10:11:08 -0700 Subject: [PATCH] Document STM32H563 wolfSSH compatibility --- src/port/stm32h563/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/port/stm32h563/README.md b/src/port/stm32h563/README.md index b1eae376..ae176edd 100644 --- a/src/port/stm32h563/README.md +++ b/src/port/stm32h563/README.md @@ -345,6 +345,11 @@ git clone https://github.com/wolfSSL/wolfssh.git make ENABLE_SSH=1 ``` +The port builds a minimal, explicit set of wolfSSH sources. Keep wolfIP and +wolfSSH on current compatible revisions (or update them together when using +development branches); do not substitute selected wolfSSH source files from a +different revision. + Or specify a custom wolfSSH path: ```bash