From d8e1d5a103aa5cd43e4d7e2437448327aa06ff08 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 27 May 2008 09:30:20 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@310 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- ext/readme.txt | 10 ++++++++-- ext/uip-1.0.patches.zip | Bin 0 -> 21462 bytes 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 ext/uip-1.0.patches.zip (limited to 'ext') 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 new file mode 100644 index 000000000..bdff1db6b Binary files /dev/null and b/ext/uip-1.0.patches.zip differ -- cgit v1.2.3