Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 ) |
| def type | ( | self ) |
Build type - either interface or bootloader
Reimplemented in DAPLinkFirmware.
Definition at line 62 of file firmware.py.
Generated on Tue Jul 12 2022 15:37:38 by
1.7.2