Home
last modified time | relevance | path

Searched full:actions (Results 1 – 25 of 151) sorted by relevance

1234567

/Zephyr-Core-3.7.0/.github/workflows/
Dissue_count.yml9 COMMITTER_EMAIL: actions@github.com
10 COMMITTER_NAME: github-actions
11 COMMITTER_USERNAME: github-actions
38 uses: actions/upload-artifact@v4
45 uses: aws-actions/configure-aws-credentials@v4
Dscripts_tests.yml32 uses: actions/checkout@v4
43 git config --global user.email "actions@zephyrproject.org"
44 git config --global user.name "Github Actions"
49 uses: actions/setup-python@v5
55 uses: actions/cache@v4
Dhello_world_multiplatform.yaml33 uses: actions/checkout@v4
46 git config --global user.email "actions@zephyrproject.org"
47 git config --global user.name "Github Actions"
52 uses: actions/setup-python@v5
75 uses: actions/upload-artifact@v4
Dcoding_guidelines.yml11 uses: actions/checkout@v4
17 uses: actions/cache@v4
40 git config --global user.email "actions@zephyrproject.org"
41 git config --global user.name "Github Actions"
Ddevicetree_checks.yml38 uses: actions/checkout@v4
40 uses: actions/setup-python@v5
45 uses: actions/cache@v4
53 uses: actions/cache@v4
62 uses: actions/cache@v4
Dwest_cmds.yml41 uses: actions/checkout@v4
43 uses: actions/setup-python@v5
48 uses: actions/cache@v4
56 uses: actions/cache@v4
65 uses: actions/cache@v4
Drelease.yml13 - uses: actions/checkout@v4
29 uses: actions/upload-artifact@v4
41 uses: actions/create-release@v1
53 uses: actions/upload-release-asset@v1
Ddoc-build.yml35 uses: actions/checkout@v4
40 uses: tj-actions/changed-files@v44
89 uses: actions/checkout@v4
101 git config --global user.email "actions@zephyrproject.org"
102 git config --global user.name "Github Actions"
107 uses: actions/cache@v4
157 uses: actions/upload-artifact@v4
163 uses: actions/upload-artifact@v4
183 uses: actions/upload-artifact@v4
215 uses: actions/checkout@v4
[all …]
Dbsim-tests.yaml49 # Actions runner is implemented. Remove this workaround when
66 uses: actions/checkout@v4
88 uses: tj-actions/changed-files@v44
103 uses: tj-actions/changed-files@v44
112 uses: tj-actions/changed-files@v44
125 uses: tj-actions/changed-files@v44
171 uses: actions/upload-artifact@v4
187 uses: actions/upload-artifact@v4
Dpylib_tests.yml32 uses: actions/checkout@v4
34 uses: actions/setup-python@v5
39 uses: actions/cache@v4
Dlicense_check.yml11 uses: actions/checkout@v4
20 uses: actions/upload-artifact@v4
Dtwister_tests.yml39 uses: actions/checkout@v4
41 uses: actions/setup-python@v5
46 uses: actions/cache@v4
Ddaily_test_version.yml20 uses: aws-actions/configure-aws-credentials@v4
31 uses: actions/checkout@v4
Derrno.yml20 # Actions runner is implemented. Remove this workaround when
25 uses: actions/checkout@v4
Dcompliance.yml21 uses: actions/checkout@v4
27 uses: actions/setup-python@v5
32 uses: actions/cache@v4
85 uses: actions/upload-artifact@v4
Dtwister_tests_blackbox.yml34 # Actions runner is implemented. Remove this workaround when
39 uses: actions/checkout@v4
53 uses: actions/setup-python@v5
Dclang.yaml35 # Actions runner is implemented. Remove this workaround when
52 uses: actions/checkout@v4
128 uses: actions/upload-artifact@v4
140 uses: actions/download-artifact@v4
151 uses: actions/upload-artifact@v4
Dfootprint-tracking.yml40 # Actions runner is implemented. Remove this workaround when
61 uses: actions/checkout@v4
77 uses: aws-actions/configure-aws-credentials@v4
Dcodecov.yaml43 # Actions runner is implemented. Remove this workaround when
64 uses: actions/checkout@v4
124 uses: actions/upload-artifact@v4
140 uses: actions/checkout@v4
145 uses: actions/download-artifact@v4
212 uses: actions/upload-artifact@v4
Dbug_snapshot.yaml24 uses: actions/checkout@v4
45 uses: aws-actions/configure-aws-credentials@v4
Dtwister.yaml48 # Actions runner is implemented. Remove this workaround when
67 uses: actions/checkout@v4
164 # Actions runner is implemented. Remove this workaround when
175 uses: actions/checkout@v4
274 uses: actions/upload-artifact@v4
296 uses: actions/upload-artifact@v4
316 uses: actions/checkout@v4
322 uses: actions/download-artifact@v4
348 uses: actions/upload-artifact@v4
/Zephyr-Core-3.7.0/doc/services/smf/
Dindex.rst20 Entry actions, another function implements the Run actions, and the last
21 function implements the Exit actions. The prototype for these functions is as
114 Preventing Parent Run Actions
125 should be called. It can be called from the entry, run, or exit actions. The
133 entry and exit actions of the least common ancestor are not executed on
141 1. Executing the actions associated with the transition within the context
142 of the source state, rather than after the exit actions are performed.
145 3. Prohibiting transitions using :c:func:`smf_set_state` in exit actions.
335 /* Child states do not have entry or exit actions */
338 /* State S2 do ot have entry or exit actions and no parent */
[all …]
/Zephyr-Core-3.7.0/lib/smf/
Dsmf.c82 * @brief Executes all entry actions from the direct child of topmost to the new state
133 * @brief Execute all ancestor run actions
136 * @param target The run actions of this target's ancestors are executed
142 /* Execute all run actions in reverse order */ in smf_execute_ancestor_run_actions()
156 /* Try to run parent run actions */ in smf_execute_ancestor_run_actions()
179 /* All done executing the run actions */ in smf_execute_ancestor_run_actions()
185 * @brief Executes all exit actions from ctx->current to the direct child of topmost
297 /* call all exit actions up to (but not including) the topmost */ in smf_set_state()
338 /* call all entry actions (except those of topmost) */ in smf_set_state()
/Zephyr-Core-3.7.0/samples/boards/stm32/power_mgmt/blinky/boards/
Dstm32l562e_dk.conf3 # for next flashing actions
/Zephyr-Core-3.7.0/samples/subsys/zbus/benchmark/
DKconfig28 bool "Force a comparison with same actions"

1234567