Skip to content

Commit 360abcf

Browse files
author
Lealem Amedie
committed
Addressing feedback
1 parent f5b551c commit 360abcf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ide/STM32CUBE/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# wolfSSH for STM32 Cube IDE
22

3-
The wolfSSH Cube Pack can be found [here](https://www.wolfssl.com/files/ide/I-CUBE-wolfSSH.pack)
3+
The wolfSSH Cube Pack can be found [here](https://www.wolfssl.com/files/ide/I-CUBE-wolfSSH.pack) and is dependent on the `wolfCrypt` library.
44

55
1. The first step is to set up the wolfCrypt library in your ST project following the guide here [https://github.com/wolfSSL/wolfssl/blob/master/IDE/STM32Cube/README.md](https://github.com/wolfSSL/wolfssl/blob/master/IDE/STM32Cube/README.md). To run the wolfSSH unit tests, name the entry function `wolfSSHTest` instead of `wolfCryptDemo`.
66

ide/STM32CUBE/default_conf.ftl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ extern ${variable.value} ${variable.name};
9595
/* wolfSSH IO */
9696
/* ------------------------------------------------------------------------- */
9797
#define WOLFSSH_LWIP
98-
#define WOLFSSH_USER_IO
99-
#define WOLFSSL_USER_IO
98+
/* Remove the LWIP define and uncomment the line below to use user defined IO */
99+
/* #define WOLFSSL_USER_IO */
100100

101101
/* To be defined for the target Socket API */
102102
#define WSTARTTCP()

0 commit comments

Comments
 (0)