mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 06:23:37 +08:00
Allow the IDLE stack allocator to change the stack size. This can be used by applications with a very dynamic thread-local storage size to adjust the thread storage area of the IDLE tasks dynamically. Update #4524.