summaryrefslogtreecommitdiff
path: root/tool/mbed/mbed-sdk/libraries/doc/net/source.txt
diff options
context:
space:
mode:
authorJun Wako <wakojun@gmail.com>2015-04-24 16:26:14 +0900
committerJun Wako <wakojun@gmail.com>2015-04-24 16:26:14 +0900
commit1fe4406f374291ab2e86e95a97341fd9c475fcb8 (patch)
tree1be0e16b4b07b5a31ea97ec50a9eb13a288c3d27 /tool/mbed/mbed-sdk/libraries/doc/net/source.txt
parenta20ef7052c6e937d2f7672dd59456e55a5c08296 (diff)
Squashed 'tmk_core/' changes from 7967731..b9e0ea0
b9e0ea0 Merge commit '7fa9d8bdea3773d1195b04d98fcf27cf48ddd81d' as 'tool/mbed/mbed-sdk' 7fa9d8b Squashed 'tool/mbed/mbed-sdk/' content from commit 7c21ce5 git-subtree-dir: tmk_core git-subtree-split: b9e0ea08cb940de20b3610ecdda18e9d8cd7c552
Diffstat (limited to 'tool/mbed/mbed-sdk/libraries/doc/net/source.txt')
-rw-r--r--tool/mbed/mbed-sdk/libraries/doc/net/source.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/tool/mbed/mbed-sdk/libraries/doc/net/source.txt b/tool/mbed/mbed-sdk/libraries/doc/net/source.txt
new file mode 100644
index 0000000000..9300ad3a62
--- /dev/null
+++ b/tool/mbed/mbed-sdk/libraries/doc/net/source.txt
@@ -0,0 +1,32 @@
+lwip-1.4.0:
+ http://download.savannah.gnu.org/releases/lwip/lwip-1.4.0.zip
+
+NXP lwIP port:
+ http://sw.lpcware.com/index.php?p=lwip_lpc.git&a=snapshot&h=7b84446afe97af955acad1d720696a0de73ab7cf&fmt=zip
+
+NXP Driver Library (needed for Ethernet defines)
+ http://ics.nxp.com/support/documents/microcontrollers/zip/lpc17xx.cmsis.driver.library.zip
+
+# lwip library
+ lwip-1.4.0\src
+ api
+ core
+ include
+ netif
+
+# lwip-eth library
+ lwip_lpc\nxpcommon\
+ examples/lpc177x_8x/ea1788/ea1788_tcpecho_freertos/source/configs/flash/lpc_emac_config.h
+ lpc_phy_dp83848.c
+ lpc_phy.h
+ arch\lpc177x_8x\lpc17_emac.c
+ arch\lpc177x_8x\lpc17_emac.h
+ lpc17xx.cmsis.driver.library\Drivers\include
+ lpc17xx_emac.h
+
+# lwip-sys library
+ lwip_lpc\nxpcommon\arch
+ cc.h
+ perf.h
+ touch sys_arch.c
+ touch sys_arch.h