mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 21:41:59 -04:00
10 lines
632 B
Batchfile
10 lines
632 B
Batchfile
REM Copy the FreeRTOS source files, including the Cortex-A9 and Microblaze port
|
|
REM layers into the repository directory structure.
|
|
|
|
copy ..\..\Source\*.c .\repo\bsp\freertos822_xilinx_v1_0\src\Source
|
|
copy ..\..\Source\include\*.h .\repo\bsp\freertos822_xilinx_v1_0\src\Source\include
|
|
copy ..\..\Source\portable\GCC\ARM_CA9\*.* .\repo\bsp\freertos822_xilinx_v1_0\src\Source\portable\GCC\ARM_CA9
|
|
copy ..\..\Source\portable\GCC\MicroBlazeV8\*.* .\repo\bsp\freertos822_xilinx_v1_0\src\Source\portable\GCC\MicroBlazeV8
|
|
copy ..\..\Source\portable\MemMang\heap_4.c .\repo\bsp\freertos822_xilinx_v1_0\src\Source\portable\MemMang
|
|
|