mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-11-06 19:52:24 -05:00
Changed the MicroBlaze demo back to using heap_3.c having updated the linker script generation.
This commit is contained in:
parent
08d7c89175
commit
39f8526265
3 changed files with 30 additions and 22 deletions
|
|
@ -11,7 +11,7 @@
|
|||
/*******************************************************************/
|
||||
|
||||
_STACK_SIZE = DEFINED(_STACK_SIZE) ? _STACK_SIZE : 0x400;
|
||||
_HEAP_SIZE = DEFINED(_HEAP_SIZE) ? _HEAP_SIZE : 0x8;
|
||||
_HEAP_SIZE = DEFINED(_HEAP_SIZE) ? _HEAP_SIZE : 0x10400;
|
||||
|
||||
/* Define Memories in the system */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue