diff options
-rw-r--r-- | ext/readme.txt | 16 | ||||
-rw-r--r-- | ext/uip-1.0.tar.gz | bin | 0 -> 1348599 bytes |
2 files changed, 16 insertions, 0 deletions
diff --git a/ext/readme.txt b/ext/readme.txt new file mode 100644 index 000000000..53cd14f94 --- /dev/null +++ b/ext/readme.txt @@ -0,0 +1,16 @@ +*****************************************************************************
+** External Libraries. **
+*****************************************************************************
+
+The files under this directory are not part of ChibiOS/RT but are used by
+some of the demo applications.
+Please note that each item is covered by its own license, please read the
+instructions contained in the various distributions.
+
+The currently included items are:
+
+1. uip-1.0, a minimal TCP/IP implementation: http://www.sics.se/~adam/uip/
+
+The files are included packed as downloaded from the original repository
+and without any modification, in order to use the libraries unpack them
+under ./ext.
diff --git a/ext/uip-1.0.tar.gz b/ext/uip-1.0.tar.gz Binary files differnew file mode 100644 index 000000000..d5530ec3d --- /dev/null +++ b/ext/uip-1.0.tar.gz |