blackmagic/src/platforms
Silke Hofstra a95e2e80bc stlink: Add option to turn SWIM/RST into UART RX/TX
Building for `stlink` with `SWIM_AS_UART=1` now enables the use of the
SWIM and RST ports as RX and TX on cheap ST-Link V2 clones.

This is done by using USART1 on the alternative port instead of USART2.
2022-07-03 18:05:02 -07:00
..
96b_carbon platforms: Cleaned up and fixed many markdown lint errors, improving the formatting of many of the platform README's 2022-06-26 16:51:58 -07:00
blackpillv2 blackpillv2: clarify how to exit bootloader mode 2022-07-01 06:56:57 -04:00
common added RTS and DTR to UART interface 2022-06-03 18:22:08 -04:00
f3 misc: Updated comments and READMEs to properly reflect pinouts and function 2022-06-26 16:51:58 -07:00
f4discovery misc: Formatting consistency 2022-06-26 16:51:58 -07:00
f072 platforms: Cleaned up and fixed many markdown lint errors, improving the formatting of many of the platform README's 2022-06-26 16:51:58 -07:00
hosted hosted/stlink: Improved the information output and its consistency 2022-06-26 16:51:58 -07:00
hydrabus platforms: Cleaned up and fixed many markdown lint errors, improving the formatting of many of the platform README's 2022-06-26 16:51:58 -07:00
launchpad-icdi launchpad-icdi: Cleaned up and fixed some C89-isms 2022-06-26 16:51:58 -07:00
native misc: Updated comments and READMEs to properly reflect pinouts and function 2022-06-26 16:51:58 -07:00
stlink stlink: Add option to turn SWIM/RST into UART RX/TX 2022-07-03 18:05:02 -07:00
stm32 stm32/serialno: Run clang-format on the serial number code 2022-06-27 23:11:42 -07:00
swlink platforms: Cleaned up and fixed many markdown lint errors, improving the formatting of many of the platform README's 2022-06-26 16:51:58 -07: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.