mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Changed the MicroBlaze demo back to using heap_3.c having updated the linker script generation.
This commit is contained in:
parent
c056029422
commit
08d7c89175
3 changed files with 33 additions and 32 deletions
|
@ -65,7 +65,7 @@ IF EXIST FreeRTOS_Source Goto END
|
|||
copy %FREERTOS_SOURCE%\portable\GCC\MicroBlazeV8\*.* %BSP_SOURCE%\portable\GCC\MicroBlazeV8
|
||||
|
||||
REM Copy the basic memory allocation files into the SDK projects directory
|
||||
copy %FREERTOS_SOURCE%\portable\MemMang\heap_2.c FreeRTOS_Source\portable\MemMang
|
||||
copy %FREERTOS_SOURCE%\portable\MemMang\heap_3.c FreeRTOS_Source\portable\MemMang
|
||||
|
||||
REM Copy the basic memory allocation files into the BSP directory
|
||||
copy %FREERTOS_SOURCE%\portable\MemMang\heap_2.c %BSP_SOURCE%\portable\MemMang
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue