mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-06 16:08:28 -04:00
6566deff66
Add libraries that those boards depend on. This should be handled in the future elsewhere (and once for each board), but for now let's make it compile again.
29 lines
689 B
PHP
29 lines
689 B
PHP
LIBRARIES += AP_ADC
|
|
LIBRARIES += AP_ADC_AnalogSource
|
|
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_Math
|
|
LIBRARIES += AP_Mission
|
|
LIBRARIES += AP_NavEKF
|
|
LIBRARIES += AP_Notify
|
|
LIBRARIES += AP_Param
|
|
LIBRARIES += AP_Progmem
|
|
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_SerialManager
|
|
LIBRARIES += AP_OpticalFlow
|