Lines Matching refs:kernel

6 We are pleased to announce the release of Zephyr kernel version 1.6.0. This
17 * Introduced the Unified Kernel; the nano and micro kernel were removed.
20 * Unified kernel documentation was added and legacy nanokernel/microkernel
31 * Introduced the unified kernel.
39 * Renamed kernel objects event to alert and memory map to memory slab.
118 * Modified build infrastructure to support unified kernel.
120 * Imported get_maintainer.pl from Linux kernel.
162 * Added Unified kernel API samples.
224 * ``ZEP-912`` - Finish renaming kernel object types
225 * ``ZEP-916`` - Eliminate kernel object API anomalies
235 * ``ZEP-930`` - Cut over to unified kernel
236 * ``ZEP-933`` - Unified kernel ARC port
240 * ``ZEP-957`` - Create example sample for new unified kernel API usage
244 * ``ZEP-981`` - Add doxygen documentation to both include/kernel.h and include/legacy.h
259 * ``ZEP-1023`` - workq in Kernel primer for unified kernel
271 * ``ZEP-1140`` - Add a unified kernel version of power_mgr sample app for testing PM code with the …
279 * ``ZEP-436`` - Test case tests/kernel/test_mem_safe fails on ARM hardware
304 * ``ZEP-970`` - Sanity doesn't build 'tests/kernel/test_build' with assertions (-R)
307 * ``ZEP-1025`` - Unified kernel build sometimes breaks on a missing .d dependency file.
312 * ``ZEP-1062`` - Unified kernel isn't compatible with CONFIG_NEWLIB_LIBC
321 * ``ZEP-1124`` - tests/kernel/test_sprintf/microkernel/testcase.ini#test failure on frdm_k64f
324 * ``ZEP-1139`` - Fix build error when power management is built with unified kernel
325 * ``ZEP-1141`` - TinyCrypt SHA256 test fails with system crash using unified kernel type
326 * ``ZEP-1144`` - TinyCrypt AES128 fixed-key with variable-text test fails using unified kernel type
329 * ``ZEP-1149`` - port ztest framework to unified kernel
330 * ``ZEP-1154`` - tests/samples failing with unified kernel
335 * ``ZEP-1182`` - kernel.h doxygen show unexpected "asm" blocks
342 * ``ZEP-1227`` - ztest native testing not working in unified kernel
353 * ``ZEP-1295`` - incorrect doxygen comment in kernel.h:k_work_pending()
354 * ``ZEP-1297`` - test/legacy/kernel/test_mail: failure on ARC platforms
357 * ``ZEP-1303`` - Configuration talks about >32 thread prios, but the kernel does not support it