mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-16 02:01:56 +00:00
This will allow this sample to run on systems with less than 8K SRAM. Change-Id: Id3a1c826cfade09f91bc3b0dba3c98e386f5ab06 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
241 B
Plaintext
12 lines
241 B
Plaintext
% Application : Hello demo
|
|
|
|
% TASK NAME PRIO ENTRY STACK GROUPS
|
|
% ==================================
|
|
TASK TASKA 7 taskA 1024 [EXE]
|
|
TASK TASKB 7 taskB 1024 [EXE]
|
|
|
|
% SEMA NAME
|
|
% =============
|
|
SEMA TASKASEM
|
|
SEMA TASKBSEM
|