5.3.1.3. cli.cmd_bootloader

Implements the functionalities behind the ‘bootloader’ command

Modules

app_constants

Defines MCU and binary specific constants.

bootloader

Communicate with the embedded bootloader to program and control the device.

bootloader_binary_file

Implementation for handling and preparing an application binary for usage with the Bootloader.

bootloader_can

Implement CAN-based bootloader communication.

bootloader_can_basics

This file implement the basic functions of CAN module (CanInterface) to send and receive bootloader relevant CAN messages via CAN bus.

bootloader_can_messages

This file contains all enums of CAN messages and functions to get specfied can messages in dict.

bootloader_impl

Implements the functionalities behind the 'bootloader' command