Home
last modified time | relevance | path

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

12345678910>>...12

/Zephyr-Core-2.7.6/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
33 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.
/Zephyr-Core-2.7.6/lib/libc/
DKconfig1 # C library
6 menu "C Library"
11 Helper symbol to indicate some feature requires a C library implementation
19 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 be
40 bool "ARC MWDT C library"
44 C library provided by ARC MWDT toolchain.
[all …]
/Zephyr-Core-2.7.6/doc/reference/libc/
Dindex.rst3 C standard library
10 The `C standard library`_ is an integral part of any C program, and Zephyr
14 the minimal subset of the standard C library required to meet the needs of
17 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 for
24 precompiled library for each supported architecture (:file:`libc.a` and
26 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_library
50 consistent between the different implementations of the C standard library. The
/Zephyr-Core-2.7.6/doc/reference/networking/
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`
60 If :kconfig:`CONFIG_NET_CONFIG_AUTO_INIT` is set, then the configuration library
62 the library will call ``net_config_init()`` automatically and the application
65 If you want to use the network configuration library but without automatic
67 parameter can be used to give hints to the library about what kind of
Dcoap.rst19 Zephyr provides a CoAP library which supports client and server roles.
20 The library is configurable as per user needs. The Zephyr CoAP library
22 for communication and pass the buffer to the library for parsing and other
23 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 library
67 to parse the message. If the CoAP message is proper, the library uses the buffer
133 There are various ways to test Zephyr CoAP library.
Dsntp.rst3 Simple Network Time Protocol Library
13 The SNTP library implements
Dtrickle.rst3 Trickle Timer Library
13 The Trickle timer library implements
/Zephyr-Core-2.7.6/samples/application_development/external_lib/
DREADME.rst3 External Library
8 A simple example that demonstrates how to include an external static library
10 The demonstrates both how to build the external library using a different build
11 system and how to include the built static library.
/Zephyr-Core-2.7.6/cmake/toolchain/armclang/
DKconfig13 prompt "C Library Implementation"
17 bool "ARM Compiler C library"
20 A reduced Zephyr minimal libc will be used for library functionality
/Zephyr-Core-2.7.6/arch/arm/core/aarch32/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-Core-2.7.6/modules/
DKconfig.open-amp8 This option enables the OpenAMP IPC library
13 string "OpenAMP library source path"
17 This option specifies the path to the source for the open-amp library
DKconfig.libmetal10 string "libmetal library source path"
14 This option specifies the path to the source for the libmetal library
DKconfig.mcuboot_bootutil5 bool "MCUboot utility library"
7 Enable MCUboot utility library which implements functions
DKconfig.syst5 bool "MIPI SyS-T Library Support"
8 This option enables the MIPI SyS-T Library
/Zephyr-Core-2.7.6/subsys/net/lib/http/
DKconfig8 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
/Zephyr-Core-2.7.6/modules/mbedtls/
DCMakeLists.txt18 ${ZEPHYR_CURRENT_MODULE_DIR}/mbedtls/library/*.c
33 …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.")
/Zephyr-Core-2.7.6/subsys/net/lib/tftp/
DKconfig1 # Socket TFTP Library for Zephyr
7 bool "Socket TFTP Library Support [EXPERIMENTAL]"
11 Enable the Zephyr TFTP Library
/Zephyr-Core-2.7.6/subsys/net/lib/sntp/
DKconfig9 Enable SNTP client library
16 module-help = Enable debug message of SNTP client library.
/Zephyr-Core-2.7.6/subsys/net/lib/websocket/
DKconfig13 Enable Websocket client library.
26 module-help = Enable debug message of Websocket client library.
/Zephyr-Core-2.7.6/lib/gui/lvgl/
DKconfig.memory28 bool "C library Heap"
31 Use C library malloc and free to allocate objects on the C library heap
DKconfig6 bool "LittlevGL GUI library"
8 This option enables the LittlevGL GUI library.
/Zephyr-Core-2.7.6/drivers/lora/
DCMakeLists.txt4 # library. Hence, if it exists then the source files are added to that otherwise
5 # a library with same name is created.
/Zephyr-Core-2.7.6/drivers/i2c/
Di2c_bitbang.h10 * These need to be implemented by the user of this library.
24 * A driver or other code wishing to use the i2c_bitbang library should
25 * create one of these structures then use it via the library APIs.
/Zephyr-Core-2.7.6/subsys/lorawan/
DCMakeLists.txt4 # library. Hence, if it exists then the source files are added to that otherwise
5 # a library with same name is created.
/Zephyr-Core-2.7.6/lib/util/getopt/
DREADME15 [This library is going to be used by the shell module. Some shell users
17 commands as well. A library is needed that allows the developer to parse
21 For this purpose I decided to port the getopt library available

12345678910>>...12