zephyr/tests/posix
Flavio Ceolin 15aa3acaf6 kconfig: Remove MP_NUM_CPUS usage
Zephyr's code base uses MP_MAX_NUM_CPUS to
know how many cores exists in the target. It is
also expected that both symbols MP_MAX_NUM_CPUS
and MP_NUM_CPUS have the same value, so lets
just use MP_MAX_NUM_CPUS and simplify it.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-10-03 17:45:53 +01:00
..
common posix: clock_nanosleep tests 2023-08-30 13:02:58 -07:00
eventfd tests: posix: eventfd: Move thread from stack to data section 2023-09-22 09:25:12 +02:00
fs drivers: ramdisk: use devicetree to instantiate RAM disk 2023-09-18 17:36:50 +02:00
getopt tests POSIX: Do not filter fully by POSIX arch but by type of build 2023-07-05 07:01:19 -04:00
headers posix: signal: implement strsignal 2023-07-18 15:35:42 -04:00
pthread_pressure kconfig: Remove MP_NUM_CPUS usage 2023-10-03 17:45:53 +01:00