Skip to content

Commit

Permalink
Merge pull request #3 from ejohnstown/readme-prio
Browse files Browse the repository at this point in the history
Update ReadMe
  • Loading branch information
dgarske authored Aug 1, 2022
2 parents 5b4ac7b + ebe86fa commit 4b2aaa4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ Ubuntu and macOS. This takes a wolfSSL directory and a wolfSSH directory and
builds it into a single static library (libwolfssh.a) and the testsuite
test tool. It uses a Makefile and has a preconfigured user_settings.h file.

# Configuration recommendations

## wolfSSH Task Priority

When setting up your thread that runs wolfSSL, it must have the same
or lower priority than the networking stack thread. For example, in FreeRTOS,
you may set the network stack thread's priority to 6 and the wolfSSH thread
to 8, or DEFAULTTASKPRIORITY. (In FreeRTOS, the lower the priority value
the higher the priority.)

# Support

For any issues related to wolfSSL or wolfSSH, please open an
Expand Down

0 comments on commit 4b2aaa4

Please sign in to comment.