blackmagic/src/platforms
dragonmux f7b9c91c6d usb_serial: Dealt with how to build with ENABLE_RTT=1 2022-08-22 12:59:24 -07:00
..
96b_carbon platforms: Removed the usbuart.h from across the platform impls as it was needless contamination 2022-08-22 12:59:24 -07:00
blackpillv2 platforms: Removed the usbuart.h from across the platform impls as it was needless contamination 2022-08-22 12:59:24 -07:00
common usb_serial: Dealt with how to build with ENABLE_RTT=1 2022-08-22 12:59:24 -07:00
f3 platforms: Removed the usbuart.h from across the platform impls as it was needless contamination 2022-08-22 12:59:24 -07:00
f4discovery platforms: Removed the usbuart.h from across the platform impls as it was needless contamination 2022-08-22 12:59:24 -07:00
f072 platforms: Removed the usbuart.h from across the platform impls as it was needless contamination 2022-08-22 12:59:24 -07:00
hosted misc: superfluous semicolon cleanup 2022-08-20 07:15:53 -04:00
hydrabus platforms: Removed the usbuart.h from across the platform impls as it was needless contamination 2022-08-22 12:59:24 -07:00
launchpad-icdi platforms: Removed the usbuart.h from across the platform impls as it was needless contamination 2022-08-22 12:59:24 -07:00
native platforms: Removed the usbuart.h from across the platform impls as it was needless contamination 2022-08-22 12:59:24 -07:00
stlink platforms: Removed the usbuart.h from across the platform impls as it was needless contamination 2022-08-22 12:59:24 -07:00
stm32 usb_serial: Fixed up the nomenclature for the USB serial interfaces 2022-08-22 12:59:24 -07:00
swlink platforms: Removed the usbuart.h from across the platform impls as it was needless contamination 2022-08-22 12:59:24 -07:00
tm4c usb_serial: Fixed up the nomenclature for the USB serial interfaces 2022-08-22 12:59:24 -07: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.