Re: [PATCH] CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZE

2018-08-07 Thread Joel Sherrill
This seems reasonable. On Tue, Aug 7, 2018 at 1:00 AM, Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > Make CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZE configurable by the user. > > Update #3434. > --- > cpukit/include/rtems/confdefs.h | 5 + > cpukit/include/rtems/po

[PATCH] CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZE

2018-08-06 Thread Sebastian Huber
Make CONFIGURE_MINIMUM_POSIX_THREAD_STACK_SIZE configurable by the user. Update #3434. --- cpukit/include/rtems/confdefs.h | 5 + cpukit/include/rtems/posix/pthread.h | 2 ++ cpukit/include/rtems/posix/pthreadimpl.h | 2 +- testsuites/psxtests/psxconfig01/init.c | 17 +++