mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-25 15:37:32 +00:00
Update a readme and some comments.
This commit is contained in:
parent
b84f5841d5
commit
dd59d4f946
3 changed files with 15 additions and 2 deletions
|
|
@ -233,3 +233,10 @@ Status
|
|||
serial speeds and with much smaller buffers (although that has not
|
||||
been verified as of this writing).
|
||||
|
||||
2018-5-28:
|
||||
Updates to checksum calculations. Verified correct operation with
|
||||
hardware flow control using the olimex-stm32-p407/zmodem
|
||||
configuration. Only the host-to-target transfer was verified.
|
||||
|
||||
There appears to be problems still host target-to-host transfers
|
||||
and with use of the NuttX versions of rx/sz on the host.
|
||||
|
|
|
|||
|
|
@ -581,7 +581,10 @@ uint32_t zm_filecrc(FAR struct zm_state_s *pzm, FAR const char *filename);
|
|||
* Name: zm_flowc
|
||||
*
|
||||
* Description:
|
||||
* Enable hardware Rx/Tx flow control
|
||||
* Enable hardware Rx/Tx flow control.
|
||||
*
|
||||
* REVISIT: Consider returning the original termios settings so that they
|
||||
* could be restored with rx/sz exits.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
|
|
|||
|
|
@ -477,7 +477,10 @@ uint32_t zm_filecrc(FAR struct zm_state_s *pzm, FAR const char *filename)
|
|||
* Name: zm_flowc
|
||||
*
|
||||
* Description:
|
||||
* Enable hardware Rx/Tx flow control
|
||||
* Enable hardware Rx/Tx flow control.
|
||||
*
|
||||
* REVISIT: Consider returning the original termios settings so that they
|
||||
* could be restored with rx/sz exits.
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue