| /scripts/native_simulator/common/src/include/ |
| A D | nsi_utils.h | 21 #define NSI_MAX(a, b) (((a) > (b)) ? (a) : (b)) argument 22 #define NSI_MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
|
| /scripts/west_commands/completion/ |
| A D | west-completion.zsh | 31 'flash[flash and run a binary on a board]' 131 local -a opts=( 143 local -a opts=( 159 local -a opts=( 170 local -a opts=( 182 local -a opts=( 191 local -a opts=( 200 local -a opts=( 210 local -a opts=( 233 local -a opts=( [all …]
|
| A D | west-completion.fish | 1 # check if we are currently in a west workspace 23 for a in $argv 24 if test $t = $a 33 # function used to have a maximum number of arguments 72 # check if a given token is the last one in the command line 160 set -l builtin_cmds "init" "create a west repository" \ 174 "build" "compile a Zephyr application" \ 176 "flash" "flash and run a binary on a board" \ 179 "attach" "interactively debug a board" \ 226 if test $fallback -eq 1 -a -n "$ZEPHYR_BASE" [all …]
|
| /scripts/kconfig/ |
| A D | diffconfig | 99 a = readconfig(open(configa_filename)) 108 for config in a: 113 print_config("-", config, a[config], None) 114 del a[config] 118 for config in a: 119 if a[config] != b[config]: 125 print_config("->", config, a[config], b[config])
|
| /scripts/dts/python-devicetree/tests/test-bindings-init/ |
| A D | base_amend.yaml | 5 # e.g. setting a "default:" value 6 # - overwrites existing definitions of a property, 21 # Non authorized amendments, e.g. changing a "const:" value 22 # or downgrading a "required: true" definition are tested separately. 30 # The including binding is permitted to overwrite a property description. 32 # The including binding is permitted to set a "const:" value. 36 # The including binding is permitted to add a property description. 43 # The including binding is permitted to set a default value. 46 # The including binding is permitted to promote a property 51 # The including binding is permitted to define a new property.
|
| /scripts/native_simulator/common/src/ |
| A D | nsi_safe_call.h | 21 #define NSI_SAFE_CALL(a) nsi_safe_call(a, #a) argument
|
| /scripts/ |
| A D | west-commands.yml | 22 help: compile a Zephyr application 32 help: sign a Zephyr binary for bootloader chain-loading 37 help: flash and run a binary on a board 42 help: flash and interactively debug a Zephyr application 45 help: connect to board and launch a debug server 48 help: interactively debug a board 56 help: export Zephyr installation as a CMake config package 101 help: create a GNU global tags file for the current workspace
|
| /scripts/coccinelle/ |
| A D | find_dev_usage.cocci | 4 // Uses a python database (a dict) to find where const struct device 6 // of a void*, it will print an ERROR for loosing the const qualifier. 8 // as a HAL, it will print a WARNING in order to check if the const qualifier 44 // Find usage of a device instance
|
| A D | int_ms_to_timeout.cocci | 52 // Select call sites where a constant literal (not identifier) is used 94 // ** Handle call sites where a timeout is specified by an expression 172 // ** Handle call sites where an integer parameter is used in a 173 // ** position that requires a timeout value. 230 // Select declarers where the startup delay is a timeout expression 281 // ** Handle k_timer_start where the second (not last) argument is a 293 // Select call sites where a constant literal (not identifier) is used
|
| A D | reserved_names.cocci | 47 msg = "WARNING: Violation to rule 21.2 (Should not used a reserved identifier) - {}".format(v) 66 msg = "WARNING: Violation to rule 21.2 (Should not used a reserved identifier) - {}".format(v) 88 msg = "WARNING: Violation to rule 21.2 (Should not used a reserved identifier) - {}".format(v)
|
| /scripts/checkpatch/ |
| A D | typedefsfile | 7 \b[a-zA-Z_][a-zA-Z0-9_]*TypeDef
|
| /scripts/schemas/twister/ |
| A D | quarantine-schema.yaml | 2 # Schema to validate a YAML file providing the list of configurations 7 # a YAML structure validator, to validate the YAML files that provide 8 # a list of configurations (scenarios + platforms) under quarantine
|
| A D | platform-schema.yaml | 2 # Schema to validate a YAML file describing a Zephyr test platform 6 # a YAML structure validator, to validate the YAML files that describe 19 regex;(([a-zA-Z0-9_]+)):
|
| A D | testsuite-schema.yaml | 2 # Schema to validate a YAML file describing a Zephyr test platform 6 # a YAML structure validator, to validate the YAML files that describe 288 # The list of testcases -- IDK why this is a sequence of 289 # maps maps, shall just be a sequence of maps 297 # regex;(([a-zA-Z0-9_]+)) for this to work, note below we 299 regex;(([a-zA-Z0-9_]+)):
|
| A D | test-config-schema.yaml | 2 # Schema to validate a YAML file describing a Zephyr test configuration.
|
| /scripts/dts/python-devicetree/tests/test-bindings-include/ |
| A D | allow-and-blocklist-child.yaml | 4 An include must not give both an allowlist and a blocklist in a
|
| A D | include-2.yaml | 6 a:
|
| /scripts/schemas/ |
| A D | shield-schema.yml | 5 # A pykwalify schema for basic validation of the structure of a shield metadata YAML file. 7 # The shield.yml file can contain either a single shield definition or a list of shields.
|
| A D | arch-schema.yml | 5 ## A pykwalify schema for basic validation of the structure of a 8 # The archs.yml file is a simple list of key value pairs containing architectures
|
| A D | soc-schema.yml | 5 ## A pykwalify schema for basic validation of the structure of a SoC 8 # The soc.yml file is a simple list of key value pairs containing SoCs 101 erase the flash of a device which has just been programmed by another image. 107 of west flash for a given set of flash runners and board targets. 142 entry per board target, a single regex entry will not match
|
| /scripts/ci/ |
| A D | tags.yaml | 13 # If a path or glob pattern ends in a '/', it matches all files within 17 # Paths to directories should always have a trailing '/'. 24 # Can be combined with a 'files' key. 37 # All tags must have a 'files' and/or 'files-regex' key. 53 # we have no means of telling file changes in a module, so for assume any
|
| A D | twister_ignore.txt | 4 # changed in a patch series (Pull Request) and if all files in the pull request 5 # are matched, then twister will not do a full run and optionally will only 38 # if we change this file or associated script, it should not trigger a full
|
| /scripts/net/ |
| A D | README.txt | 9 As a prerequisite it is assumed that Docker is installed and that the 22 This creates a Docker image called 'net-tools' which the script will need as 31 1. From a Zephyr network sample test directory. 48 The Docker container and a corresponding 'net-tools0' Docker network is started 50 assigned to the Docker network, which is a Linux network bridge interface. 66 termination. The return value is used as a simple verdict whether the sample
|
| /scripts/profiling/ |
| A D | stackcollapse.py | 44 func_trace = reversed(list(map(lambda a: addr_to_sym(a, elf), addrs)))
|
| /scripts/native_simulator/ |
| A D | .gitignore | 3 *.a
|