Module data_phase

Module data_phase 

Source
Expand description

McuBoot Data Phase Packet Implementation

This module provides structures and functionality for handling McuBoot data phase packets. Data phase packets are used to transmit additional data after a command packet when the command requires it (indicated by the CommandFlag::HasDataPhase flag in the command header).

Data phase packets are typically used with commands like:

Structsยง

DataPhasePacket
McuBoot data phase packet structure