wscript: add list_ap_periph_boards function

This commit is contained in:
Pierre Kancir 2021-01-19 16:54:23 +01:00 committed by Andrew Tridgell
parent 805493c854
commit 4e487f2598

View File

@ -405,6 +405,9 @@ def collect_dirs_to_recurse(bld, globs, **kw):
def list_boards(ctx):
print(*boards.get_boards_names())
def list_ap_periph_boards(ctx):
print(*boards.get_ap_periph_boards())
@conf
def ap_periph_boards(ctx):
return boards.get_ap_periph_boards()