mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-02 04:13:54 -04:00
Update include paths to be workspace relative.
Minimise the amount of heap space allocated. Reduce the main() stack from 4K to 2K.
This commit is contained in:
parent
a3b4008eae
commit
248abca109
2 changed files with 18 additions and 7 deletions
|
@ -6,3 +6,11 @@
|
|||
#else
|
||||
#include <device.lsl>
|
||||
#endif
|
||||
section_layout ::linear
|
||||
{
|
||||
group heap "heap" ( size = 100 );
|
||||
}
|
||||
section_layout ::linear
|
||||
{
|
||||
group stack "stack" ( size = 2k );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue