From f646be4204985754beb8acff8b3538fdce3ec8bb Mon Sep 17 00:00:00 2001 From: zwlp <31573314+zwlp@users.noreply.github.com> Date: Sat, 2 Sep 2017 21:15:11 +0100 Subject: [PATCH] Make F4DISC warning clearer --- Board-STM32F429.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Board-STM32F429.md b/Board-STM32F429.md index 6773492..e4f5059 100644 --- a/Board-STM32F429.md +++ b/Board-STM32F429.md @@ -13,7 +13,7 @@ Cortex M4 STM32F429ZI ### Status ### -Not officially supported (no downloads provided, no customised documentation), but the stmhal variant supports the basic board well. +Not *officially* supported (no downloads provided, no customised documentation), but the stmhal variant supports the basic board well. Unlike the STM32F4 Discovery board, this board is designed to be powered and flashed via the mini-USB connector; to run on the micro-USB connector alone you have to bridge 5V with PB13. @@ -32,7 +32,7 @@ On the mini-USB, the STLinkV2 offers a virtual mass storage device plus a virtua cd stmhal make BOARD=STM32F429DISC -Do not confuse `STM32F4DISC` with the similarly named `STM32F429DISC`. Images for the F4DISC will not boot on the F429. +Do not confuse `STM32F429DISC` with the similarly named `STM32F4DISC`. Images for the F4DISC will not boot on the F429. ### Flashing ###