Home
last modified time | relevance | path

Searched refs:allowed (Results 76 – 100 of 140) sorted by relevance

123456

/Zephyr-latest/doc/develop/api/
Dterminology.rst7 allowed calling context (thread, ISR, pre-kernel), the effect of a call
/Zephyr-latest/doc/kernel/services/timing/
Dtimers.rst98 since ISRs are not allowed to block.
/Zephyr-latest/samples/net/sockets/http_server/
DREADME.rst185 but in the allowed IP range defined by the ``/24`` mask.
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst1106 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/
Dindex.rst99 article sincerely allowed to use the images and his knowledge about necessary
/Zephyr-latest/drivers/console/
DKconfig77 allowed to enter sleep/deep sleep state and turn off the clock of UART
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt261 not allowed.
/Zephyr-latest/doc/hardware/arch/
Darm_cortex_m.rst439 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/
Dinterrupts.rst235 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/
DKconfig263 threads performing secure function calls, are allowed to be
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs419 input.placeholder = 'Type a Kconfig option name (RegEx allowed)';
/Zephyr-latest/modules/hostap/
DKconfig385 # to mark them as allowed for CI checks, and also someone else cannot use the
/Zephyr-latest/arch/
DKconfig480 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/
Ddts.cmake143 "(${shortened_board_string}.dts) not allowed, use '<board>_<soc>.dts' naming"
/Zephyr-latest/doc/develop/
Dmodules.rst119 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/
Dbuilt-in.rst272 This is because some Git servers have historically not allowed fetching
Drelease-notes.rst439 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/
Dhttp_server.rst367 ``response_ctx``, after which only further body data is allowed in subsequent
/Zephyr-latest/doc/contribute/
Dbin_blobs.rst61 - The blob’s :ref:`type <bin-blobs-types>`, which must be one of the allowed types
Dcontributor_expectations.rst98 - No fixup or merge commits are allowed, see :ref:`Contribution workflow` for
/Zephyr-latest/subsys/net/lib/sockets/
DKconfig318 int "How many simultaneous SocketCAN receivers are allowed"
/Zephyr-latest/boards/nxp/imx93_evk/doc/
Dindex.rst359 is allowed to share this region with the root. If this region is not set in
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst67 ``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/
Dipc_service_icbmsg.rst353 Usually, it will be ``MSG_RELEASE_BOUND``, but ``MSG_DATA`` is also allowed.
/Zephyr-latest/subsys/bluetooth/common/
DKconfig178 # LE Set Connection CTE Receive Parameters. Value required to store max allowed number

123456