]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/CORTEX_M4_ATSAM4S_Atmel_Studio/CreateProjectDirectoryStructure.bat
Kernel changes:
[freertos] / FreeRTOS / Demo / CORTEX_M4_ATSAM4S_Atmel_Studio / CreateProjectDirectoryStructure.bat
index 26df7ce1dfa297197652f6d69e1c534b22903b15..4150f521e7a0d72417c5bf97c5fa38793a98f712 100644 (file)
@@ -24,6 +24,7 @@ IF EXIST src\asf\thirdparty\FreeRTOS Goto END
     copy %FREERTOS_SOURCE%\queue.c src\asf\thirdparty\FreeRTOS\r
     copy %FREERTOS_SOURCE%\list.c src\asf\thirdparty\FreeRTOS\r
     copy %FREERTOS_SOURCE%\timers.c src\asf\thirdparty\FreeRTOS\r
+    copy %FREERTOS_SOURCE%\event_groups.c src\asf\thirdparty\FreeRTOS\r
 \r
     REM Copy the common header files into the project directory\r
     copy %FREERTOS_SOURCE%\include\*.* src\asf\thirdparty\FreeRTOS\include\r
@@ -48,6 +49,10 @@ IF EXIST src\asf\thirdparty\FreeRTOS Goto END
     copy %COMMON_SOURCE%\integer.c         src\Common-Demo-Source\r
     copy %COMMON_SOURCE%\QueueSet.c        src\Common-Demo-Source\r
     COPY %COMMON_SOURCE%\IntQueue.c        src\Common-Demo-Source\r
+    COPY %COMMON_SOURCE%\TaskNotify.c      src\Common-Demo-Source\r
+    COPY %COMMON_SOURCE%\TimerDemo.c       src\Common-Demo-Source\r
+    COPY %COMMON_SOURCE%\EventGroupsDemo.c src\Common-Demo-Source\r
+    COPY %COMMON_SOURCE%\IntSemTest.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