summaryrefslogtreecommitdiff
path: root/tinyusb
diff options
context:
space:
mode:
authorhathach <[email protected]>2012-12-02 00:36:44 +0700
committerhathach <[email protected]>2012-12-02 00:36:44 +0700
commit8a1dee1b2e9085a66b8cfb3037509442e52cbb4e (patch)
tree76d3697b5a326b8b030a8727246d7be6858b537e /tinyusb
parent879fb21f99020bfb13a300e6e61089c7d0aa4619 (diff)
add overview.md and license.md and tinyUSB overview.png
Diffstat (limited to 'tinyusb')
-rw-r--r--tinyusb/class/cdc.c2
-rw-r--r--tinyusb/class/cdc.h2
-rw-r--r--tinyusb/class/hid.c2
-rw-r--r--tinyusb/class/hid.h2
-rw-r--r--tinyusb/common/arch/arch.h2
-rw-r--r--tinyusb/common/arch/arch_lpc11xx.h2
-rw-r--r--tinyusb/common/arch/arch_lpc134x.h2
-rw-r--r--tinyusb/common/arch/arch_lpc43xx.h2
-rw-r--r--tinyusb/common/arch/arm_mx.h2
-rw-r--r--tinyusb/common/common.h2
-rw-r--r--tinyusb/common/compiler/compiler.h2
-rw-r--r--tinyusb/common/compiler/compiler_gcc.h2
-rw-r--r--tinyusb/common/errors.c2
-rw-r--r--tinyusb/common/errors.h2
-rw-r--r--tinyusb/common/errors_def2
-rw-r--r--tinyusb/common/fifo.c2
-rw-r--r--tinyusb/common/fifo.h2
-rw-r--r--tinyusb/device/dcd.c2
-rw-r--r--tinyusb/device/dcd.h2
-rw-r--r--tinyusb/host/hcd.c2
-rw-r--r--tinyusb/host/hcd.h2
-rw-r--r--tinyusb/tusb.h2
-rw-r--r--tinyusb/tusb_cfg.h2
23 files changed, 23 insertions, 23 deletions
diff --git a/tinyusb/class/cdc.c b/tinyusb/class/cdc.c
index 539981348..d62b7aa7d 100644
--- a/tinyusb/class/cdc.c
+++ b/tinyusb/class/cdc.c
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
#include "cdc.h"
diff --git a/tinyusb/class/cdc.h b/tinyusb/class/cdc.h
index 25a666f78..668e2bf2d 100644
--- a/tinyusb/class/cdc.h
+++ b/tinyusb/class/cdc.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/class/hid.c b/tinyusb/class/hid.c
index 4058ea5db..579860b9e 100644
--- a/tinyusb/class/hid.c
+++ b/tinyusb/class/hid.c
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
#include "hid.h"
diff --git a/tinyusb/class/hid.h b/tinyusb/class/hid.h
index 306e122c8..bde715b87 100644
--- a/tinyusb/class/hid.h
+++ b/tinyusb/class/hid.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/common/arch/arch.h b/tinyusb/common/arch/arch.h
index d67c5510e..aa806d3b0 100644
--- a/tinyusb/common/arch/arch.h
+++ b/tinyusb/common/arch/arch.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/common/arch/arch_lpc11xx.h b/tinyusb/common/arch/arch_lpc11xx.h
index 6e5990f33..38d391700 100644
--- a/tinyusb/common/arch/arch_lpc11xx.h
+++ b/tinyusb/common/arch/arch_lpc11xx.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/common/arch/arch_lpc134x.h b/tinyusb/common/arch/arch_lpc134x.h
index f4539acf7..a1c42ca7e 100644
--- a/tinyusb/common/arch/arch_lpc134x.h
+++ b/tinyusb/common/arch/arch_lpc134x.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/common/arch/arch_lpc43xx.h b/tinyusb/common/arch/arch_lpc43xx.h
index b80f44c65..a83d18c94 100644
--- a/tinyusb/common/arch/arch_lpc43xx.h
+++ b/tinyusb/common/arch/arch_lpc43xx.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/common/arch/arm_mx.h b/tinyusb/common/arch/arm_mx.h
index 074f466f1..b806f7b73 100644
--- a/tinyusb/common/arch/arm_mx.h
+++ b/tinyusb/common/arch/arm_mx.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h
index 44158f487..b35639574 100644
--- a/tinyusb/common/common.h
+++ b/tinyusb/common/common.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/common/compiler/compiler.h b/tinyusb/common/compiler/compiler.h
index 3ff94b3a4..61db9a936 100644
--- a/tinyusb/common/compiler/compiler.h
+++ b/tinyusb/common/compiler/compiler.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/common/compiler/compiler_gcc.h b/tinyusb/common/compiler/compiler_gcc.h
index a68d509d8..787f9f6ae 100644
--- a/tinyusb/common/compiler/compiler_gcc.h
+++ b/tinyusb/common/compiler/compiler_gcc.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/common/errors.c b/tinyusb/common/errors.c
index a1042b058..db93d5d84 100644
--- a/tinyusb/common/errors.c
+++ b/tinyusb/common/errors.c
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
char const* const TUSB_ErrorStr[] = {
diff --git a/tinyusb/common/errors.h b/tinyusb/common/errors.h
index 48ff86aa2..e9644bb3d 100644
--- a/tinyusb/common/errors.h
+++ b/tinyusb/common/errors.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/common/errors_def b/tinyusb/common/errors_def
index 55c9fdbdf..9a69df2f7 100644
--- a/tinyusb/common/errors_def
+++ b/tinyusb/common/errors_def
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
ERROR_ENUM(tERROR_NONE)
diff --git a/tinyusb/common/fifo.c b/tinyusb/common/fifo.c
index e72a5988d..71e9af4e1 100644
--- a/tinyusb/common/fifo.c
+++ b/tinyusb/common/fifo.c
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
#include "fifo.h"
diff --git a/tinyusb/common/fifo.h b/tinyusb/common/fifo.h
index c0340517c..b23c56f0d 100644
--- a/tinyusb/common/fifo.h
+++ b/tinyusb/common/fifo.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/device/dcd.c b/tinyusb/device/dcd.c
index 40a6044e3..eb0077214 100644
--- a/tinyusb/device/dcd.c
+++ b/tinyusb/device/dcd.c
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
#include "dcd.h"
diff --git a/tinyusb/device/dcd.h b/tinyusb/device/dcd.h
index ffd89b0a9..2db802e70 100644
--- a/tinyusb/device/dcd.h
+++ b/tinyusb/device/dcd.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/host/hcd.c b/tinyusb/host/hcd.c
index aa8e0f691..4a510d678 100644
--- a/tinyusb/host/hcd.c
+++ b/tinyusb/host/hcd.c
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
#include "hcd.h"
diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h
index e118d9e24..8ab648450 100644
--- a/tinyusb/host/hcd.h
+++ b/tinyusb/host/hcd.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/tusb.h b/tinyusb/tusb.h
index 29f05b3bd..81affc6c0 100644
--- a/tinyusb/tusb.h
+++ b/tinyusb/tusb.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file
diff --git a/tinyusb/tusb_cfg.h b/tinyusb/tusb_cfg.h
index 466b08fea..34c28da07 100644
--- a/tinyusb/tusb_cfg.h
+++ b/tinyusb/tusb_cfg.h
@@ -32,7 +32,7 @@
* IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
* OF SUCH DAMAGE.
*
- * This file is part of the tiny usb stack.
+ * This file is part of the tinyUSB stack.
*/
/** \file