Changed the MicroBlaze demo back to using heap_3.c having updated the linker script generation.

This commit is contained in:
Richard Barry 2011-08-24 11:59:06 +00:00
parent c056029422
commit 08d7c89175
3 changed files with 33 additions and 32 deletions

View file

@ -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