From 1062910348add38ae84cb74604e9dbd36198d71d Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 19 Mar 2019 16:51:41 +0700 Subject: [PATCH] readme clean up --- README.md | 8 ++++---- hw/bsp/readme.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4133173c8..18267254b 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ Currently the following OS are supported with tinyusb out of the box with a simp The stack supports the following MCUs - - **Nordic:** nRF52840 - - **NXP:** LPC11Uxx, LPC13xx, LPC175x_6x, LPC177x_8x, LPC40xx, LPC43xx - - **MicroChip:** SAMD21, SAMD51 (device only) - - **ST* STM32F4 +- **Nordic:** nRF52840 +- **NXP:** LPC11Uxx, LPC13xx, LPC175x_6x, LPC177x_8x, LPC40xx, LPC43xx +- **MicroChip:** SAMD21, SAMD51 (device only) +- **ST:** STM32F4 [Here is the list of supported Boards](hw/bsp/readme.md) diff --git a/hw/bsp/readme.md b/hw/bsp/readme.md index 03cd9e08e..02edce91e 100644 --- a/hw/bsp/readme.md +++ b/hw/bsp/readme.md @@ -24,7 +24,7 @@ This code base already had supported for a handful of following boards ### ST STM32 ### -- [STM32F4DISCOVERY](https://www.st.com/en/evaluation-tools/stm32f4discovery.html) +- [STM32F4 Discovery](https://www.st.com/en/evaluation-tools/stm32f4discovery.html) ## Add your own board ##