Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/port/stm32h563/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading