Searched refs:allowed (Results 76 – 100 of 140) sorted by relevance
123456
/Zephyr-latest/doc/develop/api/ |
D | terminology.rst | 7 allowed calling context (thread, ISR, pre-kernel), the effect of a call
|
/Zephyr-latest/doc/kernel/services/timing/ |
D | timers.rst | 98 since ISRs are not allowed to block.
|
/Zephyr-latest/samples/net/sockets/http_server/ |
D | README.rst | 185 but in the allowed IP range defined by the ``/24`` mask.
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 1106 Exceptions are allowed for maintaining existing implementations or adding new 1256 .. csv-table:: List of allowed libc functions and macros in the Zephyr kernel 1339 Introducing new C standard library functions to the Zephyr kernel is allowed 1384 functions and macros are exempt from this rule and allowed to be used in the 1387 .. csv-table:: List of allowed non-standard libc functions 1401 above list is allowed with justification, given that the above requirement is
|
/Zephyr-latest/boards/st/stm32h747i_disco/doc/ |
D | index.rst | 99 article sincerely allowed to use the images and his knowledge about necessary
|
/Zephyr-latest/drivers/console/ |
D | Kconfig | 77 allowed to enter sleep/deep sleep state and turn off the clock of UART
|
/Zephyr-latest/tests/benchmarks/thread_metric/ |
D | thread_metric_readme.txt | 261 not allowed.
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm_cortex_m.rst | 439 enabled unprivileged access on the entire flash area is allowed. 450 Alternative MPU configurations are allowed by enabling :kconfig:option:`CONFIG_CPU_HAS_CUSTOM_FIXED… 546 instructions outside the single thread context that is allowed
|
/Zephyr-latest/doc/kernel/services/ |
D | interrupts.rst | 235 are known as clients. The maximum number of allowed clients for an interrupt is 404 during runtime. Exceeding the configured maximum number of allowed clients will result in 450 call never happened. This behaviour is only allowed if
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 263 threads performing secure function calls, are allowed to be
|
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/ |
D | kconfig.mjs | 419 input.placeholder = 'Type a Kconfig option name (RegEx allowed)';
|
/Zephyr-latest/modules/hostap/ |
D | Kconfig | 385 # to mark them as allowed for CI checks, and also someone else cannot use the
|
/Zephyr-latest/arch/ |
D | Kconfig | 480 int "Maximum number of clients allowed per shared interrupt" 484 This option controls the maximum number of clients allowed 1008 instructions outside the single thread context that is allowed
|
/Zephyr-latest/cmake/modules/ |
D | dts.cmake | 143 "(${shortened_board_string}.dts) not allowed, use '<board>_<soc>.dts' naming"
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 119 Requirements for allowed practices 134 Force-pushing to a module's main branch is not allowed. 154 The above practice is the only allowed practice in modules where 288 It is allowed to file bug reports for zephyr modules to track
|
/Zephyr-latest/doc/develop/west/ |
D | built-in.rst | 272 This is because some Git servers have historically not allowed fetching
|
D | release-notes.rst | 439 allowed values documented in :ref:`west-manifest-schema-version`. The old 442 allowed invalid schema versions, like ``0.8.2``.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 367 ``response_ctx``, after which only further body data is allowed in subsequent
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 61 - The blob’s :ref:`type <bin-blobs-types>`, which must be one of the allowed types
|
D | contributor_expectations.rst | 98 - No fixup or merge commits are allowed, see :ref:`Contribution workflow` for
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | Kconfig | 318 int "How many simultaneous SocketCAN receivers are allowed"
|
/Zephyr-latest/boards/nxp/imx93_evk/doc/ |
D | index.rst | 359 is allowed to share this region with the root. If this region is not set in
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 67 ``int foo[]`` or ``int foo[12]`` is not allowed, but should instead be 133 allowed to do.
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 353 Usually, it will be ``MSG_RELEASE_BOUND``, but ``MSG_DATA`` is also allowed.
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | Kconfig | 178 # LE Set Connection CTE Receive Parameters. Value required to store max allowed number
|
123456