1.1.3. cli.cmd_bootloader
Implements the functionalities behind the ‘bootloader’ command
Modules
Defines MCU and binary specific constants. |
|
This file implements the bootloader class to communicate with the bootloader inside hardware (foxbms board) to assist the booting process of foxbms (send binary files and commands). |
|
Implementation for handling and preparing an application binary for usage with the Bootloader. |
|
This file implement the can module (CanInterface) to communicate with bootloader in a higher level. |
|
This file implement the basic functions of CAN module (CanInterface) to send and receive bootloader relevant CAN messages via CAN bus. |
|
This file contains all enums of CAN messages and functions to get specfied can messages in dict. |
|
Implements the functionalities behind the 'bootloader' command |
|
Implementation of the CRC64 Polynomial x64 + x4 + x3 + x + 1 |