Home
last modified time | relevance | path

Searched +full:runs +full:- +full:on (Results 1 – 25 of 322) 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@78b5af714fefaefdf74862181c467b061782719e # 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@7e74f601d11eaca577742445e87775b5651a965f # v2.0.3-3
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@20319c5641d495c8a52e688b7dc5fada6c3a9fbc # v8
20 - name: Publish BabbleSim Test Results
21 … uses: EnricoMi/publish-unit-test-result-action@170bf24d20d201b842d7a52403b73ed297e6645b # v2.18.0
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@23ef91ce31cd4b954366a7b71eea47520da9b380 # v4
18 directory-to-scan: 'scan/'
19 - name: Artifact Upload
20 uses: actions/upload-artifact@v4
25 - name: Verify
[all …]
Ddo_not_merge.yml3 on:
8 do-not-merge:
10 runs-on: ubuntu-22.04
12 - name: Check for label
17 contains(github.event.*.labels.*.name, 'dev-review') }}
19 echo "Pull request is labeled as 'DNM', 'TSC', 'Architecture Review' or 'dev-review'."
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@ececac1a45f3b08a01d2dd070d28d111c5fe6722 # v4.1.0
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/modules/hal_silabs/simplicity_sdk/src/
Dsl_btctrl_hci_reset_shim.c4 * SPDX-License-Identifier: Apache-2.0
14 * init. This only makes sense when the LL runs on a separate device from the host stack. in sl_btctrl_hci_reset_reason_is_sys_reset()
24 * the LL runs on a separate device from the host stack. Do nothing. in sl_btctrl_hci_reset()
/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/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/soc/nordic/nrf54l/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
55 The CPU runs with the default, hardware-selected frequency.
70 The CPU runs with the default state of glitch detector.
73 bool "Force constant-latency mode"
77 of base resources on while in sleep. The advantage of having a constant
/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/subsys/lorawan/class_a/
DREADME.rst1 .. zephyr:code-sample:: lorawan-class-a
3 :relevant-api: lorawan_api
23 .. zephyr-app-commands::
24 :zephyr-app: samples/subsys/lorawan/class_a
29 Important Notes for Multiple Runs
32 By default, this example will only succeed the first time it is run. On subsequent join attempts, t…
39 2. **Built-in Zephyr Settings Implementation:**
40 …per storage and reuse of configuration settings, including the ``dev_nonce``, across multiple runs.
/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.
20 property "reference-mv" from "zephyr,user" node. The test reads the ADC
/Zephyr-latest/samples/subsys/fs/fatfs_fstab/
DREADME.rst1 .. zephyr:code-sample:: fatfs-fstab
3 :relevant-api: file_system_api
11 This scenario uses a fatfs on a RAM disk. The sample is run on the
22 .. zephyr-app-commands::
23 :zephyr-app: samples/subsys/fs/fatfs_fstab
24 :host-os: unix
26 :gen-args: -DDTC_OVERLAY_FILE=fatfs_fstab.overlay
33 When the sample runs successfully you should see following message on the screen:
34 .. code-block:: console
/Zephyr-latest/arch/posix/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
7 depends on ARCH_POSIX
30 only on native_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.yaml5 For that, see the "st,stm32-flash-controller" binding.
7 include: soc-nv-flash.yaml
9 compatible: st,stm32-nv-flash
12 max-erase-time:
14 description: max erase time(millisecond) of a flash sector or page or half-page
16 bank2-flash-size:
21 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"

12345678910>>...13