diff --git a/wscript b/wscript index 1adddd72eb..695b555a3f 100644 --- a/wscript +++ b/wscript @@ -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()