blackmagic/src/platforms
dragonmux 62b1a33188 aux_serial: Cleaned up the receive index counters 2022-08-22 12:59:24 -07:00
..
96b_carbon platform: Moved the aux serial functions into their own header 2022-08-22 12:59:24 -07:00
blackpillv2 platform: Moved the aux serial functions into their own header 2022-08-22 12:59:24 -07:00
common aux_serial: Cleaned up the receive index counters 2022-08-22 12:59:24 -07:00
f3 platform: Moved the aux serial functions into their own header 2022-08-22 12:59:24 -07:00
f4discovery platform: Moved the aux serial functions into their own header 2022-08-22 12:59:24 -07:00
f072 usbuart: Moved all the STM32 buffer sizing logic into one header and one location 2022-08-22 12:59:24 -07:00
hosted misc: superfluous semicolon cleanup 2022-08-20 07:15:53 -04:00
hydrabus platform: Moved the aux serial functions into their own header 2022-08-22 12:59:24 -07:00
launchpad-icdi platform: Moved the aux serial functions into their own header 2022-08-22 12:59:24 -07:00
native platform: Moved the aux serial functions into their own header 2022-08-22 12:59:24 -07:00
stlink platform: Moved the aux serial functions into their own header 2022-08-22 12:59:24 -07:00
stm32 usbuart: Renamed buf_rx -> aux_serial_receive_buffer 2022-08-22 12:59:24 -07:00
swlink platform: Moved the aux serial functions into their own header 2022-08-22 12:59:24 -07:00
tm4c usbuart: Renamed buf_rx -> aux_serial_receive_buffer 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.