summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md2
-rw-r--r--tests/readme.md2
2 files changed, 3 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index c8ad2d993..a57822941 100644
--- a/readme.md
+++ b/readme.md
@@ -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
diff --git a/tests/readme.md b/tests/readme.md
index 7aed42971..0602a6dc8 100644
--- a/tests/readme.md
+++ b/tests/readme.md
@@ -1 +1,3 @@
# Test-Driven Development (TDD) #
+
+TDD indeed works with C & embedded with the help of Ceedling, Unity & CMock as a testing framework.