Versions Compared

Key

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

...

Anchor10430511043051 µC/TCP-IP Network CPU Specific Code Anchor10431811043181Some functions can be optimized in assembly to improve the performance of the network protocol stack. An easy candidate is the checksum function. It is used at multiple levels in the stack, and a checksum is generally coded as a long loop. Anchor1045228

Code Block

...

\Micrium

...


	\Software
		\uC-TCPIP

...


			\Ports
				\<architecture>
					\<compiler>
						\net_util_a.asm

...

  Anchor10452341045234

\Micrium Anchor10452351045235

Contains all software components and projects provided by Micrium.

Anchor10452361045236\Software Anchor10452371045237

This sub-directory contains all software components and projects.

...

\uC-TCPIP-V2 Anchor10452391045239

This is the main µC/TCP-IP directory.

Anchor10453091045309\Ports Anchor10452161045216

This is the main directory for processor specific code.

...

\<architecture> Anchor10453601045360

The name of the CPU architecture that was ported to. The ‘<’ and ‘>’ are not part of the actual name.

...

10453611045361\<compiler>anchor10689841068984

The name of the compiler or compiler manufacturer used to build code for the optimized function(s). The ‘<’ and ‘>’ are not part of the actual name.

...

net_util_a.asm contains assembly code for the specific CPU architecture. All functions that can be optimized for the CPU architecture are located here.