Changeset 64fbeaa in rtems for cpukit/sapi


Ignore:
Timestamp:
10/06/22 06:47:14 (6 months ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
985aaac0
Parents:
45ee958
git-author:
Sebastian Huber <sebastian.huber@…> (10/06/22 06:47:14)
git-committer:
Sebastian Huber <sebastian.huber@…> (10/14/22 08:48:23)
Message:

score: INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL

Ensure that the IDLE storage allocator did allocate a suffiently large area.

Update #3835.
Update #4524.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/src/interrtext.c

    r45ee958 r64fbeaa  
    8686  "INTERNAL_ERROR_RTEMS_INIT_TASK_CONSTRUCT_FAILED",
    8787  "INTERNAL_ERROR_IDLE_THREAD_CREATE_FAILED",
    88   "INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE"
     88  "INTERNAL_ERROR_NO_MEMORY_FOR_IDLE_TASK_STORAGE",
     89  "INTERNAL_ERROR_IDLE_THREAD_STACK_TOO_SMALL"
    8990};
    9091
Note: See TracChangeset for help on using the changeset viewer.