Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
toki
configs
Commits
cc5b8b7f
Commit
cc5b8b7f
authored
Jul 13, 2020
by
Ulrich Huber
Committed by
Oliver Horst
Aug 31, 2020
Browse files
[chg] Use actual heap section of image for heap of kernel
parent
dd3d6245
Changes
2
Hide whitespace changes
Inline
Side-by-side
zcu102-zynqmp/freertos/baseline/master/freertos/include/freertos/FreeRTOSConfig.h
View file @
cc5b8b7f
...
...
@@ -313,7 +313,7 @@
*
* uint8_t ucHeap[ configTOTAL_HEAP_SIZE ];
*/
#define configAPPLICATION_ALLOCATED_HEAP
0
#define configAPPLICATION_ALLOCATED_HEAP
1
/*
--------------------------------------------------------
...
...
zcu102-zynqmp/freertos/baseline/master/ldscript/zcu102-zynqmp.ld
View file @
cc5b8b7f
...
...
@@ -316,7 +316,7 @@ _SDA2_BASE_ = __sdata2_start + ((__sbss2_end - __sdata2_start) / 2 );
_heap = .;
HeapBase = .;
_heap_start = .;
. += _HEAP_SIZE;
*(.heap)
_heap_end = .;
HeapLimit = .;
} > THIS_CORE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment