blackmagic/src/platforms
Uwe Bonnes 71e5b4d3cb hosted/stlinkv2.c: Fix bug introduced with #703 2020-07-29 13:42:07 +02:00
..
common cdcacm.c: Set bMaxPacketSize0 to 32 (#693, #697) 2020-07-14 15:57:03 +02:00
f4discovery Rework/update/add Readme.md in the platforms directories. 2020-07-29 10:32:49 +02:00
hosted hosted/stlinkv2.c: Fix bug introduced with #703 2020-07-29 13:42:07 +02:00
hydrabus hydrabus: Disable DFU file generation untit somebody fixes dfu-convert.py 2020-06-05 16:23:28 +02:00
launchpad-icdi Classify debug messages 2020-06-05 14:59:30 +02:00
native Classify debug messages 2020-06-05 14:59:30 +02:00
pc cl_utils: Use start of flash in memory map as default flash start. 2020-06-05 14:59:30 +02:00
stlink stlink: Remove unused double defined variable "running_status"(#683) 2020-07-02 19:44:31 +02:00
stm32 remote.c: Compile only relevant functions. 2020-06-05 14:59:30 +02:00
swlink Classify debug messages 2020-06-05 14:59:30 +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.