Add FreeRTOS BSP for Xilinx SDK.

This commit is contained in:
Richard Barry 2015-08-05 10:21:59 +00:00
parent 4c847711bd
commit b4c3d91aff
30 changed files with 11608 additions and 6 deletions

View file

@ -0,0 +1,9 @@
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