Xiang Xiao
d28dcfbee3
zmodem: Fix the build break and warning for host binary
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: If6b324c20fcb245633f3bdc9000bc48f581c7dc6
2020-06-03 13:07:11 +01:00
Xiang Xiao
7a99d62ca1
Fix nxstyle warning
...
Signed-off-by: Xiang Xiao <xiaox
iang@xiaomi.com>
2020-05-06 07:31:10 -06:00
Xiang Xiao
8a1f5ee34c
debug: Reduce CONFIG_CPP_HAVE_VARARGS usage
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-05-06 07:31:10 -06:00
Xiang Xiao
41d88f06e7
Run codespell -w with the latest dictonary again
2020-02-23 07:10:14 -06:00
Alin Jerpelea
01e2b11785
system: zmodem: Improve zmodem send performance
...
Introduce new configuration of CONFIG_SYSTEM_ZMODEM_SNDFILEBUF, which
allocates cache buffer for reading file to be sent. This option can
improve the performance of zmodem sending file by multiple bytes read
of file, especially when the single read of file is very slow.
2020-01-08 20:43:39 +08:00
Alin Jerpelea
221a45879d
system: zmodem: Fix compile error in zmodem host tool
2020-01-08 20:43:39 +08:00
Nathan Hartman
664e8a1410
Fix minor typos in docs and comments.
2019-09-29 12:53:39 -06:00
Xiang Xiao
dc54f28ff3
apps/system/zmodem: Switch to the raw mode before transfer and restore to the original setting after finishing the transfer.
2019-01-27 07:09:31 -06:00
Xiang Xiao
ddd86d31ca
apps/system/zmodem:
...
- fix error "sz_main.o: No such file or directory"
- support -p <path> for rz to change the folder for the recevied file
- switch debug output from printf to syslog
- send the next packet for ZME_ACK in ZMS_SENDING to avoid rz on the host side stuck
- make send work reliable even without hardware flow control
2018-08-23 06:33:39 -06:00
Gregory Nutt
dd59d4f946
Update a readme and some comments.
2018-05-27 15:13:19 -06:00
Gregory Nutt
1e94c78e2e
apps/system/zmodem: Add an option to enable hardware flow control via termios.
2018-05-26 15:59:58 -06:00
Gregory Nutt
13911d9b17
Fix lots of occurrences of 'the the', 'the there', 'the these', 'the then', 'the they.
2017-05-11 13:40:03 -06:00
Sebastien Lorquet
2cbad44f1d
This is the Pokemon patch to change all includes fronm <apps/bla/bla.h> to "bla/bla.h"
2016-07-11 10:11:18 -06:00
Gregory Nutt
cd741c82cf
apps/include: Move all header files associated with modules in apps/system to apps/include/system
2016-07-01 06:48:22 -06:00
Gregory Nutt
2b0f1ed109
Change all variadic macros to C99 style
2014-05-22 09:01:51 -06:00
Gregory Nutt
4303ec02b1
Zmodem utilities can now be built for Linux; Fix some configuration confusion
2013-07-15 17:50:17 -06:00
Gregory Nutt
b6778bf21d
Fix file write loop
2013-07-15 16:21:20 -06:00
Gregory Nutt
86330f31c6
Fix some Zmodem buffer sizing issues
2013-07-14 17:01:23 -06:00
Gregory Nutt
82297ff7f8
More Zmodem bug fixes: Too many pkttypes; Use wrong packet buffer
2013-07-14 15:39:26 -06:00
Gregory Nutt
3fddcfd334
Fix an error in the ordering of fields in zm_transition_s structure; update documentation
2013-07-14 12:34:45 -06:00
Gregory Nutt
4d439eda39
Initial check-ing of (non-working) Zmodem receive logic
2013-07-14 11:05:23 -06:00
Gregory Nutt
b614666243
Resolve a few Zmodem sender streaming issues
2013-07-13 19:57:04 -06:00
Gregory Nutt
7576163ff6
More Zmodem bugfixes and new files
2013-07-13 13:19:15 -06:00
Gregory Nutt
ac1efbab61
More Zmodem-related changes
2013-07-12 19:06:00 -06:00
Gregory Nutt
929de26f6e
A few more zmodem files; still missing a few but those are still fragile and like to undergo some resign before they are usable
2013-07-12 16:28:35 -06:00