From 7677eb1b856b295cfeb645c3653f39858d36e677 Mon Sep 17 00:00:00 2001 From: Leonel Lopes Parente Date: Wed, 21 Apr 2021 15:32:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d677e2..eb0e240 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ A BSF acts like a mini Board Support Package (BSP). A BSF adds functionality on A BSF has the same name as the board-id and is suffixed with `.h` extension. BSF's are located in the `src/boards` folder. -A BSF contains important information about a board (including connection/wiring details) and provides the following functionality: +A BSF contains important information about a board (including connection/wiring details), contains a URL to PlatformIO's documentation for the board and provides the following functionality: - Defines the default device-id. - Defines 'wait for serial port' timeout default value (if needed).