boards new split VENDOR_MODEL naming convention

This commit is contained in:
Daniel Agar
2018-11-21 23:27:21 -05:00
committed by David Sidrane
parent f692ad04d0
commit abb3817d31
149 changed files with 401 additions and 407 deletions

View File

@@ -62,7 +62,7 @@ include(px4_base)
#
# Example:
# px4_add_board_os(
# BOARD px4fmu-v2_default
# BOARD px4_fmu-v2_default
# OS nuttx
# )
#

View File

@@ -227,7 +227,7 @@ endfunction()
# OUT : the target list
#
# Example:
# px4_os_prebuild_targets(OUT target_list BOARD px4fmu-v2)
# px4_os_prebuild_targets(OUT target_list BOARD px4_fmu-v2)
#
function(px4_os_prebuild_targets)
px4_parse_function_args(