Searched +full:stable +full:- +full:poll +full:- +full:period +full:- +full:ms (Results 1 – 5 of 5) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.09 row-size:14 col-size:19 poll-period-ms:23 Defines the poll period in msecs between between matrix scans, set to 024 to never exit poll mode. Defaults to 5ms if unspecified.26 stable-poll-period-ms:29 Defines the poll period in msecs between matrix scans when the matrix is30 stable, defaults to poll-period-ms value if unspecified.32 poll-timeout-ms:[all …]
4 * SPDX-License-Identifier: Apache-2.053 #define K_PRIO_COOP(x) (-(CONFIG_NUM_COOP_PRIORITIES - (x)))56 #define K_HIGHEST_THREAD_PRIO (-CONFIG_NUM_COOP_PRIORITIES)60 #define K_LOWEST_APPLICATION_THREAD_PRIO (K_LOWEST_THREAD_PRIO - 1)245 * bits, arch-specific use high bits.289 * from within a user-provided callback they have been invoked.290 * Effectively it serves as a tiny bit of zero-overhead TLS data.328 /* end - thread options */335 * - @ref K_USER allocate a userspace thread (requires `CONFIG_USERSPACE=y`)353 * @retval -EBUSY if the thread stack is in use.[all …]
14 * Introduced :ref:`USB-C <usbc_api>` device stack with PD (power delivery)17 CMSIS-DSP as the default backend.30 * CVE-2023-0359: Under embargo until 2023-04-2032 * CVE-2023-0779: Under embargo until 2023-04-2266 removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding.71 * Starting from this release ``zephyr-`` prefixed tags won't be created82 image states). Use of a truncated hash or non-sha256 hash will still work88 registration function at boot-up. If applications register this then93 application code, these will now automatically be registered at boot-up (this129 This may cause out-of-tree scripts or commands to fail if they have relied[all …]
13 * Added support for 64-bit ARCv314 * Split ARM32 and ARM64, ARM64 is now a top-level architecture15 * Added initial support for Arm v8.1-m and Cortex-M5522 https://github.com/zephyrproject-rtos/example-application34 * CVE-2021-3581: Under embargo until 2021-09-0441 <https://github.com/zephyrproject-rtos/zephyr/issues?q=is%3Aissue+is%3Aopen+label%3Abug>`_.46 * Driver APIs now return ``-ENOSYS`` if optional functions are not implemented.47 If the feature is not supported by the hardware ``-ENOTSUP`` will be returned.48 Formerly ``-ENOTSUP`` was returned for both failure modes, meaning this change168 Stable API changes in this release[all …]
17 * Support for M-Profile Vector Extensions (MVE) on ARMv8.1-M18 * Improved thread safety for Newlib and C++ on SMP-capable systems20 * New Action-based Power Management API23 * Linker Support for Tightly-Coupled Memory in RISC-V25 * Support for extended PCI / PCIe capabilities, improved MIS-X support33 * The kernel now supports both 32- and 64-bit architectures36 * We added support for Point-to-Point Protocol (PPP)37 * We added support for UpdateHub, an end-to-end solution for over-the-air device updates38 * We added support for ARM Cortex-R Architecture40 * Expanded support for ARMv6-M architecture[all …]