diff options
| author | hathach <[email protected]> | 2019-10-24 13:17:01 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-24 13:17:01 +0700 |
| commit | 5d975d93139e0ce346372dc07ca34ef9df7b0287 (patch) | |
| tree | 8661248bd0392312a212dd02e07b06f6fa248da8 /docs | |
| parent | e413c9efa303d70de019a91aa415384fe80ca78f (diff) | |
| parent | 6f952a8e84acfbc962cf3d37ed72bddefebaf58b (diff) | |
Merge pull request #203 from hathach/develop
add log support using uart with CFG_TUSB_DEBUG >= 2, close #200
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/boards.md | 6 |
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 |
