Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

µ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.

Anchor10452281045228\Micrium Anchor10452291045229

\Software

Anchor10452301045230 \uC-TCPIP-V2 Anchor10452311045231

\Ports Anchor10452321045232

\<architecture> Anchor10452591045259<architecture>

\<compiler>

Anchor10452661045266 \net_util_a.asm Anchor10452331045233

  Anchor10452341045234

\Micrium Anchor10452351045235

Contains all software components and projects provided by Micrium. Anchor10452361045236

\Software

Anchor10452371045237This sub-directory contains all software components and projects. Anchor10452381045238

\uC-TCPIP-V2

Anchor10452391045239This is the main µCµC/TCP-IP directory. Anchor

10453091045309\Ports Anchor10452161045216

This is the main directory for processor specific code.anchor

10453591045359\<architecture>anchor10453601045360

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

\<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. Anchor10689851068985

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.