Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0420a43

Browse files
committed
deprecate px4 esc-v1 and drivers/uavcanesc
1 parent 5200cae commit 0420a43

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1
-3656
lines changed

.ci/Jenkinsfile-compile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,14 @@ pipeline {
4343
archive: true
4444
]
4545

46-
def nuttx_builds_other = [
47-
target: ["px4_esc-v1_default"],
48-
image: docker_images.nuttx,
49-
archive: false
50-
]
51-
5246
def snapdragon_builds = [
5347
target: ["atlflight_eagle_qurt-default", "atlflight_eagle_default"],
5448
image: docker_images.snapdragon,
5549
archive: false
5650
]
5751

5852
def docker_builds = [
59-
armhf_builds, base_builds, nuttx_builds_archive, nuttx_builds_other, snapdragon_builds
53+
armhf_builds, base_builds, nuttx_builds_archive, snapdragon_builds
6054
]
6155

6256
for (def build_type = 0; build_type < docker_builds.size(); build_type++) {

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ misc_qgc_extra_firmware: \
263263
# Other NuttX firmware
264264
alt_firmware: \
265265
check_px4_cannode-v1_default \
266-
check_px4_esc-v1_default \
267266
sizes
268267

269268
# builds with RTPS

boards/px4/esc-v1/default.cmake

Lines changed: 0 additions & 60 deletions
This file was deleted.

boards/px4/esc-v1/firmware.prototype

Lines changed: 0 additions & 13 deletions
This file was deleted.

boards/px4/esc-v1/nuttx-config/Kconfig

Lines changed: 0 additions & 22 deletions
This file was deleted.

boards/px4/esc-v1/nuttx-config/include/README.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)