Configurations#

Macros#

#define

Enable auto reboot and install.

#define
SL_WISUN_OTA_DFU_GBL_FILE "wisun_firmware.gbl"

Firmware image (gbl) file name.

#define

TFTP service listening address.

#define

Enable host notification.

#define

Count of received chunk to notify in download task.

#define

OTA DFU notification server address.

#define

OTA DFU Host notification listener port.

#define

OTA DFU notification resource URI path.

#define

OTA DFU service stack size in CPU word.

#define
#define

TFTP data block size.

#define

TFTP service listener port.

#define

TFTP server retransmission timeout in seconds.

#define

OTA DFU resource URI path.

#define

Macro Definition Documentation#

SL_WISUN_OTA_DFU_AUTO_INSTALL_ENABLED#

#define SL_WISUN_OTA_DFU_AUTO_INSTALL_ENABLED
Value:
1U

Enable auto reboot and install.


Definition at line 85 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_GBL_FILE#

#define SL_WISUN_OTA_DFU_GBL_FILE
Value:
"wisun_firmware.gbl"

Firmware image (gbl) file name.


Definition at line 78 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_HOST_ADDR#

#define SL_WISUN_OTA_DFU_HOST_ADDR
Value:
"2001:db8::1"

TFTP service listening address.


Definition at line 75 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_HOST_NOTIFY_ENABLED#

#define SL_WISUN_OTA_DFU_HOST_NOTIFY_ENABLED
Value:
1U

Enable host notification.


Definition at line 89 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_NOTIFY_DOWNLOAD_CHUNK_CNT#

#define SL_WISUN_OTA_DFU_NOTIFY_DOWNLOAD_CHUNK_CNT
Value:
10U

Count of received chunk to notify in download task.


Definition at line 100 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_NOTIFY_HOST_ADDR#

#define SL_WISUN_OTA_DFU_NOTIFY_HOST_ADDR
Value:
"2001:db8::1"

OTA DFU notification server address.


Definition at line 93 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_NOTIFY_PORT#

#define SL_WISUN_OTA_DFU_NOTIFY_PORT
Value:
5683U

OTA DFU Host notification listener port.


Definition at line 104 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_NOTIFY_URI_PATH#

#define SL_WISUN_OTA_DFU_NOTIFY_URI_PATH
Value:
"/ota/dfu_notify"

OTA DFU notification resource URI path.


Definition at line 96 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_STACK_SIZE_WORD#

#define SL_WISUN_OTA_DFU_STACK_SIZE_WORD
Value:
360UL

OTA DFU service stack size in CPU word.


Definition at line 54 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_STORAGE_SLOT_ID#

#define SL_WISUN_OTA_DFU_STORAGE_SLOT_ID
Value:
0U

Storage slot ID.


Definition at line 50 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_TFTP_DATA_BLOCK_SIZE#

#define SL_WISUN_OTA_DFU_TFTP_DATA_BLOCK_SIZE
Value:
1228U

TFTP data block size.


Definition at line 66 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_TFTP_PORT#

#define SL_WISUN_OTA_DFU_TFTP_PORT
Value:
69U

TFTP service listener port.


Definition at line 60 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_TFTP_TIMEOUT_SEC#

#define SL_WISUN_OTA_DFU_TFTP_TIMEOUT_SEC
Value:
1U

TFTP server retransmission timeout in seconds.


Definition at line 72 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_URI_PATH#

#define SL_WISUN_OTA_DFU_URI_PATH
Value:
"/ota/dfu"

OTA DFU resource URI path.


Definition at line 81 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h

SL_WISUN_OTA_DFU_VERBOSE_MODE_ENABLED#

#define SL_WISUN_OTA_DFU_VERBOSE_MODE_ENABLED
Value:
0U

Enable verbose mode.


Definition at line 45 of file /mnt/raid/workspaces/ws.obQFDUprC/overlay/gsdk/app/wisun/component/ota_dfu/config/sl_wisun_ota_dfu_config.h