Lines Matching full:list
10 # error will be raised and a list of valid shields will be printed.
14 # - shield_conf_files: List of shield-specific Kconfig fragments
15 # - shield_dts_files : List of shield-specific devicetree files
16 # - SHIELD_AS_LIST : A CMake list of shields created from the SHIELD variable.
17 # - SHIELD_DIRS : A CMake list of directories which contain shield definitions
20 # - shields: when invoked, a list of valid shields will be printed
26 # - BOARD_ROOT: CMake list of board roots containing board implementations
45 # SHIELD-NOTFOUND is a real CMake list, from which valid shields can be popped.
46 # After processing all shields, only invalid shields will be left in this list.
55 # The above gives a list of Kconfig.shield files, like this:
59 # we construct a list of shield names by extracting the directories
69 list(APPEND SHIELD_LIST ${shield})
80 list(REMOVE_ITEM SHIELD-NOTFOUND ${s})
83 list(APPEND
89 list(APPEND
97 list(APPEND
121 list(SORT SHIELD_LIST)
124 # Convert the list to pure string with newlines for printing.
139 list(TRANSFORM SHIELD_LIST PREPEND "COMMAND;${CMAKE_COMMAND};-E;echo;"