Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Updated text for dfu application and bootloader version #142

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nordicsemi/dfu/dfu_transport.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class DfuTransport(object):
"The format of the command was incorrect. This error code is not used in the current implementation, because @ref NRF_DFU_RES_CODE_OP_CODE_NOT_SUPPORTED and @ref NRF_DFU_RES_CODE_INVALID_PARAMETER cover all possible format errors.",
"The command was successfully parsed, but it is not supported or unknown.",
"The init command is invalid. The init packet either has an invalid update type or it is missing required fields for the update type (for example, the init packet for a SoftDevice update is missing the SoftDevice size field).",
"The firmware version is too low. For an application, the version must be greater than the current application. For a bootloader, it must be greater than or equal to the current version. This requirement prevents downgrade attacks.""",
"The firmware version is too low. For an application, the version must be greater than or equal to the current application. For a bootloader, it must be greater than the current version. This requirement prevents downgrade attacks.""",
"The hardware version of the device does not match the required hardware version for the update.",
"The array of supported SoftDevices for the update does not contain the FWID of the current SoftDevice.",
"The init packet does not contain a signature, but this bootloader requires all updates to have one.",
Expand Down