zephyr/tests
Michał Barnaś 369596dc95 ec_host_cmd: increase stack size, change thread priority and alignment
This commit increases the stack size for thread handling the host
commands requests. It was required due to the stack being
corrupted using earlier default size. The thread priority is now
configurable using the Kconfig.
It also adds alignment to the tx_buffer since the npcx MCU requires it
to work correctly and removes clearing the buffer before use due to
the hard time requirements. Tests checking if buffers are cleared
are also removed.

Signed-off-by: Michał Barnaś <mb@semihalf.com>
2022-11-18 10:11:40 +01:00
..
application_development arch/xtensa: Enable code relocation 2022-11-03 10:25:07 +01:00
arch tests/x86: Check libc partition in page permissions test 2022-11-08 10:44:36 +01:00
benchmarks tests: move to using CONFIG_MP_MAX_NUM_CPUS 2022-10-20 22:04:10 +09:00
bluetooth Bluetooth: Controller: Replace Central connection spacing Kconfig 2022-11-17 14:44:17 +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 tests/mbedtls: Reduce MPU partition usage for picolibc 2022-11-08 10:44:36 +01:00
drivers drivers: gpio: Add TCA6424A driver 2022-11-18 10:10:11 +01:00
kernel tests: mem_map: test if z_phys_unmap reclaim memory correctly 2022-11-17 15:56:04 +00:00
lib tests: devicetree: add tests for DT_GPARENT/DT_INST_GPARENT 2022-11-17 10:18:11 -06:00
misc tests: misc: iterable_sections: add const specifier for ROM data 2022-10-12 18:42:28 +02:00
net tests: net: ipv6_fragment: Improve test_recv_ipv6_fragment test case 2022-11-14 16:26:20 +01:00
posix tests: posix: mutex: test to ensure there is no resource leakage 2022-11-15 05:56:31 +09:00
subsys ec_host_cmd: increase stack size, change thread priority and alignment 2022-11-18 10:11:40 +01:00
unit tests/cbprintf: Use minimal libc to test cbprintf code 2022-11-08 10:44:36 +01:00
ztest test: update how unit tests set sources 2022-10-31 17:01:59 +01:00