blackmagic/src/platforms
Uwe Bonnes 80154c5c7a adiv5_swdp: Fix more memory leak. 2020-11-27 22:26:48 +01:00
..
common Fix icdi usb error https://github.com/blacksphere/blackmagic/issues/740 https://github.com/blacksphere/blackmagic/pull/748 2020-10-07 18:08:04 +02:00
f4discovery f4discovery: Slow done JTAG pin slew rate to avoid ringing #742 2020-10-01 15:06:16 +02:00
hosted adiv5_swdp: Fix more memory leak. 2020-11-27 22:26:48 +01:00
hydrabus hydrabus: Disable DFU file generation untit somebody fixes dfu-convert.py 2020-06-05 16:23:28 +02:00
launchpad-icdi serial_no: Fix error with "mon trace" #732 2020-09-20 13:23:52 +02:00
native Add comments for hardware revision of v2.1 2020-09-17 11:54:19 +02:00
pc adiv5: Rework DP/AP refcounting. 2020-10-23 09:40:15 +02:00
stlink stlink: Rework README.md 2020-10-19 14:13:29 +02:00
stm32 serial_no: Fix error with "mon trace" #732 2020-09-20 13:23:52 +02:00
swlink Fix broken link to bluepill pinout. 2020-09-15 20:58:10 +02:00
tm4c platforms/tm4c/jtagtap.c: Remove unreferenced and incomplete file. 2020-06-05 14:59:30 +02:00
Readme.md Rework/update/add Readme.md in the platforms directories. 2020-07-29 10:32:49 +02:00

Readme.md

Platforms and platform support files

This directory contains the implementation of platforms and support file used by (multiple) platforms.

Implementation directories

native : Firmware for original Black Magic Probe
stlink : Firmware for STLINK-V2 and V21
swlink : Firmware for STLINK-V1 and Bluepill
hydrabus : Firmware https://hydrabus.com/
f4discovery : Firmware for STM32F407DISCO
launchpad-icdi :
tm4c:
hosted: PC-hosted BMP running as PC application talking to firmware BMPs, STLINK-V2/21/3, FTDI MPSSE probes, CMSIS-DAP and JLINK

Support directories

common: libopencm3 based support for firmware BMPs
stm32: STM32 specific libopencm3 based support for firmware BMPs
pc: Support for PC-hosted BMPs.