Home
last modified time | relevance | path

Searched full:library (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/Zephyr-latest/modules/mbedtls/
DCMakeLists.txt53 # Add base library with files required by all drivers/backends.
58 ${ZEPHYR_CURRENT_MODULE_DIR}/library/aes.c
59 ${ZEPHYR_CURRENT_MODULE_DIR}/library/aesni.c
60 ${ZEPHYR_CURRENT_MODULE_DIR}/library/aria.c
61 ${ZEPHYR_CURRENT_MODULE_DIR}/library/asn1parse.c
62 ${ZEPHYR_CURRENT_MODULE_DIR}/library/asn1write.c
63 ${ZEPHYR_CURRENT_MODULE_DIR}/library/base64.c
64 ${ZEPHYR_CURRENT_MODULE_DIR}/library/bignum_core.c
65 ${ZEPHYR_CURRENT_MODULE_DIR}/library/bignum_mod_raw.c
66 ${ZEPHYR_CURRENT_MODULE_DIR}/library/bignum_mod.c
[all …]
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/
DREADME.rst2 :name: Number crunching using optimized library
10 This example demonstrates how to include a proprietary static library into the Zephyr build system.
11 The library is in an out of tree location.
13 To use this sample, with an out of tree library, one needs to define an environment variable
19 # Link with the external 3rd party library.
35 …that NatureDSP lib and headers can be found, calls the exact math functions from NatureDSP library.
37 If one wants to include a new backend it needs to create a new wrapper for that library or backend.
70 Proprietary library example!
72 [Library Test] == Vector Sum test ==
74 [Library Test] Vector Sum takes 6886 cycles
[all …]
Dsample.yaml3 how to integrate a proprietary library which
5 name: Proprietary Library
20 - "[Library Test]"
/Zephyr-latest/lib/libc/
DKconfig1 # C library
7 prompt "Require complete C library"
10 Select a C library implementation that provides a complete C library
24 Selected when the target has at least one C library that offers a
33 Selected when the target has support for the minimal C library
42 Selected when the target has support for the newlib C library
60 menu "C Library"
63 prompt "C Library Implementation"
70 bool "Minimal C library"
80 Build with minimal C library.
[all …]
/Zephyr-latest/lib/cpp/
DKconfig60 bool "Require complete C++ standard library"
63 Indicates that a full C++ standard library is required, either by
65 library implementation.
70 Selected when the target has at least one C++ library that offers a
75 prompt "C++ Standard Library Implementation"
82 bool "Minimal C++ Library"
85 Build with the minimal C++ library provided by Zephyr.
87 The Zephyr minimal C++ library only provides a very limited subset
88 of the standard C++ library and is mainly intended for use with the
89 applications that do not require the Standard Template Library (STL).
[all …]
/Zephyr-latest/subsys/ipc/ipc_service/lib/
DKconfig5 bool "RPMsg support library"
7 "RPMsg library"
10 bool "Static VRINGs support library"
12 "Static VRINGs library"
23 bool "icmsg IPC library"
26 Icmsg library
33 bool "icmsg IPC library with multi-endpoint functionality"
37 Multi-endpoint functionality for the icmsg library
/Zephyr-latest/subsys/net/lib/mqtt/
DKconfig1 # Socket MQTT Library for Zephyr
7 bool "Socket MQTT Library Support"
10 Enable the Zephyr MQTT Library
28 bool "TLS support for socket MQTT Library"
30 Enable TLS support for socket MQTT Library
36 Enable ALPN protocol for socket MQTT Library.
39 bool "Websocket support for socket MQTT Library"
41 Enable Websocket support for socket MQTT Library.
44 bool "Custom transport support for socket MQTT Library"
46 Enable custom transport support for socket MQTT Library.
/Zephyr-latest/modules/uoscore-uedhoc/
DKconfig5 bool "UOSCORE library"
10 This option enables the UOSCORE library.
15 bool "Debug logs in the uoscore library"
20 bool "UEDHOC library"
25 This option enables the UEDHOC library.
30 bool "Debug logs in the uedhoc library"
/Zephyr-latest/samples/boards/nxp/adsp/number_crunching/src/
Dmath_ops.c34 printk("[Library Test] == Vector Sum test ==\r\n"); in test_vec_sum_int16_op()
44 printk("[Library Test] Vector Sum takes %d cycles\r\n", stop - start); in test_vec_sum_int16_op()
45 printk("[Library Test] == Vector Sum test end with %d ==\r\n\r\n", ret); in test_vec_sum_int16_op()
53 printk("[Library Test] == Vector power sum test ==\r\n"); in test_power_int16_op()
62 printk("[Library Test] Mismatch: expected %lld result %lld\r\n", in test_power_int16_op()
67 printk("[Library Test] Vector power sum takes %d cycles\r\n", stop - start); in test_power_int16_op()
68 printk("[Library Test] == Vector power sum test end with %d ==\r\n\r\n", ret); in test_power_int16_op()
75 printk("[Library Test] == Vector power sum test ==\r\n"); in test_power_int32_op()
82 printk("[Library Test] Vector power sum takes %d cycles\r\n", stop - start); in test_power_int32_op()
83 printk("[Library Test] == Vector power sum test end ==\r\n\r\n"); in test_power_int32_op()
[all …]
/Zephyr-latest/lib/libc/common/
DKconfig51 bool "Common C library malloc implementation"
58 int "Size of the common C library malloc arena"
67 common C library malloc() implementation.
79 When using the minimal C library, the default is to have no
85 bool "Common C library calloc"
90 Enable the common C library trivial implementation of calloc,
94 bool "Common C library reallocarray"
99 Enable the common C library trivial implementation of
111 # of C11 threads and POSIX API can be abstracted out to a common library.
118 bool "Common C library remove"
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_config_reserved_resources.h11 * of the nrfx library.
18 * of the nrfx library.
25 * of the nrfx library.
30 * of the nrfx library.
456 * of the nrfx library.
463 * of the nrfx library.
470 * of the nrfx library.
477 * of the nrfx library.
484 * of the nrfx library.
491 * of the nrfx library.
[all …]
/Zephyr-latest/doc/connectivity/networking/api/
Dhttp_client.rst13 The HTTP client library allows you to send HTTP requests and
14 parse HTTP responses. The library communicates over the sockets
18 The application must be responsible for creating a socket and passing it to the library.
19 Therefore, depending on the application's needs, the library can communicate over
25 The API of the HTTP client library has a single function.
47 If the server responds to the request, the library provides the response to the
49 As the library can provide the response in chunks, the application must be able
53 also provides information about whether the library expects to receive more data.
73 more information about the library usage.
Dnet_config.rst3 Network Configuration Library
13 The network configuration library sets up networking devices in a
17 The following Kconfig options affect how configuration library will
20 .. csv-table:: Kconfig options for network configuration library
26 config library is not used for initialization and the application needs to
31 the config library Kconfig file :zephyr_file:`subsys/net/lib/config/Kconfig`
69 If :kconfig:option:`CONFIG_NET_CONFIG_AUTO_INIT` is set, then the configuration library
71 the library will call ``net_config_init()`` automatically and the application
74 If you want to use the network configuration library but without automatic
76 parameter can be used to give hints to the library about what kind of
/Zephyr-latest/lib/runtime/
DKconfig9 Selected when the compiler supports compiler-rt runtime library.
12 prompt "Runtime library implementation"
18 Use libgcc as a runtime library.
24 Use LLVM compiler-rt as a runtime library.
/Zephyr-latest/doc/develop/languages/cpp/
Dindex.rst49 * OS-specific C++ standard library classes (e.g. ``std::thread``,
62 * Standard Template Library (STL)
72 Zephyr Minimal C++ Library
75 Zephyr minimal C++ library (:file:`lib/cpp/minimal`) provides a minimal subset
76 of the C++ standard library and application binary interface (ABI) functions to
83 The scope of the minimal C++ library is strictly limited to providing the basic
84 C++ language support, and it does not implement any `Standard Template Library
86 the applications that implement their own (non-standard) class library and do
87 not rely on the Standard Template Library (STL) components.
89 Any application that makes use of the Standard Template Library (STL)
[all …]
/Zephyr-latest/subsys/dsp/
DKconfig23 prompt "DSP library backend selection"
29 bool "Use the CMSIS-DSP library as the math backend"
33 Implement the various zephyr DSP functions using the CMSIS-DSP library. This feature
43 bool "Use the mwdt library as the math backend"
50 Implement the various zephyr DSP functions using the MWDT-DSP library. This feature
/Zephyr-latest/doc/develop/languages/c/
Dcommon_libc.rst3 Common C library code
6 Zephyr provides some C library functions that are designed to be used in
9 in the C library with code better suited for use in the Zephyr environment
25 The common C library internally uses the :ref:`kernel memory heap API
35 The default heap size for applications using the common C library is zero
36 (no heap). For other C library users, if there is an MMU present, then the
45 the common C library are thread safe and may be simultaneously called by
/Zephyr-latest/samples/application_development/external_lib/
DREADME.rst2 :name: External Library
4 Include an external static library into the Zephyr build system.
9 A simple example that demonstrates how to include an external static library
11 The demonstrates both how to build the external library using a different build
12 system and how to include the built static library.
/Zephyr-latest/samples/net/zperf/
DCMakeLists.txt14 zephyr_code_relocate(LIBRARY subsys__net__ip
16 zephyr_code_relocate(LIBRARY subsys__net
19 zephyr_code_relocate(LIBRARY drivers__ethernet
21 zephyr_code_relocate(LIBRARY subsys__net__l2__ethernet
/Zephyr-latest/lib/utils/
DKconfig4 menu "Utility Library"
7 bool "Build JSON library"
9 Build a minimal JSON parsing/encoding library. Used by sample
49 environments before the standard library is usable. By
51 this to use the one from the standard library.
/Zephyr-latest/cmake/toolchain/armclang/
DKconfig13 prompt "C Library Implementation"
17 bool "ARM Compiler C library"
22 A reduced Zephyr minimal libc will be used for library functionality
/Zephyr-latest/subsys/net/lib/trickle/
DKconfig1 # Trickle Library for Zephyr
7 bool "Trickle library"
16 module-help = Enables Trickle library output debug messages
/Zephyr-latest/arch/arm/core/cortex_m/tz/
DCMakeLists.txt10 # an import library that consists of a relocatable file containing
11 # only a symbol table with the entry veneers. The library may be used
22 # Indicate that the entry veneers library file is created during linking of this firmware.
32 # Link the entry veneers library file with the Non-Secure Firmware that needs it.
/Zephyr-latest/modules/
DKconfig.syst5 bool "MIPI SyS-T Library Support"
7 This option enables the MIPI SyS-T Library
26 Tell MIPI Sys-T library to not build with
/Zephyr-latest/subsys/net/lib/prometheus/
DKconfig5 bool "Prometheus Client Library (Pull Method)"
9 Enable Prometheus client library
23 module-help = Enable debug message of PROMETHEUS client library.

12345678910>>...22