diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-15 16:48:36 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-06-15 16:48:36 +0000 |
commit | 9c9c52f753a9caf51189ad9e1293476f2384676b (patch) | |
tree | e53ea9f519e7e2fbdbab38e2c693daef5204cd88 /ext/readme.txt | |
parent | 7c68ef157d009f9932ac47ba21ba5d74e321623f (diff) | |
download | ChibiOS-9c9c52f753a9caf51189ad9e1293476f2384676b.tar.gz ChibiOS-9c9c52f753a9caf51189ad9e1293476f2384676b.tar.bz2 ChibiOS-9c9c52f753a9caf51189ad9e1293476f2384676b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@5858 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ext/readme.txt')
-rw-r--r-- | ext/readme.txt | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/ext/readme.txt b/ext/readme.txt deleted file mode 100644 index 04b45625d..000000000 --- a/ext/readme.txt +++ /dev/null @@ -1,30 +0,0 @@ -*****************************************************************************
-** External Libraries. **
-*****************************************************************************
-
-The libraries 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/
-2. lwip-1.4.0, lightweight TCP/IP stack: http://savannah.nongnu.org/projects/lwip/
-3. FatFS 0.9 (patched), the original version is available from
- http://elm-chan.org/fsw/ff/00index_e.html
-
-The above files are included packed as downloaded from the original repository
-and without any modification, in order to use the libraries unpack them
-under ./ext as:
-
-./ext/uip-1.0
-./ext/lwip
-./ext/fatfs
-./ext/stm32lib (you also need to copy stm32f10x_conf.h in your project)
-
-Some patches are also present:
-
-1. uip-1.0 patches, small fixes to the uIP required to make it work with
- ChibiOS/RT, unpack the archive over the uIP distribution and replace the
- files.
|