From 4bcd3f9a8f9a46051c70d6add1e0e548ed932eaf Mon Sep 17 00:00:00 2001 From: hathach Date: Sat, 29 Dec 2018 14:39:28 +0700 Subject: [PATCH] more readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ecadc299a..fd4d11912 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,15 @@ TinyUSB is an open-source cross-platform USB Host/Device stack for embedded syst ``` . -├── docs # Documentation -├── examples # Sample with Makefile and Segger Embedded build support +├── docs # Documentation +├── examples # Sample with Makefile and Segger Embedded build support ├── hw -│   ├── bsp # Supported boards source files -│   └── mcu # Low level mcu core & peripheral drivers -├── lib # Sources from 3rd party such as freeRTOS, fatfs ... -├── src # All sources files for TinyUSB stack itself. -├── tests # Unit tests for the stack -└── tools # Files used internally +│   ├── bsp # Supported boards source files +│   └── mcu # Low level mcu core & peripheral drivers +├── lib # Sources from 3rd party such as freeRTOS, fatfs ... +├── src # All sources files for TinyUSB stack itself. +├── tests # Unit tests for the stack +└── tools # Files used internally ```