diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-05-20 12:39:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-05-20 12:39:23 +0000 |
commit | a11499bdab89f5bc84b53c1b519bec6dac7d2732 (patch) | |
tree | c77f6794beec1b573889ed87483ae8e20fa556d3 /ext/readme.txt | |
parent | 6b7997ed8efe76a19e5ebb8e51e452742da5fe8d (diff) | |
download | ChibiOS-a11499bdab89f5bc84b53c1b519bec6dac7d2732.tar.gz ChibiOS-a11499bdab89f5bc84b53c1b519bec6dac7d2732.tar.bz2 ChibiOS-a11499bdab89f5bc84b53c1b519bec6dac7d2732.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@300 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ext/readme.txt')
-rw-r--r-- | ext/readme.txt | 16 |
1 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.
|