]> git.sur5r.net Git - freertos/commit
Move the MSVC/lwIP code into the main line.
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 1 Aug 2011 08:57:11 +0000 (08:57 +0000)
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>
Mon, 1 Aug 2011 08:57:11 +0000 (08:57 +0000)
commit3841ada922a29733f5bc5e5d978ebb1d3edba0fa
treef9b9e7fc830c54a2919b15cf4c8d702403febee1
parentdd92f6f650a473356f401e9b88369c346bba3999
Move the MSVC/lwIP code into the main line.

git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@1530 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
33 files changed:
Demo/WIN32-MSVC-lwIP/FreeRTOSConfig.h [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/WIN32.sln [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/WIN32.suo [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/WIN32.vcxproj [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/WIN32.vcxproj.filters [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/BasicSocketCommandServer/BasicSocketCommandServer.c [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/fs.c [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/fs.h [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/fsdata.c [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/fsdata.h [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/httpd.c [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/httpd.h [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/httpd_structs.h [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/MakeFSData_proj.sln [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/MakeFSData_proj.suo [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/MakeFSData_proj.vcxproj [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/MakeFSData_proj.vcxproj.filters [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/MakeFSData_proj.vcxproj.user [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/fs/404.html [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/fs/index.shtml [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/fs/logo.jpg [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/fs/runtime.shtml [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/fsdata.c [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/makefsdata [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/makefsdata.c [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/makefsdata.exe [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/stdafx.cpp [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/stdafx.h [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/apps/httpserver_raw_from_lwIP_download/makefsdata/targetver.h [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/lwIP_Apps.c [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/lwipcfg_msvc.h [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/lwIP_Apps/lwipopts.h [new file with mode: 0644]
Demo/WIN32-MSVC-lwIP/main.c [new file with mode: 0644]