blackmagic/src/platforms
Sean Cross 5f76169b95 hosted: remove ftdi include when built with BMP_ONLY #811
Signed-off-by: Sean Cross <sean@xobs.io>
2020-12-16 11:30:42 +01:00
..
common Infrastructure for setting maximum SWJ frequency. 2020-12-12 18:33:09 +01:00
f4discovery Update to recent libopencm3 to undo unwanted change. 2020-12-07 21:51:22 +01:00
hosted hosted: remove ftdi include when built with BMP_ONLY #811 2020-12-16 11:30:42 +01:00
hydrabus Update to recent libopencm3 to undo unwanted change. 2020-12-07 21:51:22 +01:00
launchpad-icdi Infrastructure for setting maximum SWJ frequency. 2020-12-12 18:33:09 +01:00
native Update to recent libopencm3 to undo unwanted change. 2020-12-07 21:51:22 +01:00
pc SWJ Frequency: Implement for cmsis-dap 2020-12-12 18:33:09 +01:00
stlink Update to recent libopencm3 to undo unwanted change. 2020-12-07 21:51:22 +01:00
stm32 Infrastructure for setting maximum SWJ frequency. 2020-12-12 18:33:09 +01:00
swlink Update to recent libopencm3 to undo unwanted change. 2020-12-07 21:51:22 +01: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.