summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-10-24 12:07:37 +0700
committerhathach <[email protected]>2019-10-24 12:07:37 +0700
commit33e3bf001cbf5ab69fd15eec3b75a835bf810bdc (patch)
treeaa1d9c8d623748c9e2e18dc0281e06d7541de822
parent6ab0663c1ac32ce22196d2b380bb17ed961a7360 (diff)
update boards doc
-rw-r--r--docs/boards.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/boards.md b/docs/boards.md
index 892236eca..608cbf4eb 100644
--- a/docs/boards.md
+++ b/docs/boards.md
@@ -1,9 +1,9 @@
# 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
-- 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