blackmagic/src/platforms
SId Price b1a02d4f48 Correct filenames in the rest of the files using cl_utils.h 2022-06-26 12:04:21 -04: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
f3 platforms/f3: moved the linker script and fixed the build system 2022-06-12 15:58:11 -07:00
f4discovery Removed BlackPillV2 platform variant from the f4 discovery. 2022-06-04 01:31:27 -04:00
f072 platforms/f072: moved the linker script and fixed the build system 2022-06-12 17:10:32 -07:00
hosted Correct filenames in the rest of the files using cl_utils.h 2022-06-26 12:04:21 -04: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
stlink stlink: Added a little extra whitespace to help the readability of the platform header 2022-06-15 12:56:24 -04:00
stm32 platforms/f072: moved the linker script and fixed the build system 2022-06-12 17:10:32 -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.