Searched refs:provided (Results 1 – 25 of 593) sorted by relevance
12345678910>>...24
/Zephyr-latest/modules/trusted-firmware-m/ |
D | Kconfig.tfm.crypto_modules | 22 Unset this option if the functionality provided by 'crypto_key_management.c' 30 Unset this option if the functionality provided by 'crypto_aead.c' 38 Unset this option if the functionality provided by 'crypto_mac.c' 46 Unset this option if the functionality provided by 'crypto_hash.c' 54 Unset this option if the functionality provided by 'crypto_cipher.c' 62 Unset this option if the encrypt functionality provided by 'crypto_asymmetric.c' 70 Unset this option if the sign functionality provided by 'crypto_asymmetric.c' 78 Unset this option if the functionality provided by 'crypto_key_derivation.c'
|
/Zephyr-latest/boards/nxp/common/ |
D | segger-ecc-systemview.rst | 10 address provided to the tool should be the location of the ``_SEGGER_RTT`` 14 The RTT control block address must be provided manually because this SOC 16 control block a fault will occur, provided that ECC is enabled and the RAM
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | index.rst | 17 user-defined struct. Macros are provided to retrieve a user struct 21 allocate node objects because the memory is provided by the user). 26 needed will be provided by the user. Some of the provided data
|
/Zephyr-latest/boards/qemu/cortex_m3/ |
D | Kconfig.defconfig | 16 # these APIs are provided thougth Mbed TLS. Unfortunately this platform is not 17 # provided with a true random number generator which is required to properly
|
/Zephyr-latest/lib/cpp/ |
D | Kconfig | 85 Build with the minimal C++ library provided by Zephyr. 97 Build with GNU C++ Standard Library (libstdc++) provided by the GNU 107 Build with LLVM C++ Standard Library (libc++) provided by LLVM 116 Build with ARC MetaWare C++ Standard Library provided by the ARC 122 Build and link with an external/user-provided C++ standard library. 127 Build an external/user-provided C++ standard library.
|
/Zephyr-latest/tests/lib/mem_alloc/ |
D | README.txt | 1 Title: Kernel Access to Dynamic Memory Allocation functions provided by 7 provided by standard C libraries supported in Zephyr: 11 of all functionality provided by the libraries.
|
/Zephyr-latest/boards/common/ |
D | stub.dts | 6 /* empty stub file provided for systems not using devicetree */
|
/Zephyr-latest/samples/drivers/charger/ |
D | README.rst | 14 - The application will first poll for external power provided to the charger device. 15 - If power is provided to the charger, then the sample application will attempt to enable the charge
|
/Zephyr-latest/cmake/modules/ |
D | FindThreads.cmake | 22 # program to check if the implementation is provided by libc), but it's not 23 # able to detect pthread implementation provided by Zephyr.
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | entropy.rst | 10 entropy hardware present on the platform. The entropy APIs are provided
|
/Zephyr-latest/boards/native/common/extra_args/ |
D | Kconfig | 9 program from the shell. These will be parsed just before the shell provided ones.
|
/Zephyr-latest/subsys/testsuite/include/zephyr/ |
D | test_asm_inline_gcc.h | 52 #error implementation of timestamp_serialize() not provided for your CPU target
|
/Zephyr-latest/lib/libc/ |
D | Kconfig | 11 implementation, rather than the subset provided by MINIMAL_LIBC. 94 expected to be provided by the toolchain. 119 C library provided by ARC MWDT toolchain. 124 Build with external/user provided C library.
|
/Zephyr-latest/subsys/canbus/ |
D | Kconfig.canopen | 10 support. Support is provided by the 3rd party CANopenNode
|
/Zephyr-latest/doc/develop/toolchains/ |
D | host.rst | 7 a Linux host, you may be able to reuse the native development tools provided
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 * Note: Pay attention to assign the same GPIO pins as those provided in
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 * Note: Pay attention to assign the same GPIO pins as those provided in
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 * Note: Pay attention to assign the same GPIO pins as those provided in
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 10 * Note: Pay attention to assign the same GPIO pins as those provided in
|
/Zephyr-latest/doc/services/debugging/ |
D | debugmon.rst | 26 With a SEGGER debug probe, it's possible to use a ready, SEGGER-provided implementation 42 Using SEGGER-provided ISR 45 The ready implementation provided with :kconfig:option:`CONFIG_SEGGER_DEBUGMON` provides functional…
|
/Zephyr-latest/boards/st/nucleo_wb05kz/ |
D | arduino_r3_connector.dtsi | 16 * Only the connected pins are provided here.
|
/Zephyr-latest/boards/st/nucleo_wb09ke/ |
D | arduino_r3_connector.dtsi | 16 * Only the connected pins are provided here.
|
/Zephyr-latest/boards/nxp/usb_kw24d512/ |
D | Kconfig.defconfig | 10 # clock from the transceiver provided at the CLK_OUT output.
|
/Zephyr-latest/samples/subsys/usb/cdc_acm/ |
D | README.rst | 11 Abstract Control Model (ACM) driver provided by the Zephyr project. 13 provided by this driver. 74 And on ttyACM device, provided by zephyr USB device stack:
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | tls_credentials_shell.rst | 53 Credential contents can be provided in-line with the call to ``cred add``, or will otherwise be sou… 64 To add a TLS credential using data provided with the same command, use: 81 …"``<FORMAT>``", "Specifies the storage format of the provided credential. See :ref:`tls_credential… 82 …"``<DATA>``", "If provided, this argument will be used as the credential data, instead of any data… 135 …"``<FORMAT>``", "Specifies the retrieval format for the provided credential. See :ref:`tls_credent… 179 …"``<SECTAG>``", "Optional. If provided, only list credentials with this sectag. Pass ``any`` or om… 180 …"``<TYPE>``", "Optional. If provided, only list credentials with this credential type. Pass ``any`… 249 The remaining three formats are provided for convenience in special use-cases.
|
12345678910>>...24