Deprecate the tap_common directory, nuttx, driver, and makefile references to tap-v1. (#10629)

This commit is contained in:
Mark Sauder
2018-10-15 09:53:29 -06:00
committed by Daniel Agar
parent 919957eec6
commit ad8539bd15
35 changed files with 1 additions and 4800 deletions

View File

@@ -89,7 +89,7 @@ pipeline {
def nuttx_builds_archive = [
target: ["px4fmu-v2_default", "px4fmu-v3_default", "px4fmu-v4_default", "px4fmu-v4pro_default", "px4fmu-v5_default", "px4fmu-v5_rtps", "px4fmu-v5_stackcheck",
"aerofc-v1_default", "aerocore2_default", "auav-x21_default", "av-x-v1_default", "crazyflie_default", "mindpx-v2_default",
"nxphlite-v3_default", "tap-v1_default", "omnibus-f4sd_default"],
"nxphlite-v3_default", "omnibus-f4sd_default"],
image: docker_images.nuttx,
archive: true
]