]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/CreateProjectDirectoryStructure.bat
Demo code only:
[freertos] / FreeRTOS / Demo / CORTEX_M4_ATSAM4S_Atmel_Studio / CreateProjectDirectoryStructure.bat
index 373445d302d6f615ee288a1d18de12ec080f6a10..26df7ce1dfa297197652f6d69e1c534b22903b15 100644 (file)
@@ -1,11 +1,6 @@
 REM This file should be executed from the command line prior to the first\r
-REM build.  It will be necessary to refresh the Eclipse project once the\r
-REM .bat file has been executed (normally just press F5 to refresh).\r
-\r
-REM Copies all the required files from their location within the standard\r
-REM FreeRTOS directory structure to under the Eclipse project directory.\r
-REM This permits the Eclipse project to be used in 'managed' mode and without\r
-REM having to setup any linked resources.\r
+REM build. Copies all the required files from their location within the standard\r
+REM FreeRTOS directory structure to under the Atmel Studio project directory.\r
 \r
 REM Standard paths\r
 SET FREERTOS_SOURCE=..\..\Source\r
@@ -21,9 +16,9 @@ IF EXIST src\asf\thirdparty\FreeRTOS Goto END
     MD src\asf\thirdparty\FreeRTOS\portable\r
     MD src\asf\thirdparty\FreeRTOS\portable\GCC\r
     MD src\asf\thirdparty\FreeRTOS\portable\GCC\ARM_CM3\r
-    MD src\asf\thirdparty\FreeRTOS\portable\MemMang    \r
+    MD src\asf\thirdparty\FreeRTOS\portable\MemMang\r
     MD src\Common-Demo-Source\include\r
-    \r
+\r
     REM Copy the core kernel files into the project directory\r
     copy %FREERTOS_SOURCE%\tasks.c src\asf\thirdparty\FreeRTOS\r
     copy %FREERTOS_SOURCE%\queue.c src\asf\thirdparty\FreeRTOS\r
@@ -32,10 +27,10 @@ IF EXIST src\asf\thirdparty\FreeRTOS Goto END
 \r
     REM Copy the common header files into the project directory\r
     copy %FREERTOS_SOURCE%\include\*.* src\asf\thirdparty\FreeRTOS\include\r
-    \r
+\r
     REM Copy the portable layer files into the project directory\r
     copy %FREERTOS_SOURCE%\portable\GCC\ARM_CM3\*.* src\asf\thirdparty\FreeRTOS\portable\GCC\ARM_CM3\r
-    \r
+\r
     REM Copy the memory allocation files into the project directory\r
     copy %FREERTOS_SOURCE%\portable\MemMang\heap_4.c src\asf\thirdparty\FreeRTOS\portable\MemMang\r
 \r
@@ -51,9 +46,10 @@ IF EXIST src\asf\thirdparty\FreeRTOS Goto END
     copy %COMMON_SOURCE%\recmutex.c        src\Common-Demo-Source\r
     copy %COMMON_SOURCE%\countsem.c        src\Common-Demo-Source\r
     copy %COMMON_SOURCE%\integer.c         src\Common-Demo-Source\r
-       copy %COMMON_SOURCE%\QueueSet.c        src\Common-Demo-Source\r
-    \r
+    copy %COMMON_SOURCE%\QueueSet.c        src\Common-Demo-Source\r
+    COPY %COMMON_SOURCE%\IntQueue.c        src\Common-Demo-Source\r
+\r
     REM Copy the common demo file headers.\r
     copy %COMMON_INCLUDE%\*.h              src\Common-Demo-Source\include\r
-    \r
+\r
 : END\r