Configurations#
Macros#
#define
Enable FTP TCP based protocol.
#define
Enable TFTP UDP based protocol.
#define
SL_TFTP_CLNT_DEFAULT_HOST "aabb:ccdd::eeff:0011:2233:4455"
TFTP Default remote host address string.
#define
SL_TFTP_CLNT_RECV_TIMEOUT_MS 300000UL
TFTP default receive timeout (ms)
#define
TFTP Client service stack size in word.
#define
Enable TFTP debug prints.
Macro Definition Documentation#
SL_FTP_ENABLE_TFTP_PROTOCOL#
#define SL_FTP_ENABLE_TFTP_PROTOCOLValue:
1U
Enable TFTP UDP based protocol.
SL_TFTP_CLNT_DEFAULT_HOST#
#define SL_TFTP_CLNT_DEFAULT_HOSTValue:
"aabb:ccdd::eeff:0011:2233:4455"
TFTP Default remote host address string.
SL_TFTP_CLNT_RECV_TIMEOUT_MS#
#define SL_TFTP_CLNT_RECV_TIMEOUT_MSValue:
300000UL
TFTP default receive timeout (ms)
SL_TFTP_CLNT_STACK_SIZE_WORD#
#define SL_TFTP_CLNT_STACK_SIZE_WORDValue:
256UL
TFTP Client service stack size in word.