Browse Source

wscript: add list_ap_periph_boards function

zr-v5.1
Pierre Kancir 4 years ago committed by Andrew Tridgell
parent
commit
4e487f2598
  1. 3
      wscript

3
wscript

@ -405,6 +405,9 @@ def collect_dirs_to_recurse(bld, globs, **kw): @@ -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()

Loading…
Cancel
Save