/Zephyr-latest/doc/contribute/ |
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
|
/Zephyr-latest/tests/subsys/nrfs/src/ |
D | main.c | 30 * Callback function for counting handled TEMP service requests 43 * Callback function for counting handled MRAM service requests 57 * Test NRFS MRAM latency service requests handling performance 79 /* wait for any remaining requests responses */ in ZTEST() 86 "NRFS MRAM requests sent != served"); in ZTEST() 90 * Test temperature service requests handling performance 112 /* wait for any remaining requests responses */ in ZTEST() 119 "NRFS TEMP requests sent != served"); in ZTEST()
|
/Zephyr-latest/include/zephyr/net/ |
D | coap_client.h | 4 * An API for applications to do CoAP requests 39 * This callback is called for responses to CoAP client requests. 118 struct coap_client_internal_request requests[CONFIG_COAP_CLIENT_MAX_REQUESTS]; member 156 * @brief Cancel all current requests. 158 * This is intended for canceling long-running requests (e.g. GETs with the OBSERVE option set) 168 * @brief Cancel matching requests. 174 * (struct coap_client_request){0} cancels all requests. 175 * (struct coap_client_request){.method = COAP_METHOD_GET} cancels all GET requests. 198 * @note Function not only considers ongoing requests, but also lifetime of completed requests
|
/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/include/zephyr/mgmt/mcumgr/smp/ |
D | smp.h | 12 * SMP is a basic protocol that sits on top of the mgmt layer. SMP requests 18 * SMP request packets may contain multiple concatenated requests. Each 20 * be inserted between requests as necessary. Requests are processed 96 * Processes all SMP requests in an incoming packet. Requests are processed
|
/Zephyr-latest/scripts/west_commands/fetchers/ |
D | http.py | 5 import requests 19 resp = requests.get(url)
|
/Zephyr-latest/doc/services/resource_management/ |
D | index.rst | 51 * Requests to turn on may be queued while a transition to off is in 56 Requests are reference counted, but not tracked. That means clients are 57 responsible for recording whether their requests were accepted, and for 64 requests or releases until the manager is reset. Pending requests are
|
/Zephyr-latest/dts/bindings/i2c/ |
D | i2c-controller.yaml | 23 description: Size of the submission queue for blocking requests 27 description: Size of the completion queue for blocking requests
|
D | zephyr,i2c-emul-controller.yaml | 22 When added, read/write requests sent to this bus for a given address will 24 example, if we wanted to forward any requests from i2c0@0x20 to i2c1, we
|
/Zephyr-latest/doc/project/ |
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 | 10 is accepted into the code base. Changes, in the form of Pull Requests (PR) are 17 Pull requests should be appropriately :ref:`labeled<gh_labels>`, 61 - The project will use the label system to categorize the pull requests. 117 - Pull requests should not be merged without an approval by the assignee. 122 All pull requests need to be reviewed and should not be merged by the author 136 Any change requests (-1) on a pull request have to be justified. A reviewer 146 Pull Requests should have at least 2 approvals before they are merged 155 Reviewers should keep track of pull requests they have provided feedback to 159 the state of the pull request and/or respond to mention requests to see if his 175 Closing Stale Issues and Pull Requests [all …]
|
/Zephyr-latest/dts/arm/st/g4/ |
D | stm32g431.dtsi | 15 dma-requests = <6>; 20 dma-requests = <6>;
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/test_scripts/ |
D | run_test_tolerate_pipeline_variant_rx_tx_prio_invert.sh | 11 # peer while a bad peer tries to spam ATT requests. 22 # - The bad peer spams ATT requests as fast as possible. 29 # requests, preserving their ordering.
|
/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() 363 LOG_DBG("No more free requests"); in coap_client_req() 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() [all …]
|
/Zephyr-latest/dts/bindings/dma/ |
D | st,stm32-dma-v2bis.yaml | 7 This DMA controller includes several channels with different requests. 8 All the requests ar ORed before entering the DMA, so that only one request 13 1. channel: the dma stream from 1 to <dma-requests> 56 dma-requests = <7>;
|
D | st,stm32-dma-v2.yaml | 8 This DMA controller includes several channels with different requests. 15 1. channel: the dma stream from 1 to <dma-requests> 19 or a value between <dma-generators>+1 .. <dma-generators>+<dma-requests> 62 dma-requests = <7>;
|
/Zephyr-latest/soc/nordic/nrf53/ |
D | nrf53_cpunet_mgmt.h | 20 * the requests to enable or disable nRF53 network CPU. It guarantees to enable the network CPU if 21 * at least one user requests it and to keep it enabled until all users release it.
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/large_comp_data/ |
D | get_metadata_split.sh | 12 # 1. Client requests the first X bytes from server's metadata. 16 # 4. Client requests the next X bytes from server's metadata.
|
D | get_comp129_data_split.sh | 12 # 1. Client requests a sample exceeding the maximum available payload from the 17 # 4. Client requests the next sample from server's composition data.
|
D | get_comp130_data_split.sh | 12 # 1. Client requests a sample exceeding the maximum available payload from the 17 # 4. Client requests the next sample from server's composition data.
|
D | get_comp1_data_split.sh | 12 # 1. Client requests a sample exceeding the maximum available payload from the 17 # 4. Client requests the next sample from server's composition data.
|
D | get_comp0_data_split.sh | 12 # 1. Client requests a sample exceeding the maximum available payload from the 17 # 4. Client requests the next sample from server's composition data.
|
D | get_comp128_data_split.sh | 12 # 1. Client requests a sample exceeding the maximum available payload from the 17 # 4. Client requests the next sample from server's composition data.
|
D | get_comp2_data_split.sh | 12 # 1. Client requests a sample exceeding the maximum available payload from the 17 # 4. Client requests the next sample from server's composition data.
|
/Zephyr-latest/drivers/watchdog/ |
D | wdt_nrfx.c | 183 uint32_t requests, void *p_context) in wdt_event_handler() argument 196 while (requests) { in wdt_event_handler() 197 uint8_t i = u32_count_trailing_zeros(requests); in wdt_event_handler() 202 requests &= ~BIT(i); in wdt_event_handler() 216 uint32_t requests, \ 220 requests, p_context); \
|