blackmagic/src/platforms
dragonmux 483e51dce1 hosted/bmp_libusb: Further cleanup to the main bmp_ident string 2022-06-04 18:49:02 -07:00
..
96b_carbon 96b_carbon: Updated the IRQ priority comment. 2022-06-03 20:35:51 -07:00
blackpillv2 blackpillv2: Renamed blackpill to blackpillv2 to prevent ambiguity. 2022-06-04 01:31:27 -04:00
common added RTS and DTR to UART interface 2022-06-03 18:22:08 -04:00
f4discovery Removed BlackPillV2 platform variant from the f4 discovery. 2022-06-04 01:31:27 -04:00
hosted hosted/bmp_libusb: Further cleanup to the main bmp_ident string 2022-06-04 18:49:02 -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 hosted/cli: Cleaned up the information print out code so we only make one call for the whole thing 2022-06-04 18:49:02 -07:00
stlink firmware: Unify serial number handling 2021-04-25 16:02:20 +02:00
stm32 96b_carbon: Corrected the linker script. 2022-06-03 20:35:51 -07: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.