]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_A2F200_SoftConsole/CreateProjectDirectoryStructure.bat
Update the SmartFusion SoftConsole directory structure to include the webserver files.
[freertos] / Demo / CORTEX_A2F200_SoftConsole / CreateProjectDirectoryStructure.bat
index 3d6dbb391a61e0d67b9e0aca81f4062b8c3e5b92..9fd6ee7cbd72bb6978b5b4880f434f835c677d6e 100644 (file)
@@ -16,7 +16,13 @@ IF EXIST FreeRTOS_Source Goto END
        MD FreeRTOS_Source\portable\GCC\r
        MD FreeRTOS_Source\portable\GCC\ARM_CM3\r
        MD FreeRTOS_Source\portable\MemMang     \r
-       \r
+       MD FreeTCPIP\r
+       MD FreeTCPIP\http_Common\r
+       MD FreeTCPIP\apps\r
+       MD FreeTCPIP\apps\httpd\r
+       MD FreeTCPIP\net\r
+       MD FreeTCPIP\sys\r
+               \r
        REM Copy the core kernel files.\r
        copy ..\..\Source\tasks.c FreeRTOS_Source\r
        copy ..\..\Source\queue.c FreeRTOS_Source\r
@@ -24,7 +30,6 @@ IF EXIST FreeRTOS_Source Goto END
        copy ..\..\Source\timers.c FreeRTOS_Source\r
        \r
        REM Copy the common header files\r
-\r
        copy ..\..\Source\include\*.* FreeRTOS_Source\include\r
        \r
        REM Copy the portable layer files\r
@@ -33,4 +38,21 @@ IF EXIST FreeRTOS_Source Goto END
        REM Copy the basic memory allocation files\r
        copy ..\..\Source\portable\MemMang\heap_1.c FreeRTOS_Source\portable\MemMang\r
        \r
+       REM Copy the core FreeTCPIP (based on uIP) files\r
+       copy ..\Common\ethernet\FreeTCPIP\psock.c FreeTCPIP\r
+       copy ..\Common\ethernet\FreeTCPIP\timer.c FreeTCPIP\r
+       copy ..\Common\ethernet\FreeTCPIP\uip.c FreeTCPIP\r
+       copy ..\Common\ethernet\FreeTCPIP\uip_arp.c FreeTCPIP\r
+       \r
+       REM Copy the FreeTCPIP (based on uIP) header files\r
+       copy ..\Common\ethernet\FreeTCPIP\apps\httpd\*.h FreeTCPIP\apps\httpd\r
+       copy ..\Common\ethernet\FreeTCPIP\net\*.h FreeTCPIP\net\r
+       copy ..\Common\ethernet\FreeTCPIP\sys\*.h FreeTCPIP\sys\r
+       \r
+       \r
+       REM Copy the core HTTPD files\r
+       copy ..\Common\ethernet\FreeTCPIP\apps\httpd\http-strings.c FreeTCPIP\http_Common\r
+       copy ..\Common\ethernet\FreeTCPIP\apps\httpd\httpd-fs.c FreeTCPIP\http_Common\r
+       copy ..\Common\ethernet\FreeTCPIP\apps\httpd\httpd.c FreeTCPIP\http_Common      \r
+       \r
 : END\r