Home
last modified time | relevance | path

Searched +full:runs +full:- +full:on (Results 1 – 25 of 312) sorted by relevance

12345678910>>...13

/Zephyr-latest/.github/workflows/
Dstale-workflow-queue-cleanup.yml3 on:
8 - cron: '0 15 * * *'
11 group: stale-workflow-queue-cleanup
12 cancel-in-progress: true
17 runs-on: ubuntu-22.04
20 - name: Delete stale queued workflow runs
21 uses: MajorScruffy/delete-old-workflow-runs@v0.3.0
24 # Remove any workflow runs in "queued" state for more than 1 day
25 older-than-seconds: 86400
Dbackport.yml2 on:
5 - closed
6 - labeled
8 - main
13 runs-on: ubuntu-22.04
15 …# See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_reques…
26 - name: Backport
27 uses: zephyrproject-rtos/action-backport@v2.0.3-3
Ddo_not_merge.yml3 on:
8 do-not-merge:
10 runs-on: ubuntu-22.04
12 - name: Check for label
16 contains(github.event.*.labels.*.name, 'dev-review') }}
18 echo "Pull request is labeled as 'DNM', 'TSC', 'Architecture Review' or 'dev-review'."
Dready-to-merge.yml3 on:
13 runs-on: ubuntu-latest
15 - name: "Check status of all required jobs"
16 run: |-
18 JOB_IDS=$(echo "$NEEDS_CONTEXT" | jq -r 'keys[]')
20 RESULT=$(echo "$NEEDS_CONTEXT" | jq -r ".[\"$JOB_ID\"].result")
Dbsim-tests-publish.yaml3 on:
7 - completed
9 bsim-test-results:
11 runs-on: ubuntu-22.04
15 - name: Download artifacts
16 uses: dawidd6/action-download-artifact@v6
20 - name: Publish BabbleSim Test Results
21 uses: EnricoMi/publish-unit-test-result-action@v2
28 files: "bsim-test-results/**/bsim_results.xml"
Dstats_merged_prs.yml3 on:
6 - main
7 - v*-branch
11 if: github.event.pull_request.merged == true && github.repository == 'zephyrproject-rtos/zephyr'
12 runs-on: ubuntu-22.04
14 - name: checkout
16 - name: PR event
24 …python3 ./scripts/ci/stats/merged_prs.py --pull-request ${{ github.event.pull_request.number }} --
Dlicense_check.yml3 on: [pull_request]
7 runs-on: ubuntu-22.04
10 - name: Checkout the code
13 fetch-depth: 0
14 - name: Scan the code
16 uses: zephyrproject-rtos/action_scancode@v4
18 directory-to-scan: 'scan/'
19 - name: Artifact Upload
20 uses: actions/upload-artifact@v4
25 - name: Verify
[all …]
Ddaily_test_version.yml2 # SPDX-License-Identifier: Apache-2.0
6 on:
8 - cron: '50 22 * * *'
11 - refs/tags/*
15 runs-on: ubuntu-22.04
16 if: github.repository == 'zephyrproject-rtos/zephyr'
19 - name: Configure AWS Credentials
20 uses: aws-actions/configure-aws-credentials@v4
22 aws-access-key-id: ${{ vars.AWS_TESTING_ACCESS_KEY_ID }}
23 aws-secret-access-key: ${{ secrets.AWS_TESTING_SECRET_ACCESS_KEY }}
[all …]
Dmanifest.yml2 on:
7 runs-on: ubuntu-22.04
10 - name: Checkout the code
15 fetch-depth: 0
16 persist-credentials: false
18 - name: west setup
21 working-directory: zephyrproject/zephyr
24 git config --global user.email "you@example.com"
25 git config --global user.name "Your Name"
26 west init -l . || true
[all …]
Dbackport_issue_check.yml3 on:
6 - edited
7 - opened
8 - reopened
9 - synchronize
11 - v*-branch
17 group: backport-issue-check-${{ github.ref }}
18 cancel-in-progress: true
19 runs-on: ubuntu-22.04
20 if: github.repository == 'zephyrproject-rtos/zephyr'
[all …]
Derrno.yml2 on:
5 - '.github/workflows/errno.yml'
6 - 'lib/libc/minimal/include/errno.h'
7 - 'scripts/ci/errno.py'
10 check-errno:
11 runs-on: ubuntu-22.04
13 image: ghcr.io/zephyrproject-rtos/ci:v0.27.4
16 - name: Apply container owner mismatch workaround
22 git config --global --add safe.directory ${GITHUB_WORKSPACE}
24 - name: checkout
[all …]
/Zephyr-latest/dts/bindings/i3c/
Dnuvoton,npcx-i3c.yaml2 # SPDX-License-Identifier: Apache-2.0
11 clock-frequency = <DT_FREQ_M(90)>; /* OFMCLK runs at 90MHz */
12 core-prescaler = <3>; /* CORE_CLK runs at 30MHz */
13 apb1-prescaler = <6>; /* APB1_CLK runs at 15MHz */
14 apb2-prescaler = <6>; /* APB2_CLK runs at 15MHz */
15 apb3-prescaler = <6>; /* APB3_CLK runs at 15MHz */
16 apb4-prescaler = <3>; /* APB4_CLK runs at 30MHz */
30 i3c-scl-hz = <12500000>;
31 i3c-od-scl-hz = <4170000>;
36 compatible: "nuvoton,npcx-i3c"
[all …]
/Zephyr-latest/tests/subsys/debug/gdbstub/
Dtestcase.yaml4 # SPDX-License-Identifier: Apache-2.0
9 - debug
10 - gdbstub
14 # Basic build-only test for all platforms supporting gdbstub
17 - qemu_x86
18 - qemu_cortex_a9
24 - qemu_x86
28 - "pytest/test_gdbstub.py"
30 - "--gdb_timeout"
31 - "20"
[all …]
/Zephyr-latest/soc/nordic/nrf54l/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
52 The CPU runs with the default, hardware-selected frequency.
67 The CPU runs with the default state of glitch detector.
70 bool "Force constant-latency mode"
74 of base resources on while in sleep. The advantage of having a constant
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
11 depends on HAWKBIT
16 Polling mode runs automatically on a predefined period, probing the
/Zephyr-latest/tests/benchmarks/sched/src/
Dmain.c4 * SPDX-License-Identifier: Apache-2.0
23 * 4. The partner thread then runs and calls z_pend_curr() again
40 static struct k_thread busy_thread[CONFIG_MP_MAX_NUM_CPUS - 1];
44 static K_THREAD_STACK_ARRAY_DEFINE(busy_thread_stack, CONFIG_MP_MAX_NUM_CPUS - 1,
111 /* Spawn busy threads that will execute on the other cores */ in main()
112 for (uint32_t i = 0; i < CONFIG_MP_MAX_NUM_CPUS - 1; i++) { in main()
123 int partner_prio = main_prio - 1; in main()
134 uint32_t runs = 0U; in main() local
156 uint32_t avg, whole = stamps[4] - stamps[0]; in main()
158 if (++runs > N_SETTLE) { in main()
[all …]
/Zephyr-latest/samples/bluetooth/hci_usb/
DREADME.rst1 .. zephyr:code-sample:: bluetooth_hci_usb
3 :relevant-api: hci_raw bluetooth _usb_device_core_api usbd_api
11 board it runs on (e.g. :ref:`nrf52840dk_nrf52840` supports both Bluetooth LE and USB).
16 * Bluetooth stack running on the host (e.g. BlueZ)
24 See :zephyr:code-sample-category:`bluetooth` samples for details.
/Zephyr-latest/tests/drivers/adc/adc_accuracy_test/
DREADME.txt6 - DAC source: a board DAC pin is set to a known value, which is then
7 read on an ADC one. If they match, the test passes.
9 - Reference voltage: an ADC channel is read and compared to an expected
13 can be indicated for twister runs by setting the fixture "dac_adc_loop".
16 voltage on the same range.
/Zephyr-latest/arch/posix/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
7 depends on ARCH_POSIX
30 only on native_{posix,sim}[//64]), and should normally be used in
33 LLVMFuzzerTestOneInput() entry point, which runs in the host
39 bool "Raise a SIGTRAP on fatal error"
41 Raise a SIGTRAP signal on fatal error before exiting.
/Zephyr-latest/samples/bluetooth/eddystone/
DREADME.rst1 .. zephyr:code-sample:: bluetooth_eddystone
3 :relevant-api: bluetooth
11 The Eddystone Configuration Service runs as a GATT service on the beacon while
14 the definition of how Eddystone-EID beacons are configured and registered with
21 * BlueZ running on the host, or
29 See :zephyr:code-sample-category:`bluetooth` samples for details.
31 .. _Eddystone Configuration Service: https://github.com/google/eddystone/tree/master/configuration-
/Zephyr-latest/dts/bindings/mtd/
Dst,stm32-nv-flash.yaml4 "st,stm32-flash-controller" binding.
6 include: soc-nv-flash.yaml
8 compatible: st,stm32-nv-flash
11 max-erase-time:
13 description: max erase time(millisecond) of a flash sector or page or half-page
15 bank2-flash-size:
20 Provides a way to configure this size when the flash controller driver runs on CM4 CPU.
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DKconfig1 # Copyright (c) 2018-2020 O.S.Systems
2 # SPDX-License-Identifier: Apache-2.0
18 Polling mode runs automatically on a predefined period, probing the
25 string "WIFI SSID - Network name"
28 string "WIFI PSK - Network password key"
/Zephyr-latest/include/zephyr/mgmt/hawkbit/
Dautohandler.h4 * SPDX-License-Identifier: Apache-2.0
25 * @brief Runs hawkBit probe and hawkBit update automatically
28 * in pre-determined time intervals.
37 * @param events Set of desired events on which to wait. Set to ::UINT32_MAX to wait for the
58 * persist after the autohandler runs.
/Zephyr-latest/samples/net/sockets/sntp_client/
DREADME.rst1 .. zephyr:code-sample:: sntp-client
3 :relevant-api: bsd_sockets sntp
15 SNTP server is running on the host.
20 When the application runs, it issues an SNTP request to the host and waits
22 seconds, as well as the status code of the response (0 on success), is
25 See the `net-tools`_ project for more details.
27 This sample can be built and executed on QEMU or native_sim board as
30 .. _`net-tools`: https://github.com/zephyrproject-rtos/net-tools
32 Wi-Fi
35 The IPv4 Wi-Fi support can be enabled in the sample with
[all …]
/Zephyr-latest/dts/bindings/dma/
Dgd,gd32-dma-v1.yaml2 # SPDX-License-Identifier: Apache-2.0
12 - bit 6-7: Direction (see dma.h)
13 - 0x0: MEMORY to MEMORY
14 - 0x1: MEMORY to PERIPH
15 - 0x2: PERIPH to MEMORY
16 - 0x3: reserved for PERIPH to PERIPH
18 - bit 9: Peripheral address increase
19 - 0x0: no address increment between transfers
20 - 0x1: increment address between transfers
22 - bit 10: Memory address increase
[all …]

12345678910>>...13