代码搜索:XModem
找到约 707 项符合「XModem」的源代码
代码结果 707
www.eeworm.com/read/35161/1053069
__i xmodem1k.__i
-c --cpu Cortex-M3 -g -O0 --apcs=interwork --split_sections -I.\CM3 -I.\LPC17xx -I.\LPC17xx\Startup -I.\CRC -I.\IAP -I D:\Keil\ARM\RV31\Inc -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\NXP\LPC17xx
www.eeworm.com/read/35161/1053071
d xmodem1k.d
.\Out\DebugInRAM\xmodem1k.o: XMODEM1K\xmodem1k.c
.\Out\DebugInRAM\xmodem1k.o: .\LPC17xx\LPC17xx.h
.\Out\DebugInRAM\xmodem1k.o: .\CM3\core_cm3.h
.\Out\DebugInRAM\xmodem1k.o: D:\Keil\ARM\RV31\Inc\std
www.eeworm.com/read/35161/1053087
o xmodem1k.o
www.eeworm.com/read/35161/1053095
crf xmodem1k.crf
www.eeworm.com/read/35161/1053101
__i xmodem1k.__i
-c --cpu Cortex-M3 -g -O0 --apcs=interwork --split_sections -I.\CM3 -I.\CRC -I.\IAP -I.\LPC17xx -I.\LPC17xx\Startup -I D:\Keil\ARM\RV31\Inc -I D:\Keil\ARM\CMSIS\Include -I D:\Keil\ARM\Inc\NXP\LPC17xx
www.eeworm.com/read/35161/1053103
d xmodem1k.d
.\Out\xmodem1k.o: XMODEM1K\xmodem1k.c
.\Out\xmodem1k.o: .\LPC17xx\LPC17xx.h
.\Out\xmodem1k.o: .\CM3\core_cm3.h
.\Out\xmodem1k.o: D:\Keil\ARM\RV31\Inc\stdint.h
.\Out\xmodem1k.o: .\LPC17xx\system_LP
www.eeworm.com/read/331589/3406639
svn-base xmodem.c.svn-base
/*
* vivi/deriver/serialxmodem.c:
* - an implementation of the xmodem protocol from the spec.
*
* Based on bootldr/xmodem.c (C) 2000 Compaq Computer Coporation.
*
* Copyright (C) 2001 MIZI R
www.eeworm.com/read/331589/3406675
svn-base xmodem.h.svn-base
/*
* xmodem.h
*
*/
/* returns the number of bytes transferred */
__u32 xmodem_receive(char *dest, size_t len);