From 0673be772475671c34a88f4fc2c16d2055dcc682 Mon Sep 17 00:00:00 2001 From: hathach Date: Wed, 2 Oct 2019 12:01:34 +0700 Subject: ported stm32f1, tested with f103 blue pill --- docs/boards.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/boards.md b/docs/boards.md index b6b48a7f1..0b38cf568 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -46,6 +46,7 @@ This code base already had supported for a handful of following boards - [STM32 L035c8 Discovery](https://www.st.com/en/evaluation-tools/32l0538discovery.html) - [STM32 F070rb Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f070rb.html) - [STM32 F072rb Discovery](https://www.st.com/en/evaluation-tools/32f072bdiscovery.html) +- STM32 F103c Blue Pill - [STM32 F207zg Nucleo](https://www.st.com/en/evaluation-tools/nucleo-f207zg.html) - [STM32 F303vc Discovery](https://www.st.com/en/evaluation-tools/stm32f3discovery.html) - [STM32 F407vg Discovery](https://www.st.com/en/evaluation-tools/stm32f4discovery.html) -- cgit v1.3.1 From b3a5bb3247dfac081a01ccb22498ee2f50e365b4 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 8 Oct 2019 15:52:00 +0700 Subject: Update boards.md --- docs/boards.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/boards.md b/docs/boards.md index 0b38cf568..892236eca 100644 --- a/docs/boards.md +++ b/docs/boards.md @@ -39,6 +39,10 @@ This code base already had supported for a handful of following boards - [LPCXpresso 54114](https://www.nxp.com/design/microcontrollers-developer-resources/lpcxpresso-boards/lpcxpresso54114-board:OM13089) - [LPCXpresso 55s69 EVK](https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/lpc5500-cortex-m33/lpcxpresso55s69-development-board:LPC55S69-EVK) +### Sony + +- [Sony Spresense CXD5602](https://developer.sony.com/develop/spresense) + ### ST STM32 - Adafruit Feather STM32F405 -- cgit v1.3.1 From 33e3bf001cbf5ab69fd15eec3b75a835bf810bdc Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 24 Oct 2019 12:07:37 +0700 Subject: update boards doc --- docs/boards.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.3.1