...
Anchor |
---|
| Compile Features Configuration |
---|
| Compile Features Configuration |
---|
|
Compile Features Configuration
Panel |
---|
borderWidth | 0 |
---|
title | Table - Compile Feature Constants |
---|
|
Constant | Description | Possible 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 |
|
Anchor |
---|
| Debug Features Configuration |
---|
| Debug Features Configuration |
---|
|
Debug Features Configuration
Panel |
---|
borderWidth | 0 |
---|
title | Debug Feature Constants |
---|
|
Constant | Description | Possible Values |
---|
NET_DBG_CFG_MEM_CLR_EN | Is 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
...