Versions Compared

Key

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

...

ConstantDescriptionPossible Values
NET_CFG_IF_RX_Q_SIZE  Should be configured such that it reflects the total number of DMA receive descriptors on all physical interfaces. If DMA is not available, or a combination of DMA and I/O based interfaces are configured then this number reflects the maximum number of packets than can be acknowledged and signaled for during a single receive interrupt event for all interfaces.TODO
NET_CFG_IF_TX_DEALLOC_Q_SIZE  Should be defined to be the total number of small and large transmit buffers declared for all interfaces.TODO

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

...