Versions Compared

Key

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

...

Anchor
Compile Features Configuration
Compile Features Configuration
Compile Features Configuration

Panel
borderWidth0
titleTable - Compile Feature Constants


ConstantDescriptionPossible Values
NET_CFG_OPTIMIZE_ASM_ENSelect 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



Anchor
Debug Features Configuration
Debug Features Configuration
Debug Features Configuration

Panel
borderWidth0
titleDebug Feature Constants


ConstantDescriptionPossible Values
NET_DBG_CFG_MEM_CLR_ENIs used to clear internal network data structures when allocated or de-allocated. By clearing, all bytes in internal data structures are set to ‘0’ or to default initialization values. This configuration is typically set it to DEF_DISABLED unless the contents of the internal network data structures need to be examined for debugging purposes. Having the internal network data structures cleared generally helps to differentiate between “proper” data and “pollution”.DEF_ENABLED or DEF_DISABLED



Anchor
Argument Check Configuration
Argument Check Configuration
Argument Check Configuration

...