Skip to content

Commit

Permalink
Merge branch 'main' into pr-vtol-backtransition-pos-feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
sfuhrer authored Nov 11, 2024
2 parents eb2553b + b35ec38 commit 7a85323
Show file tree
Hide file tree
Showing 69 changed files with 5,009 additions and 434 deletions.
2 changes: 2 additions & 0 deletions .ci/Jenkinsfile-compile
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,10 @@ pipeline {
"nxp_fmuk66-v3_default",
"nxp_fmuk66-v3_socketcan",
"nxp_mr-canhubk3_default",
"nxp_mr-canhubk3_fmu",
"nxp_ucans32k146_canbootloader",
"nxp_ucans32k146_default",
"nxp_tropic-community_default",
"omnibus_f4sd_default",
"px4_fmu-v2_default",
"px4_fmu-v2_fixedwing",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build_all_targets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
needs: group_targets
strategy:
matrix: ${{ fromJson(needs.group_targets.outputs.matrix) }}
fail-fast: false
container:
image: ${{ matrix.container }}
steps:
Expand Down
5 changes: 5 additions & 0 deletions .vscode/cmake-variants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,11 @@ CONFIG:
buildType: MinSizeRel
settings:
CONFIG: nxp_mr-canhubk3_fmu
nxp_tropic-community_default:
short: nxp_tropic-community_default
buildType: MinSizeRel
settings:
CONFIG: nxp_tropic-community_default
raspberrypi_pico_default:
short: raspberrypi_pico
buildType: MinSizeRel
Expand Down
131 changes: 0 additions & 131 deletions ROMFS/px4fmu_common/init.d/airframes/13013_deltaquad

This file was deleted.

121 changes: 0 additions & 121 deletions ROMFS/px4fmu_common/init.d/airframes/13014_vtol_babyshark

This file was deleted.

2 changes: 0 additions & 2 deletions ROMFS/px4fmu_common/init.d/airframes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,6 @@ if(CONFIG_MODULES_VTOL_ATT_CONTROL)
# [13000, 13999] VTOL
13000_generic_vtol_standard
13100_generic_vtol_tiltrotor
13013_deltaquad
13014_vtol_babyshark
13030_generic_vtol_quad_tiltrotor
13200_generic_vtol_tailsitter
)
Expand Down
1 change: 1 addition & 0 deletions Tools/astyle/files_to_check_code_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ exec find boards msg src platforms test \
-path src/lib/cdrstream/rosidl -prune -o \
-path src/modules/zenoh/zenoh-pico -prune -o \
-path boards/modalai/voxl2/libfc-sensor-api -prune -o \
-path src/drivers/actuators/vertiq_io/iq-module-communication-cpp -prune -o \
\( -type f \( -name "*.c" -o -name "*.h" -o -name "*.cpp" -o -name "*.hpp" \) -print \) | grep $PATTERN
Loading

0 comments on commit 7a85323

Please sign in to comment.