Searched refs:requests (Results 1 – 25 of 168) sorted by relevance
1234567
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_client.c | 122 if (client->requests[i].request_ongoing == true) { in has_ongoing_request() 133 if (client->requests[i].request_ongoing == true || in has_ongoing_exchange() 134 !exchange_lifetime_exceeded(&client->requests[i])) { in has_ongoing_exchange() 145 if (timeout_expired(&client->requests[i])) { in has_timeout_expired() 155 if (client->requests[i].request_ongoing == false && in get_free_request() 156 exchange_lifetime_exceeded(&client->requests[i])) { in get_free_request() 157 return &client->requests[i]; in get_free_request() 535 if (timeout_expired(&client->requests[i])) { in coap_client_resend_handler() 536 if (!client->requests[i].coap_request.confirmable) { in coap_client_resend_handler() 537 release_internal_request(&client->requests[i]); in coap_client_resend_handler() [all …]
|
/Zephyr-latest/scripts/west_commands/fetchers/ |
D | http.py | 5 import requests 19 resp = requests.get(url)
|
/Zephyr-latest/doc/project/ |
D | modifying_contributions.rst | 10 as reviewers in pull requests, so that patches may be approved and merged 11 to Zephyr's main branch as part of the original pull requests. The authors 12 of the pull requests are responsible for amending their original commits 16 included in pull requests that are submitted by other Zephyr contributors. 20 own pull requests in order to: 29 * assist in updating pull requests in order to get the patches merged 31 * drive stale pull requests to completion so they can be merged 52 Developers should try to limit the above practice to pull requests identified 53 as *stale*. Read about how to identify pull requests as stale in
|
D | code_flow.rst | 21 shall be done using backport pull requests. 55 - All changes to collaboration branches shall come in form of github pull requests. 62 - GitHub pull requests: for example, when reviews have not been done in the local 64 - Merge requests: When a set of changes has been done in a local branch and
|
D | dev_env_and_tools.rst | 17 Pull requests should be appropriately :ref:`labeled<gh_labels>`, 61 - The project will use the label system to categorize the pull requests. 127 - Pull requests should not be merged without an approval by the assignee. 132 All pull requests need to be reviewed and should not be merged by the author 146 Any change requests (-1) on a pull request have to be justified. A reviewer 165 Reviewers should keep track of pull requests they have provided feedback to 169 the state of the pull request and/or respond to mention requests to see if his 188 - The Pull requests and issues sections on Github are NOT discussion forums. 191 - In case of both issues and pull-requests the original poster needs to respond 195 response the item may be closed (draft and DNM tagged pull requests are [all …]
|
/Zephyr-latest/dts/arm/st/g4/ |
D | stm32g431.dtsi | 15 dma-requests = <6>; 20 dma-requests = <6>;
|
D | stm32g491.dtsi | 43 dma-requests = <8>; 48 dma-requests = <8>;
|
/Zephyr-latest/scripts/net/ |
D | enumerate_http_status.py | 29 import requests 32 page = requests.get('https://developer.mozilla.org/en-US/docs/Web/HTTP/Status')
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_nrfx.c | 171 uint32_t requests, void *p_context) in wdt_event_handler() argument 178 while (requests) { in wdt_event_handler() 179 uint8_t i = u32_count_trailing_zeros(requests); in wdt_event_handler() 184 requests &= ~BIT(i); in wdt_event_handler() 198 uint32_t requests, \ 202 requests, p_context); \
|
/Zephyr-latest/subsys/usb/device/class/ |
D | Kconfig.msc | 22 Vendor ID used for enquiry requests. 29 Product ID used for enquiry requests. 36 Revision used for enquiry requests.
|
/Zephyr-latest/tests/drivers/dma/scatter_gather/boards/ |
D | native_sim.overlay | 9 dma-requests = <4>;
|
/Zephyr-latest/dts/arm/microchip/mec5/ |
D | mec5_dma_chan16.dtsi | 16 dma-requests = <16>;
|
D | mec5_dma_chan20.dtsi | 17 dma-requests = <20>;
|
/Zephyr-latest/boards/common/ |
D | misc.board.cmake | 4 # you're willing to handle requests for help. E.g. your "board" is a
|
/Zephyr-latest/samples/net/sockets/coap_download/ |
D | Kconfig | 10 CoAP server port that the application should send requests to.
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/pytest/ |
D | leshan.py | 18 import requests 28 self._s = requests.Session() 33 except requests.exceptions.ConnectionError as exc: 37 def handle_response(resp: requests.models.Response): 430 …r = requests.get(f'{self.api_url}/event?{endpoint}', stream=True, headers={'Accept': 'text/event-s… 440 def __init__(self, req: requests.Response, timeout: int): 467 except requests.exceptions.Timeout:
|
/Zephyr-latest/drivers/usb/udc/ |
D | Kconfig | 22 int "Memory available for requests" 26 Total amount of memory available for UDC requests.
|
/Zephyr-latest/dts/arm/st/g0/ |
D | stm32g050.dtsi | 37 dma-requests = <7>;
|
/Zephyr-latest/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 32 * OPERATION_MODE = 0x0 sets functional mode to protect requests based on 35 * OPERATION_MODE = 0x1 sets functional mode to all requests not be protected and 38 * OPERATION_MODE = 0x2 sets functional mode to protect all requests and ignore
|
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/ |
D | README.rst | 43 I: Submitting 4 read requests 69 I: Submitting 4 read requests
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_8.rst | 34 these also), and issue subsequent requests, with modified offset, to gather 38 Note that file handles will remain open for consecutive requests (as long as 42 requests or even be removed. 46 By default, all file upload/download requests are unconditionally allowed. 164 The protocol supports stateless upload where each requests carries different chunk 167 Note that file handles will remain open for consecutive requests (as long as 169 MCUmgr, for the time of download session, and may change between requests or 171 requests (as long as an idle timeout has not been reached and another transport 174 change between requests or even be removed. 184 By default, all file upload/download requests are unconditionally allowed. [all …]
|
/Zephyr-latest/subsys/net/l2/ethernet/ |
D | Kconfig | 72 bool "Support gratuitous ARP requests/replies." 85 bool "Transmit gratuitous ARP requests" 90 Transmit gratuitous ARP requests, as defined in RFC 5227. 93 int "Time interval (in seconds) between sending gratuitous ARP requests"
|
/Zephyr-latest/doc/services/rtio/ |
D | index.rst | 47 create concurrent sequential requests. A second queue for completion queue events. 110 (continuously producing) requests are all possible! 116 job of objects implementing the iodev (IO device) API. This API accepts requests 120 object, that accepts a never ending queue of I/O like requests. How the iodev 136 In some cases requests to read may not know how much data will be produced. 139 to bind memory to in flight read requests. Instead with memory pools the memory 207 From the driver/hardware perspective the API enables batching of I/O requests, potentially in an op… 208 Many requests to the same SPI peripheral for example might be translated to hardware command queues…
|
/Zephyr-latest/scripts/ |
D | requirements-base.txt | 24 requests
|
/Zephyr-latest/drivers/tee/optee/ |
D | Kconfig | 11 Driver requests functions from the OP-TEE and implements RPC mechanism
|
1234567