Nikolay Agishev
Nikolay Agishev
Regarding recent changes in general MPU configuration (https://github.com/zephyrproject-rtos/zephyr/pull/71969), add appropriate configs for isolating thread stacks into ARC MPU.
Fix posix pid_t type redifiniton (zephyr vs arcmwdtlib). Add omitted in arcmwdtlib type sigevent. This Fixes https://github.com/zephyrproject-rtos/zephyr/issues/75105
**Describe the bug** POSIX-compatible tests are broken for ARCMWDT compiler. Some types are not presented in MW library, some types mismatch with defined in Zephyr. **To Reproduce** Steps to reproduce...