Home
last modified time | relevance | path

Searched refs:boards (Results 1 – 16 of 16) sorted by relevance

/scripts/
A Dlist_boards.py176 ret[arch] |= boards
208 boards = root / 'boards'
228 boards = {}
332 boards = {}
347 boards.update(b)
351 return boards
419 boards = find_v2_boards(args)
422 boards = {b: boards[b] for b in close_boards}
424 for b in boards.values():
455 boards = [b for b in boards if b.name in close_boards]
[all …]
A Dwest-commands.yml8 - file: scripts/west_commands/boards.py
10 - name: boards
12 help: display information about supported boards
A Drequirements-run-test.txt5 # used to flash & debug various boards
A Dzephyr_module.py449 boards = meta.get('boards', [])
457 for pth in boards:
/scripts/tests/twister/test_data/
A Dtest_config.yaml12 - boards.*
19 - boards.*
/scripts/ci/
A DKconfig.board.v21 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.
12 source "boards/Kconfig.v2"
A Dtwister_ignore.txt6 # run on changed tests or boards.
/scripts/schemas/
A Dsnippet-schema.yml34 boards:
39 boards:
A Dboard-schema.yml99 boards:
150 boards:
/scripts/tests/twister/test_data/testsuites/tests/test_d/snippets/dummy/
A Dsnippet.yml2 boards:
/scripts/west_commands/completion/
A Dwest-completion.bash395 boards=( $(__west_x boards --format='{name}|{qualifiers}' "$@") )
396 for i in ${!boards[@]}; do
399 boards[$i]="${transformed_board//,/\ ${name}\/}"
401 __set_comp ${boards[@]}
1221 boards
A Dwest-completion.ps110 west boards | Out-String | ForEach-Object { in Get-MatchingBoards()
A Dwest-completion.fish173 "boards" "display information about supported boards" \
309 set -l boards (west boards --format="{name}|{qualifiers}|{vendor}" 2> /dev/null)
315 for board in $boards
419 # boards
420 …and; and __zephyr_west_check_if_in_workspace" -ra boards -d "display information about supported b…
421 complete -c west -n "__zephyr_west_seen_subcommand_from boards" -o f -l format -d "format string"
422 complete -c west -n "__zephyr_west_seen_subcommand_from boards" -o n -l name -d "name regex"
423 complete -c west -n "__zephyr_west_seen_subcommand_from boards" -l arch-root -xa "(__zephyr_west_co…
425 complete -c west -n "__zephyr_west_seen_subcommand_from boards" -l soc-root -xa "(__zephyr_west_com…
426 complete -c west -n "__zephyr_west_seen_subcommand_from boards" -l board -xa "(__zephyr_west_comple…
[all …]
A Dwest-completion.zsh27 'boards[display information about supported boards]'
107 _west_boards=( $(__west_x boards --format='{name}|{qualifiers}') )
115 _describe 'boards' _west_boards
/scripts/tests/twister/test_data/boards/1_level/2_level/
A Dboard.yml1 boards:
/scripts/west_commands/
A Drun_common.py96 boards: list
332 for l, match in enumerate(entry.boards):
342 del entry.boards[l]
344 if len(entry.boards) == 0:
398 for match in cmd.boards:
411 for check in cmd.boards:
451 for match in cmd.boards:
466 for check in cmd.boards:

Completed in 19 milliseconds