diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-05-27 09:30:20 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-05-27 09:30:20 +0000 |
commit | d8e1d5a103aa5cd43e4d7e2437448327aa06ff08 (patch) | |
tree | 155d45d623093cdd96cd104b6fe25eb69f6981a0 /ext | |
parent | e13185058d7fdb390de10325a21730ab3b0d3ded (diff) | |
download | ChibiOS-d8e1d5a103aa5cd43e4d7e2437448327aa06ff08.tar.gz ChibiOS-d8e1d5a103aa5cd43e4d7e2437448327aa06ff08.tar.bz2 ChibiOS-d8e1d5a103aa5cd43e4d7e2437448327aa06ff08.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@310 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ext')
-rw-r--r-- | ext/readme.txt | 10 | ||||
-rw-r--r-- | ext/uip-1.0.patches.zip | bin | 0 -> 21462 bytes |
2 files changed, 8 insertions, 2 deletions
diff --git a/ext/readme.txt b/ext/readme.txt index d070be533..74c347878 100644 --- a/ext/readme.txt +++ b/ext/readme.txt @@ -10,7 +10,13 @@ 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
+
+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.
+
+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.
diff --git a/ext/uip-1.0.patches.zip b/ext/uip-1.0.patches.zip Binary files differnew file mode 100644 index 000000000..bdff1db6b --- /dev/null +++ b/ext/uip-1.0.patches.zip |