mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-25 17:23:56 -04:00
wscript: add list_ap_periph_boards function
This commit is contained in:
parent
805493c854
commit
4e487f2598
3
wscript
3
wscript
@ -405,6 +405,9 @@ def collect_dirs_to_recurse(bld, globs, **kw):
|
|||||||
def list_boards(ctx):
|
def list_boards(ctx):
|
||||||
print(*boards.get_boards_names())
|
print(*boards.get_boards_names())
|
||||||
|
|
||||||
|
def list_ap_periph_boards(ctx):
|
||||||
|
print(*boards.get_ap_periph_boards())
|
||||||
|
|
||||||
@conf
|
@conf
|
||||||
def ap_periph_boards(ctx):
|
def ap_periph_boards(ctx):
|
||||||
return boards.get_ap_periph_boards()
|
return boards.get_ap_periph_boards()
|
||||||
|
Loading…
Reference in New Issue
Block a user