mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Get the trace utility and co-routines working.
This commit is contained in:
parent
91a1b614f8
commit
c8b4248e5d
11 changed files with 780 additions and 229 deletions
|
@ -234,7 +234,7 @@
|
|||
;
|
||||
#set STACK_RESERVE ON ; <<< reserve stack area in
|
||||
; ; this module
|
||||
#set STACK_SYS_SIZE 2000 ; <<< byte size of System stack
|
||||
#set STACK_SYS_SIZE 1000 ; <<< byte size of System stack
|
||||
#set STACK_USR_SIZE 4 ; <<< byte size of User stack
|
||||
;
|
||||
#set STACK_FILL ON ; <<< fills the stack area with pattern
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue