From 01583560cd4a4f236ef8739ed7465cdbbc783114 Mon Sep 17 00:00:00 2001 From: Andy Makovec Date: Wed, 15 Sep 2021 23:38:10 -0400 Subject: [PATCH] hosted: Update Readme.md to use HOSTED_BMP_ONLY --- src/platforms/hosted/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platforms/hosted/Readme.md b/src/platforms/hosted/Readme.md index a1d56c5e..aa0d45b7 100644 --- a/src/platforms/hosted/Readme.md +++ b/src/platforms/hosted/Readme.md @@ -1,6 +1,6 @@ # PC-Hosted BMP Compile in src with "make PROBE_HOST=hosted". This needs minimal external -support. "make PROBE_HOST=hosted HOSTED_BMP=0" will compile support for FTDI, +support. "make PROBE_HOST=hosted HOSTED_BMP_ONLY=0" will compile support for FTDI, STLink, CMSIS-DAP and JLINK probes, but requires external libraries. ## Description @@ -94,7 +94,7 @@ REMOTE_BMP is a "normal" BMP usb connected | Debugger | Speed | Remarks | ------------ | ----- | ------ | REMOTE_BMP | +++ | Requires recent firmware for decent speed -Probes below only when compiled with HOSTED_BMP=0 +Probes below only when compiled with HOSTED_BMP_ONLY=0 | ST-Link V3 | ++++ | Requires recent firmware, Only STM32 devices supported! | ST-Link V2 | +++ | Requires recent firmware, No CDCACM uart! Cortex only! | ST-Link V2/1 | +++ | Requires recent firmware, Cortex only!