Versions Compared

Key

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

...

The sections in this chapter are organized following the order in µC/TCP-IP's template configuration file, net_cfg.h.

Task Queue Configuration

...

 

Compile Features

ConstantDescriptionPossible Values
NET_CFG_OPTIMIZE_ASM_EN

Select portions of µC/TCP-IP code may call optimized assembly functions by configuring NET_CFG_OPTIMIZE_ASM_EN to DEF_ENABLED.

If optimized assembly files/functions are included in the µC/TCP-IP build set NET_CFG_OPTIMIZE_ASM_EN to DEF_NEABLED.

Set to DEF_DISABLED otherwise.

DEF_ENABLED or DEF_DISABLED

...