代码搜索:XModem
找到约 707 项符合「XModem」的源代码
代码结果 707
www.eeworm.com/read/402932/11526398
sh matain.sh
armv5l-linux-gcc matain.c -o matain -g -O2 -Wall -Wstrict-prototypes -pipe -D_REENTRANT -lminigui -lpthread -lc -lm -lpng -ljpeg -lttf
armv5l-linux-strip matain
cd xmodem
armv5l-linux-gcc crc16.c crc1
www.eeworm.com/read/365776/9848719
txt readme.txt
ROM_Services_test例程可以在片上SRAM、片外SDRAM、片外Flash中运行。
注意:在片外Flash中运行时,请先Download到Flash中,启动之前需要将SW801的跳线1-2连接。
打开超级端,运行后会显示如下信息:
AT91F_LowLevelInit(): Debug channel initialized
===================
www.eeworm.com/read/442033/1767647
makefile
#-----------------------------------------------------------------------------
MODULE := Xmodem
#-----------------------------------------------------------------------------
include $(PACKAGE
www.eeworm.com/read/311203/13633910
makefile
# Makefile generated by the project manager
#
## core information
PRJ_FILE = xmodem.wpj
ifeq ($(wildcard Makefile),)
PRJ_DIR = ..
else
PRJ_DIR = .
endif
PRJ_TYPE = vxApp
P
www.eeworm.com/read/234665/14102338
flags .serial.o.flags
ifeq (serial_core.o getcmd_ext.o term.o xmodem.o tftp.o udp.o ip.o llc.o arp.o cs8900.o udelay.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += serial.o
endif
www.eeworm.com/read/217373/14967867
flags .serial.o.flags
ifeq (serial_core.o getcmd_ext.o term.o xmodem.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += serial.o
endif
www.eeworm.com/read/166762/5472593
flags .serial.o.flags
ifeq (serial_core.o getcmd_ext.o term.o xmodem.o,$(strip $(subst $(comma),:,$(EXTRA_LDFLAGS) $(obj-y))))
FILES_FLAGS_UP_TO_DATE += serial.o
endif
www.eeworm.com/read/312733/13605812
c uue.c
/*
* xmodem.c - the xmodem protocol
*
* Author: yu feng
* Date: 2007-6-2
*/
/* *************************************************************** */
#include "my_stri