File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 10
10
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
11
11
# -----------------------------------------------------------------------------
12
12
13
- """
13
+ r """
14
14
### AvrDude
15
15
16
16
This tool simply wraps the `avrdude` command to provide two features:
Original file line number Diff line number Diff line change 10
10
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
11
11
# -----------------------------------------------------------------------------
12
12
13
- """
13
+ r """
14
14
### Black Magic Probe
15
15
16
16
This tool wraps GDB to program an ELF file onto a target connected to a BMP.
Original file line number Diff line number Diff line change 10
10
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
11
11
# -----------------------------------------------------------------------------
12
12
13
- """
13
+ r """
14
14
### BOSSA
15
15
16
16
This tool simply wraps the `bossac` command line tool to guess the serial port.
Original file line number Diff line number Diff line change 10
10
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
11
11
# -----------------------------------------------------------------------------
12
12
13
- """
13
+ r """
14
14
### GNU Build-ID
15
15
16
16
To extract the build ID from an ELF file:
Original file line number Diff line number Diff line change 11
11
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
12
12
# -----------------------------------------------------------------------------
13
13
14
- """
14
+ r """
15
15
### UF2 Converter
16
16
17
17
UF2 is a [Microsoft file format](https://github.com/microsoft/uf2) to pass
Original file line number Diff line number Diff line change 10
10
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
11
11
# -----------------------------------------------------------------------------
12
12
13
- """
13
+ r """
14
14
### Logging via Single-Wire Output (SWO)
15
15
16
16
Logging using the SWO protocol is supported by the `modm:platform:itm` module.
Original file line number Diff line number Diff line change 10
10
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
11
11
# -----------------------------------------------------------------------------
12
12
13
- """
13
+ r """
14
14
### JLink
15
15
16
16
Simply wraps JLinkGDBServer and issues the right command to program the target.
Original file line number Diff line number Diff line change 10
10
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
11
11
# -----------------------------------------------------------------------------
12
12
13
- """
13
+ r """
14
14
### OpenOCD
15
15
16
16
Simply wraps OpenOCD and issues the right command to program the target.
Original file line number Diff line number Diff line change 10
10
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
11
11
# -----------------------------------------------------------------------------
12
12
13
- """
13
+ r """
14
14
### Logging via Real-Time Transport (RTT)
15
15
16
16
Logging using the RTT protocol is supported by the `modm:platform:rtt` module.
Original file line number Diff line number Diff line change 9
9
# License, v. 2.0. If a copy of the MPL was not distributed with this
10
10
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
11
11
12
- """
12
+ r """
13
13
### Size Report
14
14
15
15
Inspects the ELF file and generates a size report of the static usage of the
You can’t perform that action at this time.
0 commit comments