forked from ArduPilot/ardupilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The change to use AP_BoardConfig messed up the examples. Here are some updated but there are plenty more to do.
- Loading branch information
1 parent
467da77
commit 0d113b2
Showing
14 changed files
with
58 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,9 @@ | ||
LIBRARIES += AP_ADC | ||
LIBRARIES += AP_AHRS | ||
LIBRARIES += AP_Airspeed | ||
LIBRARIES += AP_Baro | ||
LIBRARIES += AP_BattMonitor | ||
LIBRARIES += AP_Common | ||
LIBRARIES += AP_Compass | ||
LIBRARIES += AP_Declination | ||
LIBRARIES += AP_GPS | ||
LIBRARIES += AP_InertialSensor | ||
LIBRARIES += AP_AccelCal | ||
LIBRARIES += AP_Math | ||
LIBRARIES += AP_Mission | ||
LIBRARIES += AP_NavEKF | ||
LIBRARIES += AP_Notify | ||
LIBRARIES += AP_Param | ||
LIBRARIES += AP_Rally | ||
LIBRARIES += AP_RangeFinder | ||
LIBRARIES += AP_Scheduler | ||
LIBRARIES += AP_Terrain | ||
LIBRARIES += AP_Vehicle | ||
LIBRARIES += DataFlash | ||
LIBRARIES += Filter | ||
LIBRARIES += GCS_MAVLink | ||
LIBRARIES += StorageManager | ||
LIBRARIES += AP_BoardConfig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,12 @@ | ||
LIBRARIES += AP_ADC | ||
LIBRARIES += AP_AHRS | ||
LIBRARIES += AP_Airspeed | ||
LIBRARIES += AP_Baro | ||
LIBRARIES += AP_BattMonitor | ||
LIBRARIES += AP_Buffer | ||
LIBRARIES += AP_Common | ||
LIBRARIES += AP_Compass | ||
LIBRARIES += AP_Declination | ||
LIBRARIES += AP_GPS | ||
LIBRARIES += AP_InertialSensor | ||
LIBRARIES += AP_AccelCal | ||
LIBRARIES += AP_Math | ||
LIBRARIES += AP_Mission | ||
LIBRARIES += AP_NavEKF | ||
LIBRARIES += AP_Notify | ||
LIBRARIES += AP_Param | ||
LIBRARIES += AP_Rally | ||
LIBRARIES += AP_RangeFinder | ||
LIBRARIES += AP_Scheduler | ||
LIBRARIES += AP_Terrain | ||
LIBRARIES += AP_Vehicle | ||
LIBRARIES += DataFlash | ||
LIBRARIES += Filter | ||
LIBRARIES += GCS_MAVLink | ||
LIBRARIES += StorageManager | ||
LIBRARIES += AP_OpticalFlow | ||
LIBRARIES += AP_BoardConfig |