Quellcode durchsuchen

update boards doc

hathach vor 6 Jahren
Ursprung
Commit
33e3bf001c
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      docs/boards.md

+ 3 - 3
docs/boards.md

@@ -1,9 +1,9 @@
 # Boards
 # Boards
 
 
 The board support code is only used for self-contained examples and testing. It is not used when TinyUSB is part of a larger project. It is responsible for getting the MCU started and the USB peripheral clocked with minimal of on-board devices
 The board support code is only used for self-contained examples and testing. It is not used when TinyUSB is part of a larger project. It is responsible for getting the MCU started and the USB peripheral clocked with minimal of on-board devices
-- One LED for status
-- One Button to get input from user
-- One UART optionally, mostly for host examples
+- One LED : for status
+- One Button : to get input from user
+- One UART : optional for device, but required for host examples
  
  
 ## Supported Boards
 ## Supported Boards