/Zephyr-latest/samples/arch/smp/pktqueue/ |
D | README.rst | 4 Use SMP to process multiple packet headers in parallel. 17 of packet headers is initialized. Each header contains some random data of size 38 The headers then are stored in multiple "sender" queues (the number is defined 47 As soon as all headers in each pair of queues are moved from "sender" to 57 the number of headers in queue (``SIZE_OF_QUEUE``), and 63 This project outputs total time required for processing all packet headers. 79 Each of 2 parallel queues is processed by 3 threads on 2 cores and contain 5000 packet headers. 84 All 20000 packet headers were processed in 89 msec
|
/Zephyr-latest/subsys/usb/device/class/netusb/ |
D | CMakeLists.txt | 6 # USB headers 12 # IP headers
|
/Zephyr-latest/subsys/secure_storage/ |
D | CMakeLists.txt | 5 zephyr_library_include_directories(include/internal) # secure_storage headers 8 # Make the subsystem's PSA Secure Storage API headers available only when it's enabled. 13 # Make the secure_storage headers available to the application only when it's implementing the rele…
|
/Zephyr-latest/subsys/net/lib/http/ |
D | Kconfig | 83 processing HPACK compressed headers. This effectively limits the 108 application wishes to access headers of a greater length. 116 (applies to response headers only, not request headers). The default 117 value is sufficient for the standard headers included with a response, 119 additional response headers. 122 bool "Allow capturing HTTP headers for application use" 124 This setting enables the HTTP server to capture selected headers that have 128 int "Size of buffer for capturing HTTP headers for application use" 134 HTTP headers for later use by the application. 137 int "Maximum number of HTTP headers to be captured for application use" [all …]
|
/Zephyr-latest/include/zephyr/ |
D | kernel_includes.h | 17 #error Please do not include kernel-specific headers directly, use <zephyr/kernel.h> instead
|
/Zephyr-latest/boards/shields/arduino_uno_click/doc/ |
D | index.rst | 9 The Arduino UNO click is an extension to the Arduino UNO R3 headers. 10 It's a simple shield that converts Arduino UNO R3 headers to two mikroBUS 16 Two mikroBUS headers are exposed by the overlay: ``mikrobus_header_1`` and
|
/Zephyr-latest/doc/services/llext/ |
D | build.rst | 6 often useful to have access to the headers and compiler flags used by the main 18 needs to export the headers and compiler flags used by the main Zephyr 138 headers and compiler flags used by the main Zephyr application, since they have 139 a direct impact on how Zephyr headers are interpreted and the extension is 151 directory. It's a tarball that contains the headers and compile flags needed 152 to build extensions. The extension developer can then include the headers 166 Paths to the headers and flags are prefixed by the EDK root directory. This is 186 Compiler flags to add directories containing non-autogenerated headers 191 Compiler flags to add directories containing autogenerated headers to 196 Compiler flags to add all directories containing headers used in the [all …]
|
/Zephyr-latest/subsys/usb/device/class/hid/ |
D | CMakeLists.txt | 6 # USB headers
|
/Zephyr-latest/soc/nordic/ |
D | CMakeLists.txt | 15 # Include dt-bindings headers into the build. This lets us validate all required 17 # headers for different SoCs.
|
/Zephyr-latest/arch/arm64/core/xen/ |
D | CMakeLists.txt | 4 # Needed to separate definitions in common Xen headers
|
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/doc/ |
D | index.rst | 15 - ADC & GPIO headers 19 - Intel Modular Embedded Controller Card (MECC) headers 54 If the correct IDC headers are installed, this board supports both J-TAG and
|
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/doc/ |
D | index.rst | 15 - ADC & GPIO headers 19 - Intel Modular Embedded Controller Card (MECC) headers 54 If the correct IDC headers are installed, this board supports both J-TAG and
|
/Zephyr-latest/boards/ene/kb1200_evb/doc/ |
D | index.rst | 16 - ADC & GPIO headers 39 If the correct headers are installed, this board supports SWD Debug Interface.
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | armclang.h | 11 #error Please do not include toolchain-specific headers directly, use <zephyr/toolchain.h> instead
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 65 …def put_raw(self, path: str, data: str | dict | None = None, headers: dict | None = None, params: … 67 …resp = self._s.put(f'{self.api_url}{path}', data=data, headers=headers, params=params, timeout=sel… 74 …}?timeout={self.timeout}&format={self.format}' + uri_options, data=data, headers={'content-type': … 81 headers={'content-type': 'application/json'} 84 headers=None 86 …resp = self._s.post(f'{self.api_url}{path}' + uri_options, data=data, headers=headers, timeout=sel… 430 …r = requests.get(f'{self.api_url}/event?{endpoint}', stream=True, headers={'Accept': 'text/event-s…
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | CMakeLists.txt | 6 # IP headers
|
/Zephyr-latest/tests/modules/nanopb/lib/ |
D | CMakeLists.txt | 8 # Add include directory to find the generated headers
|
/Zephyr-latest/include/zephyr/net/http/ |
D | server.h | 200 struct http_header *headers; /**< Array of HTTP request headers */ member 208 const struct http_header *headers; /**< Array of HTTP headers */ member 382 struct http_header headers[HTTP_SERVER_CAPTURE_HEADER_COUNT]; member
|
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/doc/ |
D | index.rst | 15 - ADC & GPIO headers 19 - Intel Modular Embedded Controller Card (MECC) headers 53 If the correct headers are installed, this board supports both J-TAG and also
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | http_server.rst | 346 * The ``headers``, ``header_count`` and ``headers_status`` fields pass request 347 headers to the application, if 356 * The ``headers`` and ``header_count`` fields can be used for the application to 357 send any arbitrary HTTP headers. If not populated, only Transfer-Encoding and 414 Accessing request headers 417 The application can register an interest in any specific HTTP request headers. 418 These headers are then stored for each incoming request, and can be accessed 419 from within a dynamic resource callback. Request headers are only included in 426 Then the application can register headers to be captured, and read the values 437 const struct http_header *headers = client->header_capture_ctx.headers; [all …]
|
/Zephyr-latest/tests/net/lib/http_server/core/ |
D | CMakeLists.txt | 8 include_directories(${BASE_PATH}/headers)
|
/Zephyr-latest/boards/nuvoton/npcm400_evb/doc/ |
D | index.rst | 18 - ADC & GPIO headers 51 If the correct headers are installed, this board supports J-TAG.
|
/Zephyr-latest/samples/net/sockets/http_client/src/ |
D | main.c | 312 const char *headers[] = { in run_queries() local 324 req.header_fields = headers; in run_queries() 336 const char *headers[] = { in run_queries() local 348 req.header_fields = headers; in run_queries()
|
/Zephyr-latest/boards/shields/wnc_m14a2a/boards/ |
D | frdm_k64f.overlay | 9 * headers. It needs to be defined individually.
|
/Zephyr-latest/lib/libc/newlib/ |
D | CMakeLists.txt | 26 # in its headers when GNU dialect is used (-std=gnu*). Newlib features.h 29 # Newlib headers and conflicts with the POSIX definitions provided by Zephyr.
|