wolfssh/ide
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
..
CSBENCH initial port to Nucleus 2018-06-13 09:44:54 -06:00
Espressif examples, ide, tests: classify the worker's status at the call site 2026-09-17 10:26:52 -07:00
IAR-EWARM keep a list of file handles open per session 2026-06-22 20:11:36 -07:00
Linux-FATFS Release v1.4.22 2025-12-29 16:53:33 -08:00
MQX add ide/MQX/include.am, README, Makefile 2020-10-22 06:55:01 +09:00
Renesas keep a list of file handles open per session 2026-06-22 20:11:36 -07:00
STM32CUBE keep a list of file handles open per session 2026-06-22 20:11:36 -07:00
mplabx Handle the EOF status in apps and examples 2026-08-31 11:53:29 -05:00
winvs fix for flags handling, ocsp case, macro guards, unused variable, changed default from MY to required to be set 2026-09-05 01:32:02 -07:00
include.am add example code for MPLABX use 2025-02-28 16:17:51 -07:00