aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-08 14:43:03 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-08 14:43:03 +0000
commit46b915b0fddccb14343ea4ac517c621d41f66fbe (patch)
tree1ae6204c86cc868962a436bc9ea0bd54737a4621
parentda6a94b0257350f0c17a8bda3ff564159d9c217a (diff)
downloadChibiOS-46b915b0fddccb14343ea4ac517c621d41f66fbe.tar.gz
ChibiOS-46b915b0fddccb14343ea4ac517c621d41f66fbe.tar.bz2
ChibiOS-46b915b0fddccb14343ea4ac517c621d41f66fbe.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3037 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--ext/lwip-1.3.1.zipbin552326 -> 0 bytes
-rw-r--r--readme.txt2
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/lwip-1.3.1.zip b/ext/lwip-1.3.1.zip
deleted file mode 100644
index 00a18df2e..000000000
--- a/ext/lwip-1.3.1.zip
+++ /dev/null
Binary files differ
diff --git a/readme.txt b/readme.txt
index e2878c4bb..253435901 100644
--- a/readme.txt
+++ b/readme.txt
@@ -75,6 +75,8 @@
to 2.2.6).
- FIX: Fixed wrong macro definition in ARMv6-M architecture files (bug
3310084).
+- NEW: lwIP 1.4.0 has been integrated, this new version does not require
+ custom hooks into the Thread structure and is thus much lighter.
- NEW: FatFs demo for the STM32F103ZG using the SDC driver.
- NEW: Now the STM32 SDC driver supports unaligned buffers transparently.
Optimized the driver for single block read and write operations. Optimized