diff options
| author | hathach <[email protected]> | 2013-05-08 10:42:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-08 10:42:04 +0700 |
| commit | e12cb5107e5914db4e9e4cea1fa1a41d27791dfe (patch) | |
| tree | a108dda904e2ea0a741428ba842040922f3cad88 /readme.md | |
| parent | f0c2cbed1d62c2caed82b5bbe22474c4d8f2f794 (diff) | |
documenting
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ ## What Is tinyusb ## -tinyusb is an open-source (BSD-licensed) USB Host/Device/OTG stack for embedded micro-controller. It is developed using **Test-Driven Development (TDD)** approach to eliminate bugs as soon as possible. TDD indeed works with C & embedded with the help of Ceedling, Unity & CMock as a testing framework. +tinyusb is an open-source (BSD-licensed) USB Host/Device/OTG stack for embedded micro-controller. It is developed using [Test-Driven Development](tests/readme.md) approach to eliminate bugs as soon as possible. More detail on TDD can be found at |
