mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-16 08:35:17 -05:00
Add FreeRTOS BSP for Xilinx SDK.
This commit is contained in:
parent
4c847711bd
commit
b4c3d91aff
30 changed files with 11608 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue