Searched refs:boards (Results 1 – 16 of 16) sorted by relevance
176 ret[arch] |= boards208 boards = root / 'boards'228 boards = {}332 boards = {}347 boards.update(b)351 return boards419 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 …]
8 - file: scripts/west_commands/boards.py10 - name: boards12 help: display information about supported boards
5 # used to flash & debug various boards
449 boards = meta.get('boards', [])457 for pth in boards:
12 - boards.*19 - boards.*
1 # Kconfig top-level ci for compliance testing Kconfig tree for boards / SoC v2 scheme.12 source "boards/Kconfig.v2"
6 # run on changed tests or boards.
34 boards:39 boards:
99 boards:150 boards:
2 boards:
395 boards=( $(__west_x boards --format='{name}|{qualifiers}' "$@") )396 for i in ${!boards[@]}; do399 boards[$i]="${transformed_board//,/\ ${name}\/}"401 __set_comp ${boards[@]}1221 boards
10 west boards | Out-String | ForEach-Object { in Get-MatchingBoards()
173 "boards" "display information about supported boards" \309 set -l boards (west boards --format="{name}|{qualifiers}|{vendor}" 2> /dev/null)315 for board in $boards419 # boards420 …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 …]
27 'boards[display information about supported boards]'107 _west_boards=( $(__west_x boards --format='{name}|{qualifiers}') )115 _describe 'boards' _west_boards
1 boards:
96 boards: list332 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