<div dir="ltr">Hello,<div>The thread-stack protection needs to be configured by the user. Two of the options that need configuring during build time are - </div><div>> Enabling thread stack protection ( THREAD_STACK_PROTECTION )- This is a high-level option similar to RTEMS_SMP, RTEMS_POSIX_API  etc.</div><div>> Size of the MMU pages - This is a BSP specific option.</div><div> Using the new build system we can configure these by adding BSP option ( for eg. realview BSP has 'optmmusmallpages.yml'  for 4K mmu pages). Similarly, we can have 'optthreadstackprotection.yml' similar to 'optsmp.yml' for enabling thread stack protection.  Is there something else we need to do, for specifying these options?</div><div><br></div><div>Another option that needs to be specified is the number of thread stacks that can be shared with a particular thread. This can be done by specifying this in rtems/confdefs.h and then configured by the application. I would request your opinion on this and whether this is the right manner to proceed.</div></div>