Skip to content

Commit

Permalink
Merge branch 'main' into samc21
Browse files Browse the repository at this point in the history
  • Loading branch information
koendv authored Oct 30, 2023
2 parents 123d5f2 + 0425b88 commit af4fd32
Show file tree
Hide file tree
Showing 48 changed files with 796 additions and 2,405 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use nix --arg pkgs 'import <nixpkgs> { }'
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ src/artifacts/
src/ftd2xx.dll

scripts/swolisten

.direnv/
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,25 +84,25 @@ to connect.
Black Magic Debug App can talk to

* Black Magic Probe firmware probes via the USB-serial port
* ST-LinkV2 and V3 with recent firmware
* ST-Link v2, v2.1 and v3 with recent firmware
* CMSIS-DAP compatible probes
* JLINK probes
* FTDI MPSSE based probe.
* J-Link probes
* FTDI MPSSE based probes

When connected to a single BMP supported probe, starting "blackmagic" w/o any
When connected to a single BMP supported probe, starting `blackmagic` w/o any
arguments starts the server. When several BMP supported probes are connected,
their types, position and serial number is displayed and the program exits.
Add "-P (position)" to the next invocation to select one.
Add `-P (position)` to the next invocation to select one.
For the setup from the sample session above:

In another terminal:

```console
> blackmagic
Black Magic Debug App v1.8.0
for Black Magic Probe, ST-Link v2 and v3, CMSIS-DAP, JLink and libftdi/MPSSE
Black Magic Debug App v1.9.2
for Black Magic Probe, ST-Link v2 and v3, CMSIS-DAP, J-Link and FTDI (MPSSE)
Using 1d50:6018 8BB20A03 Black Magic Debug
Black Magic Probe v1.8.0
Black Magic Probe v1.9.2
Listening on TCP: 2000
```

Expand Down
9 changes: 0 additions & 9 deletions scripts/README

This file was deleted.

187 changes: 0 additions & 187 deletions scripts/bootprog.py

This file was deleted.

149 changes: 0 additions & 149 deletions scripts/dfu-convert.py

This file was deleted.

Loading

0 comments on commit af4fd32

Please sign in to comment.