zephyr/tests
Daniel Leung 4f2b7c693e tests: sys_sem: no k_thread_access_grant call if not userspace
The sys_sem.nouser test does not enable userspace which makes
k_thread_access_grant() no-op. However, XCC would still emit
LOOP instructions for the for-loop. Since there is nothing
to do, the XCC assembler complains about it being an empty
loop and errors out. So guard the k_thread_access_grant()
calls so they are only compiled if userspace is enabled.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2022-11-05 08:29:01 -04:00
..
application_development arch/xtensa: Enable code relocation 2022-11-03 10:25:07 +01:00
arch tests: arch: common: timing: Convert CONFIG_MP_NUM_CPUS handling 2022-10-27 14:43:55 -04:00
benchmarks tests: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
bluetooth Bluetooth: Move re-implementation of snprintk 2022-11-02 13:28:57 +01:00
boards tests: intel_adsp: smoke: Convert CONFIG_MP_NUM_CPUS handling 2022-10-27 09:54:22 -04:00
boot tests: boot: add mcuboot test 2022-10-04 14:06:58 -04:00
cmake build: Overlay build vars expand ${ZEPHYR_<module>_MODULE_DIR} 2022-10-13 12:04:38 +02:00
crypto test: drivers: rand32: add overlay for PSA Crypto Random entropy 2022-10-27 16:32:05 +02:00
drivers tests: drivers: gpio_api_1pin: support GPIO interrupt tests for NXP S32Z27 2022-11-04 17:44:08 -04:00
kernel tests: sys_sem: no k_thread_access_grant call if not userspace 2022-11-05 08:29:01 -04:00
lib tests: lib: cmsis_dsp testcases with min ram for execution 2022-11-03 09:07:20 +00:00
misc tests: misc: iterable_sections: add const specifier for ROM data 2022-10-12 18:42:28 +02:00
net net: lwm2m: Timeseries data cache read update 2022-11-04 09:59:51 +01:00
posix posix: use uint32_t instead of void* for pthread_t 2022-11-02 15:39:44 +09:00
subsys tests: Enable qemu_xtensa logging tests 2022-11-04 11:02:27 -04:00
unit test: update how unit tests set sources 2022-10-31 17:01:59 +01:00
ztest test: update how unit tests set sources 2022-10-31 17:01:59 +01:00