blackmagic/src/platforms
Rafael Silva 1a1f4b76ff target_flash: change return types to bool 2022-08-24 16:03:40 -04:00
..
96b_carbon misc: Cleanup include guards. 2022-08-23 15:06:21 -04:00
blackpillv2 misc: Cleanup include guards. 2022-08-23 15:06:21 -04:00
common misc: Cleanup include guards. 2022-08-23 15:06:21 -04:00
f3 misc: Cleanup include guards. 2022-08-23 15:06:21 -04:00
f4discovery misc: Cleanup include guards. 2022-08-23 15:06:21 -04:00
f072 misc: Cleanup include guards. 2022-08-23 15:06:21 -04:00
hosted target_flash: change return types to bool 2022-08-24 16:03:40 -04:00
hydrabus misc: Cleanup include guards. 2022-08-23 15:06:21 -04:00
launchpad-icdi misc: Cleanup include guards. 2022-08-23 15:06:21 -04:00
native misc: Cleanup include guards. 2022-08-23 15:06:21 -04:00
stlink misc: Cleanup include guards. 2022-08-23 15:06:21 -04:00
stm32 misc: Cleanup include guards. 2022-08-23 15:06:21 -04:00
swlink misc: Cleanup include guards. 2022-08-23 15:06:21 -04: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.