blackpillv2: update references in UsingRTT

"blackpillv2" is now a separate platform from "f4discovery". Update
UsingRTT according to that.
This commit is contained in:
Marcin Niestroj 2022-06-30 22:52:47 +02:00 committed by Rachel Mant
parent 61c2724c9d
commit 141fd17f63
1 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ make PROBE_HOST=stlink ENABLE_RTT=1
or for the STM32F411 *[Black Pill](https://www.aliexpress.com/item/1005001456186625.html)*: or for the STM32F411 *[Black Pill](https://www.aliexpress.com/item/1005001456186625.html)*:
``` ```
make clean make clean
make PROBE_HOST=f4discovery BLACKPILL=1 ENABLE_RTT=1 make PROBE_HOST=blackpillv2 ENABLE_RTT=1
``` ```
Setting an ident string is optional. But if you wish, you can set the default RTT ident at compile time. Setting an ident string is optional. But if you wish, you can set the default RTT ident at compile time.
For STM32F103 *Blue Pill*: For STM32F103 *Blue Pill*:
@ -260,7 +260,7 @@ make PROBE_HOST=stlink ENABLE_RTT=1 "RTT_IDENT=IDENT\ STR"
or for STM32F411 *Black Pill*: or for STM32F411 *Black Pill*:
``` ```
make clean make clean
make PROBE_HOST=f4discovery BLACKPILL=1 ENABLE_RTT=1 "RTT_IDENT=IDENT\ STR" make PROBE_HOST=blackpillv2 ENABLE_RTT=1 "RTT_IDENT=IDENT\ STR"
``` ```
Note the backslash \\ before the space. Note the backslash \\ before the space.