blackmagic/src/platforms
Uwe Bonnes 1330288271 firmware: Unify serial number handling
Use one file in dfu and server
For STM32, provide 3 ways to handle
- BMP way (8 bytes)
- DFU way (12 Bytes)
- Full unique id (24 Bytes), as with STLINK(V3) Bootloader
2021-04-25 16:02:20 +02:00
..
common firmware: Unify serial number handling 2021-04-25 16:02:20 +02:00
f4discovery firmware: Unify serial number handling 2021-04-25 16:02:20 +02:00
hosted cmsis-dap: Allow to use adiv5_swdp_scan. 2021-04-21 21:50:38 +02:00
hydrabus firmware: Unify serial number handling 2021-04-25 16:02:20 +02:00
launchpad-icdi firmware: Unify serial number handling 2021-04-25 16:02:20 +02:00
native firmware: Unify serial number handling 2021-04-25 16:02:20 +02:00
pc cl_utils.c: Try jtag scan if swd scan did not give results. 2021-04-21 21:22:59 +02:00
stlink firmware: Unify serial number handling 2021-04-25 16:02:20 +02:00
stm32 firmware: Unify serial number handling 2021-04-25 16:02:20 +02:00
swlink firmware: Unify serial number handling 2021-04-25 16:02:20 +02:00
tm4c platforms/tm4c/jtagtap.c: Remove unreferenced and incomplete file. 2020-06-05 14:59:30 +02: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.