Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
97fd951d
Commit
97fd951d
authored
8 years ago
by
Daniel Agar
Committed by
Lorenz Meier
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
cleanup after rebase
parent
51298c1e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+1
-4
1 addition, 4 deletions
Makefile
cmake/configs/nuttx_px4fmu-v2_test.cmake
+6
-6
6 additions, 6 deletions
cmake/configs/nuttx_px4fmu-v2_test.cmake
cmake/configs/posix_sitl_test.cmake
+1
-0
1 addition, 0 deletions
cmake/configs/posix_sitl_test.cmake
with
8 additions
and
10 deletions
Makefile
+
1
−
4
View file @
97fd951d
...
...
@@ -164,9 +164,6 @@ posix_sitl_default:
posix_sitl_test
:
$(
call cmake-build,
$@
)
posix_sitl_lpe
:
$(
call cmake-build,
$@
)
posix_sitl_ekf2
:
$(
call cmake-build,
$@
)
...
...
@@ -240,7 +237,7 @@ ifeq ($(VECTORCONTROL),1)
@
(
rm
-rf
vectorcontrol
&&
git clone
--quiet
--depth
1 https://github.com/thiemar/vectorcontrol.git
&&
cd
vectorcontrol
&&
BOARD
=
s2740vc_1_0 make
--silent
--no-print-directory
&&
BOARD
=
px4esc_1_6 make
--silent
--no-print-directory
&&
../Tools/uavcan_copy.sh
)
endif
check
:
check_px4fmu-v1_default check_px4fmu-v2_default check_px4fmu-v2_test check_px4fmu-v2_ekf2
check_px4fmu-v2_lpe
check_px4fmu-v4_default_and_uavcan check_mindpx-v2_default check_px4-stm32f4discovery_default check_posix_sitl_default check_posix_sitl_test check_unittest check_format
check
:
check_px4fmu-v1_default check_px4fmu-v2_default check_px4fmu-v2_test check_px4fmu-v2_ekf2 check_px4fmu-v4_default_and_uavcan check_mindpx-v2_default check_px4-stm32f4discovery_default check_posix_sitl_default check_posix_sitl_test check_unittest check_format
check_format
:
$(
call colorecho,
"Checking formatting with astyle"
)
...
...
This diff is collapsed.
Click to expand it.
cmake/configs/nuttx_px4fmu-v2_test.cmake
+
6
−
6
View file @
97fd951d
...
...
@@ -18,7 +18,7 @@ set(config_module_list
drivers/boards/px4fmu-v2
drivers/rgbled
drivers/mpu6000
#
drivers/mpu9250
drivers/mpu9250
drivers/lsm303d
drivers/l3gd20
drivers/hmc5883
...
...
@@ -37,16 +37,16 @@ set(config_module_list
drivers/airspeed
drivers/ets_airspeed
drivers/meas_airspeed
#
drivers/frsky_telemetry
drivers/frsky_telemetry
modules/sensors
#drivers/mkblctrl
drivers/px4flow
#drivers/oreoled
#
drivers/gimbal
drivers/gimbal
drivers/pwm_input
drivers/camera_trigger
drivers/bst
#
drivers/snapdragon_rc_pwm
drivers/snapdragon_rc_pwm
drivers/lis3mdl
#
...
...
@@ -91,11 +91,10 @@ set(config_module_list
#
# Estimation modules (EKF/ SO3 / other filters)
#
# Too high RAM usage due to static allocations
# modules/attitude_estimator_ekf
modules/attitude_estimator_q
modules/ekf_att_pos_estimator
modules/position_estimator_inav
modules/local_position_estimator
#
# Vehicle Control
...
...
@@ -136,6 +135,7 @@ set(config_module_list
lib/terrain_estimation
lib/runway_takeoff
lib/tailsitter_recovery
lib/DriverFramework/framework
platforms/nuttx
# had to add for cmake, not sure why wasn't in original config
...
...
This diff is collapsed.
Click to expand it.
cmake/configs/posix_sitl_test.cmake
+
1
−
0
View file @
97fd951d
...
...
@@ -56,6 +56,7 @@ set(config_module_list
lib/controllib
lib/conversion
lib/DriverFramework/framework
lib/ecl
lib/external_lgpl
lib/geo
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment