wolfSSL / wolfssh

wolfSSH is a small, fast, portable SSH implementation, including support for SCP and SFTP.
https://www.wolfssl.com
367 stars 88 forks source link

Zephyr Memory Tweak #690

Closed ejohnstown closed 3 months ago

ejohnstown commented 3 months ago

For Zephyr, we allocate memory for a thread's stack from the heap. Recently a thread's stack size was changed from 24k to 48k. wolfSSH needed the size of the libc memory arena to be increased a bit to account for this change.