blackmagic/src/platforms
dragonmux 400ee0c76c serialno: Improved the naming of the serial number reading function 2022-08-12 22:25:52 -07:00
..
96b_carbon platform: Fixed the order of operations with the physical UART init vs the USB stack init 2022-08-12 22:25:52 -07:00
blackpillv2 platform: Fixed the order of operations with the physical UART init vs the USB stack init 2022-08-12 22:25:52 -07:00
common serialno: Improved the naming of the serial number reading function 2022-08-12 22:25:52 -07:00
f3 platform: Renamed cdcacm_init -> blackmagic_usb_init 2022-08-12 22:25:52 -07:00
f4discovery platform: Fixed the order of operations with the physical UART init vs the USB stack init 2022-08-12 22:25:52 -07:00
f072 platform: Renamed cdcacm_init -> blackmagic_usb_init 2022-08-12 22:25:52 -07:00
hosted hosted/cmsis_dap: Add a dummy read to the end of dap_mem_write_sized() so we always wait on the write to ensure it's complete before any DP access can occur 2022-08-08 14:45:38 -07:00
hydrabus platform: Fixed the order of operations with the physical UART init vs the USB stack init 2022-08-12 22:25:52 -07:00
launchpad-icdi serialno: Improved the naming of the serial number reading function 2022-08-12 22:25:52 -07:00
native platform: Renamed cdcacm_init -> blackmagic_usb_init 2022-08-12 22:25:52 -07:00
stlink platform: Renamed cdcacm_init -> blackmagic_usb_init 2022-08-12 22:25:52 -07:00
stm32 serialno: Improved the naming of the serial number reading function 2022-08-12 22:25:52 -07:00
swlink platform: Renamed cdcacm_init -> blackmagic_usb_init 2022-08-12 22:25:52 -07:00
tm4c Implement semihosting debug output redirection to usb-uart port. 2022-07-13 18:49:20 -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.