index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
xyzModem.c
Age
Commit message (
Expand
)
Author
2024-11-14
xyz-modem: Add missing fallthrough annotation
Heinrich Schuchardt
2024-07-15
common: Remove duplicate newlines
Marek Vasut
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
common: Remove <common.h> and add needed includes
Tom Rini
2022-09-18
cyclic: Use schedule() instead of WATCHDOG_RESET()
Stefan Roese
2022-09-15
xyz-modem: Allow to configure initial timeout for loadx and loady
Pali Rohár
2021-09-03
xyz-modem: Allow to cancel transfer also by CTRL+C
Pali Rohár
2021-09-03
xyz-modem: Put xyzModem_stream_close debug diagnostic message into ZM_DEBUG()
Pali Rohár
2021-09-03
xyz-modem: Fix x-modem "xyzModem_eof error" at the end of file
Pali Rohár
2021-09-03
xyz-modem: Fix crash after cancelling transfer
Pali Rohár
2020-10-22
common: rename getc() to getchar()
Heinrich Schuchardt
2019-10-08
spl: Allow tiny printf() to be controlled in SPL and TPL
Simon Glass
2019-01-15
xyz-modem: Fix timeout loop waiting with WATCHDOG
Lokesh Vutla
2018-12-08
lib: merge CRC16-CCITT into u-boot/crc.h
Philipp Tomsich
2018-05-10
xyz-modem: va_start() must be matched by va_end()
Heinrich Schuchardt
2018-05-10
Fix Ymodem build when DEBUG and CONFIG_USE_TINY_PRINTF are selected
Alex Kiernan
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-04-08
common/xyzModem.c: Do not use hard-coded address for debug buffer
Alexandru Gagniuc
2017-04-08
common/xyzModem.c: unifdef (Remove useless #ifdefs)
Alexandru Gagniuc
2016-11-28
xyz-modem: Change getc timeout loop waiting
[email protected]
2016-03-14
lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start value
Stefan Roese
2014-06-11
common/xyzModem.c: move empty statements to newline
Jeroen Hofstee
2013-07-24
Add eCos-2.0 SPDX-License-Identifier to source files
Wolfgang Denk
2012-11-04
common/misc: sparse fixes
Kim Phillips
2011-07-28
cleanup: Fix typos and misspellings in various files.
Mike Williams
2009-07-19
common: fix 'dummy' is used uninitialized in this function warning
Kim Phillips
2006-08-31
Coding Style cleanup.
Wolfgang Denk
2006-07-21
More code cleanup
Wolfgang Denk
2006-05-10
Fix compile warnings in common/xyzModem.c
Stefan Roese
2006-04-16
Some code cleanup
Wolfgang Denk
2006-03-30
Add support for ymodem protocol (loady command).
Markus Klotzbuecher