From a4b1e1c36799fb5cd4c2518cb58f0a97fdb06f5e Mon Sep 17 00:00:00 2001 From: Bennet Blischke Date: Sun, 16 Sep 2018 21:19:48 +0200 Subject: [PATCH] Adding default uart configuration to bluepill docs truncated the lines to fit into a 80 character limit --- boards/bluepill/doc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/bluepill/doc.txt b/boards/bluepill/doc.txt index 7935635c86..441e4eafaa 100644 --- a/boards/bluepill/doc.txt +++ b/boards/bluepill/doc.txt @@ -79,6 +79,7 @@ flash or use this [stlink fork][caboStlink] which has a ## Connecting via Serial The default UART port used is UART2, which uses pins A2 (TX) and A3 (RX). +To use it, configure your UART to operate at a baudrate of 115200/8N1. ## Using PWM