blackmagic/src/platforms
cyber-murmel 6656284728 added RTS and DTR to UART interface 2022-06-03 18:22:08 -04:00
..
96b_carbon Add 96Boards Carbon as a probe host 2022-05-31 20:59:17 -04:00
common added RTS and DTR to UART interface 2022-06-03 18:22:08 -04:00
f4discovery docs: Corrected org in links to blackmagic-debug 2022-05-30 14:32:36 -07:00
hosted Complete the version string migration from 5e3cade, fixing HOSTED_BMP_ONLY 2022-06-03 14:42:18 -07:00
hydrabus scripts: fix dfu-convert.py for Python 3 and drop Python 2 support 2022-02-13 15:31:12 -08:00
launchpad-icdi timeout: Make sure we wait at least the period requested (#900, #902) 2021-07-27 10:59:03 +02:00
native native: Fixes an hw version issue with some older BMP. 2022-03-15 23:45:32 -07:00
pc pc/serial_unix: (hosted) Abort on unexpected problems. 2022-05-31 21:37:20 -04:00
stlink firmware: Unify serial number handling 2021-04-25 16:02:20 +02:00
stm32 rtt: Cleanup and fixes for the RTT over serial support as per #954 2022-05-31 22:24:59 -04:00
swlink added RTS and DTR to UART interface 2022-06-03 18:22:08 -04:00
tm4c rtt 2022-05-31 21:15:41 -04: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.