Searched full:library (Results 1 – 25 of 292) sorted by relevance
12345678910>>...12
1 # Socket MQTT Library for Zephyr7 bool "Socket MQTT Library Support"10 Enable the Zephyr MQTT Library28 bool "TLS support for socket MQTT Library"30 Enable TLS support for socket MQTT Library33 bool "Websocket support for socket MQTT Library"35 Enable Websocket support for socket MQTT Library.38 bool "Custom transport support for socket MQTT Library"40 Enable custom transport support for socket MQTT Library.
1 # C library6 menu "C Library"11 Helper symbol to indicate some feature requires a C library implementation19 prompt "C Library Implementation"25 bool "Minimal C library"30 Build with minimal C library.33 bool "Newlib C library"36 Build with newlib library. The newlib library is expected to be40 bool "ARC MWDT C library"44 C library provided by ARC MWDT toolchain.[all …]
3 C standard library10 The `C standard library`_ is an integral part of any C program, and Zephyr14 the minimal subset of the standard C library required to meet the needs of17 that do not rely on less frequently used portions of the ISO C standard library.21 The second one is `newlib`_, a complete C library implementation written for24 precompiled library for each supported architecture (:file:`libc.a` and26 also bundle newlib as a precompiled library.30 the C standard library with basic kernel services.33 .. _`C standard library`: https://en.wikipedia.org/wiki/C_standard_library50 consistent between the different implementations of the C standard library. The
3 Network Configuration Library13 The network configuration library sets up networking devices in a17 The following Kconfig options affect how configuration library will20 .. csv-table:: Kconfig options for network configuration library26 config library is not used for initialization and the application needs to31 the config library Kconfig file :zephyr_file:`subsys/net/lib/config/Kconfig`60 If :kconfig:`CONFIG_NET_CONFIG_AUTO_INIT` is set, then the configuration library62 the library will call ``net_config_init()`` automatically and the application65 If you want to use the network configuration library but without automatic67 parameter can be used to give hints to the library about what kind of
19 Zephyr provides a CoAP library which supports client and server roles.20 The library is configurable as per user needs. The Zephyr CoAP library22 for communication and pass the buffer to the library for parsing and other23 purposes. The library itself doesn't create any sockets for users.66 An application reads data from the socket and passes the buffer to the CoAP library67 to parse the message. If the CoAP message is proper, the library uses the buffer133 There are various ways to test Zephyr CoAP library.
3 Simple Network Time Protocol Library13 The SNTP library implements
3 Trickle Timer Library13 The Trickle timer library implements
3 External Library8 A simple example that demonstrates how to include an external static library10 The demonstrates both how to build the external library using a different build11 system and how to include the built static library.
13 prompt "C Library Implementation"17 bool "ARM Compiler C library"20 A reduced Zephyr minimal libc will be used for library functionality
10 # an import library that consists of a relocatable file containing11 # only a symbol table with the entry veneers. The library may be used22 # 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.
8 This option enables the OpenAMP IPC library13 string "OpenAMP library source path"17 This option specifies the path to the source for the open-amp library
10 string "libmetal library source path"14 This option specifies the path to the source for the libmetal library
5 bool "MCUboot utility library"7 Enable MCUboot utility library which implements functions
5 bool "MIPI SyS-T Library Support"8 This option enables the MIPI SyS-T Library
8 This option enables the http_parser library from nodejs.15 This option enables the URI parser library based on source from nodejs.34 module-str = Log level for HTTP client library
18 ${ZEPHYR_CURRENT_MODULE_DIR}/mbedtls/library/*.c33 …set_property(SOURCE ${ZEPHYR_CURRENT_MODULE_DIR}/mbedtls/library/bignum.c APPEND PROPERTY COMPILE_…39 assert(CONFIG_MBEDTLS_LIBRARY "MBEDTLS was enabled, but neither BUILTIN or LIBRARY was selected.")
1 # Socket TFTP Library for Zephyr7 bool "Socket TFTP Library Support [EXPERIMENTAL]"11 Enable the Zephyr TFTP Library
9 Enable SNTP client library16 module-help = Enable debug message of SNTP client library.
13 Enable Websocket client library.26 module-help = Enable debug message of Websocket client library.
28 bool "C library Heap"31 Use C library malloc and free to allocate objects on the C library heap
6 bool "LittlevGL GUI library"8 This option enables the LittlevGL GUI library.
4 # library. Hence, if it exists then the source files are added to that otherwise5 # a library with same name is created.
10 * These need to be implemented by the user of this library.24 * A driver or other code wishing to use the i2c_bitbang library should25 * create one of these structures then use it via the library APIs.
15 [This library is going to be used by the shell module. Some shell users17 commands as well. A library is needed that allows the developer to parse21 For this purpose I decided to port the getopt library available