documenting

This commit is contained in:
hathach 2013-05-08 10:42:04 +07:00
parent f0c2cbed1d
commit e12cb5107e
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -1 +1,3 @@
# Test-Driven Development (TDD) #
TDD indeed works with C & embedded with the help of Ceedling, Unity & CMock as a testing framework.