wolfssh/ide/Espressif/ESP-IDF
Yosuke Shimizu 1a195cb1ec examples, ide, tests: classify the worker's status at the call site
- ssh_worker() in both echoservers maps a WS_FATAL_ERROR return from
  wolfSSH_worker() to WS_WANT_READ or WS_WANT_WRITE at the call site,
  off a new local err, and keeps the result in rc.
- The terminal arm tests rc in place of re-reading wolfSSH_get_error():
  rc != WS_WANT_READ in examples/echoserver, and rc != WS_WANT_READ &&
  rc != WS_WANT_WRITE in the Espressif copy, whose empty WS_WANT_WRITE
  arm is removed.
- ssh_worker() in examples/echoserver sets wantWrite from
  wolfSSH_OutputPending() before it builds writeFds.
- The comment above rc = cnt_r in both echoservers names cnt_r and
  ssh->error as the values that are reused.
- scripts/sshclient.test and scripts/fwd-bulk.test name the client's
  missing non-blocking mode in the skip message where they echoed the
  macro name, and the comments above both skips are removed.
2026-09-17 10:26:52 -07:00
..
examples examples, ide, tests: classify the worker's status at the call site 2026-09-17 10:26:52 -07:00
libs ESP-IDF Build Cleanup 2022-06-28 16:04:26 -07:00
default_espressif_options.h Release v1.4.22 2025-12-29 16:53:33 -08:00
setup.sh cleanup, set setup.sh executable flag 2022-05-23 12:41:02 -07:00
setup_win.bat setup_win.bat fine tuning 2022-05-21 15:19:03 -07:00
wolfssh_espressif_semaphore.md initial windows ESP-IDF wolfssh compoent setup 2022-04-10 18:57:05 -07:00