Home
last modified time | relevance | path

Searched full:framework (Results 1 – 25 of 134) sorted by relevance

123456

/Zephyr-latest/kernel/
DKconfig.obj_core5 bool "Object core framework"
8 This option enables the object core framework. This will link
16 bool "Integrate condition variables into object core framework"
20 object core framework.
23 bool "Integrate events into object core framework"
27 core framework.
30 bool "Integrate FIFOs into object core framework"
34 framework.
37 bool "Integrate LIFOs into object core framework"
41 framework.
[all …]
/Zephyr-latest/samples/subsys/smf/
Dsmf.rst2 :name: State Machine Framework
5 These samples demonstrate how to use the :ref:`State Machine Framework <smf>` subsystem.
/Zephyr-latest/samples/modules/chre/
DREADME.rst20 #. *Audio* - a framework allowing nanoapps to get audio events. See `pal/audio.h`_ for API details.
21 #. *GNSS* - a framework allowing nanoapps to manage location and measurement sessions. See
23 #. *Sensor* - a framework allowing nanoapps to request changes to sensors configuration get
25 #. *System* - a framework allowing nanoapps to make common system requests such as logging, clock,
27 #. *WiFi* - a framework allowing nanoapps to interact with the on board WiFi. See `pal/wifi.h`_ for
29 #. *WWAN* - a framework allowing nanoapps to interact with the WWAN module such as getting the
66 accelerometers provided by the sensors PAL framework.
/Zephyr-latest/tests/bsim/bluetooth/mesh/
DREADME.rst6 framework.
15 harnesses in every build. The overlying bsim test framework selects the harness
57 Framework section in Bluetooth Mesh BabbleSim tests
60 The Bluetooth Mesh BabbleSim tests mainly operate on the test framework for the
85 The mesh_test module is never called from the framework, so each test harness
/Zephyr-latest/samples/tfm_integration/tfm_ipc/src/
Dmain.c17 * \brief Retrieve the version of the PSA Framework API.
29 printk("The version of the PSA Framework API is %d.\n", in tfm_get_version()
32 printk("The version of the PSA Framework API is not valid!\n"); in tfm_get_version()
/Zephyr-latest/samples/tfm_integration/tfm_ipc/
Dsample.yaml27 - "The version of the PSA Framework API is"
42 - "The version of the PSA Framework API is"
/Zephyr-latest/tests/ztest/fail/
DREADME.rst3 Ztest framework failure tests
9 In order to test the actual framework's failure cases, this test suite has to do something unique.
/Zephyr-latest/doc/kernel/memory_management/
Dshared_multi_heap.rst14 This framework is commonly used as follow:
16 1. At boot time some platform code initialize the shared multi-heap framework
62 correct set of attributes for the needed memory. The framework will take
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/
DREADME.rst5 Implement an event-driven hierarchical state machine using State Machine Framework (SMF).
10 This sample demonstrates the :ref:`State Machine Framework <smf>` subsystem.
48 Not all transitions modelled in UML may be supported by the :ref:`State Machine Framework <smf>`.
Dprj.conf8 # Enable the state machine framework
/Zephyr-latest/samples/subsys/sensing/simple/
Dsample.yaml2 description: A sensor framework sample
/Zephyr-latest/include/zephyr/multi_heap/
Dshared_multi_heap.h9 * @brief Public API for Shared Multi-Heap framework
42 * This framework is commonly used as follow:
45 * framework using @ref shared_multi_heap_pool_init and add the memory
57 * the correct set of attributes for the needed memory. The framework will
/Zephyr-latest/doc/project/
Ddocumentation.rst44 :ref:`Ztest framework <test-framework>`. Test documentation should only be done
46 called directly by the Ztest framework. Those tests are going to appear in test
/Zephyr-latest/subsys/testsuite/ztest/
DKconfig5 bool "Zephyr testing framework"
8 Enable the Zephyr testing framework. You should enable this only
238 bool "Stress test framework"
247 int "Maximum number of threads in ztress framework"
/Zephyr-latest/lib/smf/
DKconfig14 If y, then the state machine framework includes ancestor state support
/Zephyr-latest/doc/develop/test/
Dztest.rst1 .. _test-framework:
3 Test Framework
6 The Zephyr Test Framework (Ztest) provides a simple testing framework intended
10 The framework can be used in two ways, either as a generic framework for
116 framework provides the :c:macro:`ZTEST_DMEM` and :c:macro:`ZTEST_BMEM` macros for use of such
183 While the Ztest framework provides a default :c:func:`test_main` function, it's possible that some
418 Stress test framework
421 Zephyr stress test framework (Ztress) provides an environment for executing user
423 resilient to preemptions. The framework tracks the number of executions and preemptions
427 The framework is setting up the environment by creating the requested number of threads
[all …]
/Zephyr-latest/dts/bindings/mbox/
Dnordic,nrf-bellboard-tx.yaml9 communication (IPC) framework. When used in the tx mode, the BELLBOARD
Dnordic,nrf-vevif-event-tx.yaml8 intended for signaling within the interprocessor communication (IPC) framework.
/Zephyr-latest/lib/open-amp/
DKconfig12 compatible with linux remote proc framework and OpenAMP library.
/Zephyr-latest/include/zephyr/
Dsmf.h10 * @brief State Machine Framework header file
19 * @brief State Machine Framework API
20 * @defgroup smf State Machine Framework API
/Zephyr-latest/samples/subsys/smf/hsm_psicc2/src/
Dmain.c18 printk("State Machine Framework Demo\n"); in main()
/Zephyr-latest/samples/subsys/smf/smf_calculator/
Dprj.conf9 # Enable the state machine framework
/Zephyr-latest/samples/subsys/display/cfb/
DREADME.rst11 (CFB) subsystem framework.
/Zephyr-latest/drivers/timer/
DKconfig.cavs9 # Zephyr's perspective is the framework and also the application.
/Zephyr-latest/dts/bindings/arm/
Darm,ethos-u.yaml8 Zephyr module that is hooked up into the Tensorflow Lite Micro framework

123456