Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leech001/blackmagic-docker

Docker image to build BlackMagic binary
https://github.com/leech001/blackmagic-docker

blackmagic debug docker stm32 tools

Last synced: 8 days ago
JSON representation

Docker image to build BlackMagic binary

Awesome Lists containing this project

README

        

# Docker image to build BlackMagic Probe binary

Black Magic Probe project https://github.com/blackmagic-debug/blackmagic

## Build
1. Clone this repo
2. Run build.ps1 on you WINDOWS machine or build.sh on LINUX machine
3. Get blackmagic.bin on project directory

## Target paltform

The target platform is set in the docker file
```
RUN make PROBE_HOST=blackpill-f401cc
```