Arrow / Mbed OS DAPLink Reset
Embed: (wiki syntax)

« Back to documentation index

Firmware Class Reference

Firmware Class Reference

Inherited by DAPLinkFirmware.

Public Member Functions

def __str__
def name
def hic_id
def type
def bin_path
def hex_path
def elf_path

Detailed Description

Class wrapping a firmware build

Definition at line 40 of file firmware.py.


Member Function Documentation

def __str__ (   self )
A string that describes this firmware

Reimplemented in DAPLinkFirmware.

Definition at line 47 of file firmware.py.

def bin_path (   self )
Path to the binary vesion of this firmware or None

Reimplemented in DAPLinkFirmware.

Definition at line 67 of file firmware.py.

def elf_path (   self )
Path to the hex vesion of this firmware or None

Reimplemented in DAPLinkFirmware.

Definition at line 77 of file firmware.py.

def hex_path (   self )
Path to the hex vesion of this firmware or None

Reimplemented in DAPLinkFirmware.

Definition at line 72 of file firmware.py.

def hic_id (   self )
HIC ID for the type of board this firmware can run on

Reimplemented in DAPLinkFirmware.

Definition at line 57 of file firmware.py.

def name (   self )
Name of this project

Reimplemented in DAPLinkFirmware.

Definition at line 52 of file firmware.py.

def type (   self )
Build type - either interface or bootloader

Reimplemented in DAPLinkFirmware.

Definition at line 62 of file firmware.py.