]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/Xilinx_FreeRTOS_BSP/CreateRepoDirectoryStructure.bat
Add FreeRTOS BSP for Xilinx SDK.
[freertos] / FreeRTOS / Demo / Xilinx_FreeRTOS_BSP / CreateRepoDirectoryStructure.bat
1 REM Copy the FreeRTOS source files, including the Cortex-A9 and Microblaze port\r
2 REM layers into the repository directory structure.\r
3 \r
4 copy ..\..\Source\*.c .\repo\bsp\freertos822_xilinx_v1_0\src\Source\r
5 copy ..\..\Source\include\*.h .\repo\bsp\freertos822_xilinx_v1_0\src\Source\include\r
6 copy ..\..\Source\portable\GCC\ARM_CA9\*.* .\repo\bsp\freertos822_xilinx_v1_0\src\Source\portable\GCC\ARM_CA9\r
7 copy ..\..\Source\portable\GCC\MicroBlazeV8\*.* .\repo\bsp\freertos822_xilinx_v1_0\src\Source\portable\GCC\MicroBlazeV8\r
8 copy ..\..\Source\portable\MemMang\heap_4.c .\repo\bsp\freertos822_xilinx_v1_0\src\Source\portable\MemMang\r
9 \r