Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from this space and version 2.00.00

...

Code Block
\Micrium
	\Software
		\uC-TFTPc
			\Cfg
				\Template
					tftp-c_cfg.c	<-Cfg
					tftp-c_cfg.h	<-Cfg
			\Source
				tftp-c.c
				tftp-c.h
				tftp-c_type.h

 

\Micrium\Software\uC-TFTPc

...

This directory contains the µC/TFTPc source code. This protocol is implemented in two three FS independent files:

tftp-c.c
tftp-c.h
tftp-c_type.h

Note that the ‘-c’ after ‘tftp’ stands for client and thus contains ‘client’ side code.

...

µC/TFTPc requires the µC/CPU, µC/LIB, µC/Common and µC/TCP-IP modules. Please refer to the µC/TFTPc release notes document for required version information.