/Zephyr-latest/.github/workflows/ |
D | stale_issue.yml | 1 name: "Close stale pull requests/issues" 7 stale: 8 name: Find Stale issues and PRs 12 - uses: actions/stale@v9 14 stale-pr-message: 'This pull request has been marked as stale because it has been open (more 15 than) 60 days with no activity. Remove the stale label or add a comment saying that you 18 stale-issue-message: 'This issue has been marked as stale because it has been open (more 19 than) 60 days with no activity. Remove the stale label or add a comment saying that you 22 days-before-stale: 60 24 stale-issue-label: 'Stale' [all …]
|
D | stale-workflow-queue-cleanup.yml | 1 name: Stale Workflow Queue Cleanup 11 group: stale-workflow-queue-cleanup 20 - name: Delete stale queued workflow runs
|
/Zephyr-latest/doc/contribute/ |
D | modifying_contributions.rst | 22 * integrate useful content which is part of a stale pull request, or 31 * drive stale pull requests to completion so they can be merged 53 as *stale*. Read about how to identify pull requests as stale in
|
D | index.rst | 54 Guidelines for modifying contributions made by other developers and how to deal with stale pull
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/ |
D | cntr.c | 154 uint32_t cntr_l, cntr_h, cntr_h_overflow, stale; in cntr_cmp_set() local 172 /* Set a stale value in capture value */ in cntr_cmp_set() 173 stale = cntr_l - 1U; in cntr_cmp_set() 174 NRF_GRTC->CC[cmp].CCL = stale; in cntr_cmp_set() 182 } while (cntr_l == stale); in cntr_cmp_set()
|
/Zephyr-latest/samples/sensor/ccs811/ |
D | README.rst | 56 Timed fetch got stale data 57 Timed fetch got stale data 58 Timed fetch got stale data
|
/Zephyr-latest/samples/bluetooth/bap_unicast_server/ |
D | overlay-bt_ll_sw_split.conf | 13 # Use the below if the sample is sending stale packet sequence number
|
/Zephyr-latest/samples/bluetooth/bap_unicast_client/ |
D | overlay-bt_ll_sw_split.conf | 16 # Use the below if the sample is sending stale packet sequence number
|
/Zephyr-latest/samples/bluetooth/iso_central/ |
D | overlay-bt_ll_sw_split.conf | 32 # Use the below if the sample is sending stale packet sequence number
|
/Zephyr-latest/samples/sensor/ccs811/src/ |
D | main.c | 69 printk("STALE DATA\n"); in do_fetch() 89 printk("Triggered fetch got stale data\n"); in trigger_handler() 105 printk("Timed fetch got stale data\n"); in do_main()
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | ethernet-controller.yaml | 17 Note that using this choice and rebooting a board may leave stale
|
/Zephyr-latest/scripts/ci/ |
D | twister_ignore.txt | 23 .github/workflows/stale-workflow-queue-cleanup.yml
|
/Zephyr-latest/arch/xtensa/include/ |
D | kernel_arch_func.h | 81 * modified there, and our cache may be stale. in arch_cohere_stacks() 87 * uninitialized data error) so our stale cache will be in arch_cohere_stacks()
|
/Zephyr-latest/drivers/dma/ |
D | dma_nxp_sof_host_dma.c | 108 * to local memory. In this case, the data cache holds stale in sof_host_dma_reload() 123 * the host doesn't read any stale data. in sof_host_dma_reload() 140 * memory chunk, the RAM will contain stale data. in sof_host_dma_reload()
|
/Zephyr-latest/arch/nios2/core/ |
D | cache.c | 33 /* Get rid of any stale instructions in the pipeline */ in z_nios2_icache_flush_all()
|
/Zephyr-latest/doc/hardware/cache/ |
D | guide.rst | 30 of this, data moved into and out of memory by DMA engines will be stale in the 152 cache lines in the specified region as stale, ensuring that the cache line will
|
/Zephyr-latest/drivers/sensor/renesas/hs300x/ |
D | hs300x.c | 43 LOG_ERR("Stale data"); in hs300x_read_sample()
|
/Zephyr-latest/subsys/net/ip/ |
D | ipv6_nbr.c | 61 /* Global stale counter, whenever ipv6 neighbor enters into 62 * stale state, stale counter is incremented by one. 64 * is full, oldest (oldest stale counter) neighbor in stale 121 return "stale"; in net_ipv6_nbr_state2str() 156 /* Global stale counter reached UINT32_MAX, reset it and in ipv6_nbr_set_state() 157 * respective neighbors stale counter too. in ipv6_nbr_set_state() 569 /* Check if there are any stale neighbors, delete the oldest in add_nbr() 954 /* Start the NUD if we are in STALE state. in net_ipv6_prepare_for_send() 1543 NET_DBG("nbr %p moving %s state to STALE (%d)", in ipv6_nd_reachable_timeout() 1550 NET_DBG("nbr %p removing stale address %s", in ipv6_nd_reachable_timeout()
|
D | ipv6.h | 115 /** Stale counter used to removed oldest nbr in STALE state,
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 115 - An assignee is responsible for dismissing stale reviews and seeking reviews 175 Closing Stale Issues and Pull Requests 395 * - :guilabel:`Stale`
|
D | project_roles.rst | 180 * Right to dismiss stale and unrelated reviews or reviews not following 227 * Right to close any stale changes after <N> months of no activity
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 512 int "RSSI stale timeout in milliseconds" 515 RSSI stale timeout is the period after which the driver queries 521 If data is not active or after the stale timeout duration,
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio.c | 1430 uint32_t cntr_l, cntr_h, cntr_h_overflow, stale; in radio_tmr_start() local 1448 /* Set a stale value in capture value */ in radio_tmr_start() 1449 stale = cntr_l - 1U; in radio_tmr_start() 1450 NRF_GRTC->CC[HAL_CNTR_GRTC_CC_IDX_RADIO].CCL = stale; in radio_tmr_start() 1459 } while (cntr_l == stale); in radio_tmr_start() 1554 uint32_t cntr_l, cntr_h, cntr_h_overflow, stale; in radio_tmr_start_tick() local 1572 /* Set a stale value in capture value */ in radio_tmr_start_tick() 1573 stale = cntr_l - 1U; in radio_tmr_start_tick() 1574 NRF_GRTC->CC[HAL_CNTR_GRTC_CC_IDX_RADIO].CCL = stale; in radio_tmr_start_tick() 1583 } while (cntr_l == stale); in radio_tmr_start_tick()
|
/Zephyr-latest/include/zephyr/net/ |
D | coap_client.h | 159 * which has gone stale for some reason.
|
/Zephyr-latest/drivers/mm/ |
D | mm_drv_intel_adsp_tlb.c | 134 * avoid stale data. in sys_mm_drv_map_page()
|