a:FreeRTOS-Plus-TCP¶
lbuild module: modm:freertos:tcp
This module defines a default FreeRTOS IP config. If you need to change a
configuration setting, then you can define a FreeRTOSConfigIPLocal.h
file, which
is included after at the end of the config. You must therefore first #undef
the config macros, then redefine them with your options, for example:
#undef ipconfigUSE_DNS
#define ipconfigUSE_DNS 1
Dependencies¶
Limited availability: Check with 'lbuild discover' if this module is available for your target!