mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
UAVCAN bootloaders split into separate repository (#7878)
This commit is contained in:
13
Makefile
13
Makefile
@@ -183,7 +183,7 @@ excelsior_legacy_default: posix_excelsior_legacy qurt_excelsior_legacy
|
||||
# --------------------------------------------------------------------
|
||||
|
||||
.PHONY: qgc_firmware px4fmu_firmware misc_qgc_extra_firmware alt_firmware
|
||||
.PHONY: sizes check quick_check check_format tests
|
||||
.PHONY: sizes check quick_check
|
||||
.PHONY: check_posix_sitl_default check_px4fmu-v3_default
|
||||
|
||||
# QGroundControl flashable NuttX firmware
|
||||
@@ -220,20 +220,11 @@ alt_firmware: \
|
||||
check_s2740vc-v1_default \
|
||||
sizes
|
||||
|
||||
checks_bootloaders: \
|
||||
check_esc35-v1_bootloader \
|
||||
check_px4esc-v1_bootloader \
|
||||
check_px4flow-v2_bootloader \
|
||||
check_s2740vc-v1_bootloader \
|
||||
# not fitting in flash check_px4cannode-v1_bootloader \
|
||||
# not fitting in flash check_zubaxgnss-v1_bootloader \
|
||||
sizes
|
||||
|
||||
sizes:
|
||||
@-find build -name *.elf -type f | xargs size 2> /dev/null || :
|
||||
|
||||
# All default targets that don't require a special build environment
|
||||
check: check_posix_sitl_default px4fmu_firmware misc_qgc_extra_firmware alt_firmware checks_bootloaders tests check_format
|
||||
check: check_posix_sitl_default px4fmu_firmware misc_qgc_extra_firmware alt_firmware tests check_format
|
||||
|
||||
# quick_check builds a single nuttx and posix target, runs testing, and checks the style
|
||||
quick_check: check_posix_sitl_default check_px4fmu-v3_default tests check_format
|
||||
|
||||
Reference in New Issue
Block a user