You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -375,7 +375,7 @@ A BSF acts like a mini Board Support Package (BSP). A BSF adds functionality on
375
375
376
376
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.
377
377
378
-
A BSF contains important information about a board (including connection/wiring details) and provides the following functionality:
378
+
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:
379
379
380
380
- Defines the default device-id.
381
381
- Defines 'wait for serial port' timeout default value (if needed).
0 commit comments