|
|
|
@ -16,8 +16,8 @@ IF EXIST FreeRTOS_Source Goto END
|
|
|
|
|
MD FreeRTOS_Source\portable\GCC
|
|
|
|
|
MD FreeRTOS_Source\portable\GCC\MicroBlaze
|
|
|
|
|
MD FreeRTOS_Source\portable\MemMang
|
|
|
|
|
MD Demo_Source\Common_Demo_Files
|
|
|
|
|
MD Demo_Source\Common_Demo_Files\include
|
|
|
|
|
MD Demo_Source
|
|
|
|
|
MD Demo_Source\include
|
|
|
|
|
|
|
|
|
|
REM Copy the core kernel files.
|
|
|
|
|
copy ..\..\..\..\Source\tasks.c FreeRTOS_Source
|
|
|
|
@ -36,30 +36,30 @@ IF EXIST FreeRTOS_Source Goto END
|
|
|
|
|
copy ..\..\..\..\Source\portable\MemMang\heap_2.c FreeRTOS_Source\portable\MemMang
|
|
|
|
|
|
|
|
|
|
REM Copy the files that define the common demo tasks.
|
|
|
|
|
copy ..\..\..\Common\minimal\dynamic.c Demo_Source\Common_Demo_Files
|
|
|
|
|
copy ..\..\..\Common\minimal\BlockQ.c Demo_Source\Common_Demo_Files
|
|
|
|
|
copy ..\..\..\Common\minimal\death.c Demo_Source\Common_Demo_Files
|
|
|
|
|
copy ..\..\..\Common\minimal\blocktim.c Demo_Source\Common_Demo_Files
|
|
|
|
|
copy ..\..\..\Common\minimal\semtest.c Demo_Source\Common_Demo_Files
|
|
|
|
|
copy ..\..\..\Common\minimal\PollQ.c Demo_Source\Common_Demo_Files
|
|
|
|
|
copy ..\..\..\Common\minimal\GenQTest.c Demo_Source\Common_Demo_Files
|
|
|
|
|
copy ..\..\..\Common\minimal\QPeek.c Demo_Source\Common_Demo_Files
|
|
|
|
|
copy ..\..\..\Common\minimal\recmutex.c Demo_Source\Common_Demo_Files
|
|
|
|
|
copy ..\..\..\Common\minimal\sp_flop.c Demo_Source\Common_Demo_Files
|
|
|
|
|
copy ..\..\..\Common\minimal\flash.c Demo_Source\Common_Demo_Files
|
|
|
|
|
copy ..\..\..\Common\minimal\dynamic.c Demo_Source
|
|
|
|
|
copy ..\..\..\Common\minimal\BlockQ.c Demo_Source
|
|
|
|
|
copy ..\..\..\Common\minimal\death.c Demo_Source
|
|
|
|
|
copy ..\..\..\Common\minimal\blocktim.c Demo_Source
|
|
|
|
|
copy ..\..\..\Common\minimal\semtest.c Demo_Source
|
|
|
|
|
copy ..\..\..\Common\minimal\PollQ.c Demo_Source
|
|
|
|
|
copy ..\..\..\Common\minimal\GenQTest.c Demo_Source
|
|
|
|
|
copy ..\..\..\Common\minimal\QPeek.c Demo_Source
|
|
|
|
|
copy ..\..\..\Common\minimal\recmutex.c Demo_Source
|
|
|
|
|
copy ..\..\..\Common\minimal\sp_flop.c Demo_Source
|
|
|
|
|
copy ..\..\..\Common\minimal\flash.c Demo_Source
|
|
|
|
|
|
|
|
|
|
REM Copy the common demo file headers.
|
|
|
|
|
copy ..\..\..\Common\include\dynamic.h Demo_Source\Common_Demo_Files\include
|
|
|
|
|
copy ..\..\..\Common\include\partest.h Demo_Source\Common_Demo_Files\include
|
|
|
|
|
copy ..\..\..\Common\include\BlockQ.h Demo_Source\Common_Demo_Files\include
|
|
|
|
|
copy ..\..\..\Common\include\death.h Demo_Source\Common_Demo_Files\include
|
|
|
|
|
copy ..\..\..\Common\include\blocktim.h Demo_Source\Common_Demo_Files\include
|
|
|
|
|
copy ..\..\..\Common\include\semtest.h Demo_Source\Common_Demo_Files\include
|
|
|
|
|
copy ..\..\..\Common\include\PollQ.h Demo_Source\Common_Demo_Files\include
|
|
|
|
|
copy ..\..\..\Common\include\GenQTest.h Demo_Source\Common_Demo_Files\include
|
|
|
|
|
copy ..\..\..\Common\include\QPeek.h Demo_Source\Common_Demo_Files\include
|
|
|
|
|
copy ..\..\..\Common\include\recmutex.h Demo_Source\Common_Demo_Files\include
|
|
|
|
|
copy ..\..\..\Common\include\flop.h Demo_Source\Common_Demo_Files\include
|
|
|
|
|
copy ..\..\..\Common\include\flash.h Demo_Source\Common_Demo_Files\include
|
|
|
|
|
copy ..\..\..\Common\include\dynamic.h Demo_Source\include
|
|
|
|
|
copy ..\..\..\Common\include\partest.h Demo_Source\include
|
|
|
|
|
copy ..\..\..\Common\include\BlockQ.h Demo_Source\include
|
|
|
|
|
copy ..\..\..\Common\include\death.h Demo_Source\include
|
|
|
|
|
copy ..\..\..\Common\include\blocktim.h Demo_Source\include
|
|
|
|
|
copy ..\..\..\Common\include\semtest.h Demo_Source\include
|
|
|
|
|
copy ..\..\..\Common\include\PollQ.h Demo_Source\include
|
|
|
|
|
copy ..\..\..\Common\include\GenQTest.h Demo_Source\include
|
|
|
|
|
copy ..\..\..\Common\include\QPeek.h Demo_Source\include
|
|
|
|
|
copy ..\..\..\Common\include\recmutex.h Demo_Source\include
|
|
|
|
|
copy ..\..\..\Common\include\flop.h Demo_Source\include
|
|
|
|
|
copy ..\..\..\Common\include\flash.h Demo_Source\include
|
|
|
|
|
|
|
|
|
|
: END
|
|
|
|
|