summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-10-02 12:23:30 +0700
committerGitHub <[email protected]>2019-10-02 12:23:30 +0700
commite59742f200ec4635dffb50b09d40bc05f6ac5eda (patch)
tree98c51edf61378f73c944595a73b76e6c12be8c18 /README.md
parentd84a31fd5fd62b9458504615983591a4c4c34f89 (diff)
parent820a3705f56c01525825723007025247e055a0d2 (diff)
Merge pull request #193 from hathach/develop
ported stm32f1, tested with f103 blue pill
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0a9cd770c..b82a88955 100644
--- a/README.md
+++ b/README.md
@@ -26,9 +26,9 @@ TinyUSB is an open-source cross-platform USB Host/Device stack for embedded syst
The stack supports the following MCUs
- **Nordic:** nRF52840
-- **NXP:** LPC11Uxx, LPC13xx, LPC175x_6x, LPC177x_8x, LPC18xx, LPC40xx, LPC43xx, LPC51Uxx
+- **NXP:** LPC Series: 11Uxx, 13xx, 175x_6x, 177x_8x, 18xx, 40xx, 43xx, 51Uxx
- **MicroChip:** SAMD21, SAMD51 (device only)
-- **ST:** STM32 series: L0, F0, F2, F3, F4, F7, H7 (device only)
+- **ST:** STM32 series: L0, F0, F1, F2, F3, F4, F7, H7 (device only)
[Here is the list of supported Boards](docs/boards.md) that can be used with provided examples.