From dd643f4e8e0abeb1173b0f98515490e97d524493 Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Thu, 19 Mar 2009 09:43:35 +0000 Subject: [PATCH] added tcp/ip page --- doc/en/arch_overview.html | 3 + doc/en/arch_tcpip.html | 89 ++++++++++ doc/wb/wb_usr.lua | 3 + doc/wb_search_en.txt | 11 +- doc/wb_search_pt.txt | 11 +- doc/wb_tree_en.html | 255 ++++++++++++++-------------- doc/wb_tree_pt.html | 345 +++++++++++++++++++------------------- 7 files changed, 408 insertions(+), 309 deletions(-) create mode 100644 doc/en/arch_tcpip.html diff --git a/doc/en/arch_overview.html b/doc/en/arch_overview.html index 033103e7..917daf12 100644 --- a/doc/en/arch_overview.html +++ b/doc/en/arch_overview.html @@ -189,6 +189,9 @@ specific_files = " ".join( [ "src/platform/%s/%s" % ( platform, f ) for f in spe If you want to take a look at a real life example of a platform_conf.h file, see for example src/platform/lm3s/platform_conf.h. +
  • networking configuration: if you need TCP/IP on your board, you need to add networking support to eLua (see + building for a list of configuration options related to TCP/IP). You also need to have another file, called uip-conf.h that configures uIP + (the TCP/IP stack in eLua) for your specific architecture. See TCP/IP in eLua for details.
  • Besides the required files, the most common scenario is to include other platform specific files in your port: