commit | d6f033e6908f4e0ce8f0ee4913f88bc11873bb9b | [log] [tgz] |
---|---|---|
author | Carles Cufi <carles.cufi@nordicsemi.no> | Tue Apr 23 22:34:40 2019 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Fri May 03 21:55:13 2019 +0200 |
tree | df927c97ae040139ca9cdb7bdbccfe566cdcccd6 | |
parent | 31bdad52990103f1c02324976763b6655d35da61 [diff] |
west: Add a boards command Add a new "boards" command that is able to list all the boards in the upstream tree. There is currently no support for out-of-tree boards. The command executes cmake to use the built-in CMake script, boards.cmake, to list the boards, and then stores the information retrieved and allows the user to present it in a user-definable format. Fixes https://github.com/zephyrproject-rtos/west/issues/53 Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>