Browse Source

waf: ardupilotwaf: prefix build context methods with ap_

It helps to distinguish between things from waf and things from ardupilotwaf.
master
Gustavo Jose de Sousa 9 years ago committed by Lucas De Marchi
parent
commit
c2e3f05dbf
  1. 2
      APMrover2/wscript
  2. 2
      AntennaTracker/wscript
  3. 2
      ArduCopter/wscript
  4. 2
      ArduPlane/wscript
  5. 2
      Tools/Hello/wscript
  6. 10
      Tools/ardupilotwaf/ardupilotwaf.py
  7. 2
      libraries/AC_PID/examples/AC_PID_test/wscript
  8. 2
      libraries/AP_ADC/examples/AP_ADC_test/wscript
  9. 2
      libraries/AP_AHRS/examples/AHRS_Test/wscript
  10. 2
      libraries/AP_Airspeed/examples/Airspeed/wscript
  11. 2
      libraries/AP_Baro/examples/BARO_generic/wscript
  12. 2
      libraries/AP_BattMonitor/examples/AP_BattMonitor_test/wscript
  13. 2
      libraries/AP_Common/examples/AP_Common/wscript
  14. 2
      libraries/AP_Compass/examples/AP_Compass_test/wscript
  15. 2
      libraries/AP_Declination/examples/AP_Declination_test/wscript
  16. 2
      libraries/AP_GPS/examples/GPS_AUTO_test/wscript
  17. 2
      libraries/AP_GPS/examples/GPS_UBLOX_passthrough/wscript
  18. 2
      libraries/AP_HAL/examples/AnalogIn/wscript
  19. 2
      libraries/AP_HAL/examples/Printf/wscript
  20. 2
      libraries/AP_HAL/examples/RCInput/wscript
  21. 2
      libraries/AP_HAL/examples/RCInputToRCOutput/wscript
  22. 2
      libraries/AP_HAL/examples/RCOutput/wscript
  23. 2
      libraries/AP_HAL/examples/Storage/wscript
  24. 2
      libraries/AP_HAL/examples/UART_test/wscript
  25. 2
      libraries/AP_HAL_AVR/examples/ArduCopterLibs/wscript
  26. 2
      libraries/AP_HAL_AVR/examples/ArduPlaneLibs/wscript
  27. 2
      libraries/AP_HAL_AVR/examples/Blink/wscript
  28. 2
      libraries/AP_HAL_AVR/examples/Console/wscript
  29. 2
      libraries/AP_HAL_AVR/examples/I2CDriver_HMC5883L/wscript
  30. 2
      libraries/AP_HAL_AVR/examples/LCDTest/wscript
  31. 2
      libraries/AP_HAL_AVR/examples/RCInputTest/wscript
  32. 2
      libraries/AP_HAL_AVR/examples/RCJitterTest/wscript
  33. 2
      libraries/AP_HAL_AVR/examples/RCPassthroughTest/wscript
  34. 2
      libraries/AP_HAL_AVR/examples/SPIDriver_MPU6000/wscript
  35. 2
      libraries/AP_HAL_AVR/examples/Scheduler/wscript
  36. 2
      libraries/AP_HAL_AVR/examples/Semaphore/wscript
  37. 2
      libraries/AP_HAL_AVR/examples/Storage/wscript
  38. 2
      libraries/AP_HAL_AVR/examples/UARTDriver/wscript
  39. 2
      libraries/AP_HAL_AVR/examples/UtilityStringTest/wscript
  40. 2
      libraries/AP_HAL_FLYMAPLE/examples/AP_Baro_BMP085_test/wscript
  41. 2
      libraries/AP_HAL_FLYMAPLE/examples/AnalogIn/wscript
  42. 2
      libraries/AP_HAL_FLYMAPLE/examples/Blink/wscript
  43. 2
      libraries/AP_HAL_FLYMAPLE/examples/Console/wscript
  44. 2
      libraries/AP_HAL_FLYMAPLE/examples/I2CDriver_HMC5883L/wscript
  45. 2
      libraries/AP_HAL_FLYMAPLE/examples/RCInput/wscript
  46. 2
      libraries/AP_HAL_FLYMAPLE/examples/RCPassthroughTest/wscript
  47. 2
      libraries/AP_HAL_FLYMAPLE/examples/SPIDriver/wscript
  48. 2
      libraries/AP_HAL_FLYMAPLE/examples/Scheduler/wscript
  49. 2
      libraries/AP_HAL_FLYMAPLE/examples/Semaphore/wscript
  50. 2
      libraries/AP_HAL_FLYMAPLE/examples/Storage/wscript
  51. 2
      libraries/AP_HAL_FLYMAPLE/examples/UARTDriver/wscript
  52. 2
      libraries/AP_HAL_FLYMAPLE/examples/UtilityStringTest/wscript
  53. 2
      libraries/AP_HAL_FLYMAPLE/examples/empty_example/wscript
  54. 2
      libraries/AP_HAL_Linux/benchmarks/wscript
  55. 2
      libraries/AP_HAL_Linux/examples/BusTest/wscript
  56. 2
      libraries/AP_HAL_PX4/examples/simple/wscript
  57. 2
      libraries/AP_InertialSensor/examples/INS_generic/wscript
  58. 2
      libraries/AP_InertialSensor/examples/VibTest/wscript
  59. 2
      libraries/AP_Math/benchmarks/wscript
  60. 2
      libraries/AP_Math/examples/eulers/wscript
  61. 2
      libraries/AP_Math/examples/location/wscript
  62. 2
      libraries/AP_Math/examples/polygon/wscript
  63. 2
      libraries/AP_Math/examples/rotations/wscript
  64. 2
      libraries/AP_Math/tests/wscript
  65. 2
      libraries/AP_Mission/examples/AP_Mission_test/wscript
  66. 2
      libraries/AP_Motors/examples/AP_Motors_Time_test/wscript
  67. 2
      libraries/AP_Motors/examples/AP_Motors_test/wscript
  68. 2
      libraries/AP_Mount/examples/trivial_AP_Mount/wscript
  69. 2
      libraries/AP_Notify/examples/AP_Notify_test/wscript
  70. 2
      libraries/AP_Notify/examples/ToshibaLED_test/wscript
  71. 2
      libraries/AP_OpticalFlow/examples/AP_OpticalFlow_test/wscript
  72. 2
      libraries/AP_Parachute/examples/AP_Parachute_test/wscript
  73. 2
      libraries/AP_RangeFinder/examples/RFIND_test/wscript
  74. 2
      libraries/AP_Scheduler/examples/Scheduler_test/wscript
  75. 2
      libraries/DataFlash/examples/DataFlash_test/wscript
  76. 2
      libraries/Filter/examples/Derivative/wscript
  77. 2
      libraries/Filter/examples/Filter/wscript
  78. 2
      libraries/Filter/examples/LowPassFilter/wscript
  79. 2
      libraries/Filter/examples/LowPassFilter2p/wscript
  80. 2
      libraries/GCS_Console/examples/Console/wscript
  81. 2
      libraries/GCS_MAVLink/examples/routing/wscript
  82. 2
      libraries/PID/examples/pid/wscript
  83. 2
      libraries/RC_Channel/examples/RC_Channel/wscript
  84. 2
      libraries/RC_Channel/examples/RC_UART/wscript
  85. 2
      libraries/StorageManager/examples/StorageTest/wscript
  86. 2
      wscript

2
APMrover2/wscript

@ -6,7 +6,7 @@ def build(bld): @@ -6,7 +6,7 @@ def build(bld):
bld.ap_stlib(
name=vehicle + '_libs',
vehicle=vehicle,
libraries=bld.common_vehicle_libraries() + [
libraries=bld.ap_common_vehicle_libraries() + [
'APM_Control',
'AP_Arming',
'AP_Camera',

2
AntennaTracker/wscript

@ -6,7 +6,7 @@ def build(bld): @@ -6,7 +6,7 @@ def build(bld):
bld.ap_stlib(
name=vehicle + '_libs',
vehicle=vehicle,
libraries=bld.common_vehicle_libraries() + [
libraries=bld.ap_common_vehicle_libraries() + [
'PID',
],
use='mavlink',

2
ArduCopter/wscript

@ -6,7 +6,7 @@ def build(bld): @@ -6,7 +6,7 @@ def build(bld):
bld.ap_stlib(
name=vehicle + '_libs',
vehicle=vehicle,
libraries=bld.common_vehicle_libraries() + [
libraries=bld.ap_common_vehicle_libraries() + [
'AP_ADSB',
'AC_AttitudeControl',
'AC_Fence',

2
ArduPlane/wscript

@ -6,7 +6,7 @@ def build(bld): @@ -6,7 +6,7 @@ def build(bld):
bld.ap_stlib(
name=vehicle + '_libs',
vehicle=vehicle,
libraries=bld.common_vehicle_libraries() + [
libraries=bld.ap_common_vehicle_libraries() + [
'APM_Control',
'APM_OBC',
'AP_ADSB',

2
Tools/Hello/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

10
Tools/ardupilotwaf/ardupilotwaf.py

@ -65,7 +65,7 @@ IGNORED_AP_LIBRARIES = [ @@ -65,7 +65,7 @@ IGNORED_AP_LIBRARIES = [
]
@conf
def get_all_libraries(bld):
def ap_get_all_libraries(bld):
libraries = []
for lib_node in bld.srcnode.ant_glob('libraries/*', dir=True):
name = lib_node.name
@ -78,7 +78,7 @@ def get_all_libraries(bld): @@ -78,7 +78,7 @@ def get_all_libraries(bld):
return libraries
@conf
def common_vehicle_libraries(bld):
def ap_common_vehicle_libraries(bld):
return COMMON_VEHICLE_DEPENDENT_LIBRARIES
@conf
@ -111,7 +111,7 @@ def ap_program(bld, blddestdir='bin', @@ -111,7 +111,7 @@ def ap_program(bld, blddestdir='bin',
)
@conf
def example(bld, **kw):
def ap_example(bld, **kw):
kw['blddestdir'] = 'examples'
ap_program(bld, **kw)
@ -159,7 +159,7 @@ def ap_stlib(bld, **kw): @@ -159,7 +159,7 @@ def ap_stlib(bld, **kw):
bld.stlib(**kw)
@conf
def find_tests(bld, use=[]):
def ap_find_tests(bld, use=[]):
if not bld.env.HAS_GTEST:
return
@ -185,7 +185,7 @@ def find_tests(bld, use=[]): @@ -185,7 +185,7 @@ def find_tests(bld, use=[]):
)
@conf
def find_benchmarks(bld, use=[]):
def ap_find_benchmarks(bld, use=[]):
if not bld.env.HAS_GBENCHMARK:
return

2
libraries/AC_PID/examples/AC_PID_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_ADC/examples/AP_ADC_test/wscript

@ -5,6 +5,6 @@ def build(bld): @@ -5,6 +5,6 @@ def build(bld):
if bld.env.BOARD in ['sitl']:
return
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_AHRS/examples/AHRS_Test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Airspeed/examples/Airspeed/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Baro/examples/BARO_generic/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_BattMonitor/examples/AP_BattMonitor_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Common/examples/AP_Common/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Compass/examples/AP_Compass_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Declination/examples/AP_Declination_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_GPS/examples/GPS_AUTO_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_GPS/examples/GPS_UBLOX_passthrough/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL/examples/AnalogIn/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL/examples/Printf/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL/examples/RCInput/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL/examples/RCInputToRCOutput/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL/examples/RCOutput/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL/examples/Storage/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL/examples/UART_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/ArduCopterLibs/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/ArduPlaneLibs/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/Blink/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/Console/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/I2CDriver_HMC5883L/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/LCDTest/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/RCInputTest/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/RCJitterTest/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/RCPassthroughTest/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/SPIDriver_MPU6000/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/Scheduler/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/Semaphore/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/Storage/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/UARTDriver/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_AVR/examples/UtilityStringTest/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/AP_Baro_BMP085_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/AnalogIn/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/Blink/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/Console/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/I2CDriver_HMC5883L/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/RCInput/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/RCPassthroughTest/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/SPIDriver/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/Scheduler/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/Semaphore/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/Storage/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/UARTDriver/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/UtilityStringTest/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_FLYMAPLE/examples/empty_example/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_Linux/benchmarks/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.find_benchmarks(
bld.ap_find_benchmarks(
use='ap',
)

2
libraries/AP_HAL_Linux/examples/BusTest/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_HAL_PX4/examples/simple/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_InertialSensor/examples/INS_generic/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_InertialSensor/examples/VibTest/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Math/benchmarks/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.find_benchmarks(
bld.ap_find_benchmarks(
use='ap',
)

2
libraries/AP_Math/examples/eulers/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Math/examples/location/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Math/examples/polygon/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Math/examples/rotations/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Math/tests/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.find_tests(
bld.ap_find_tests(
use='ap',
)

2
libraries/AP_Mission/examples/AP_Mission_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Motors/examples/AP_Motors_Time_test/wscript

@ -5,6 +5,6 @@ def build(bld): @@ -5,6 +5,6 @@ def build(bld):
# TODO: Test code doesn't build. Fix or delete the test.
return
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Motors/examples/AP_Motors_test/wscript

@ -5,6 +5,6 @@ def build(bld): @@ -5,6 +5,6 @@ def build(bld):
# TODO: Test code doesn't build. Fix or delete the test.
return
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Mount/examples/trivial_AP_Mount/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Notify/examples/AP_Notify_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Notify/examples/ToshibaLED_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_OpticalFlow/examples/AP_OpticalFlow_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Parachute/examples/AP_Parachute_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_RangeFinder/examples/RFIND_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/AP_Scheduler/examples/Scheduler_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/DataFlash/examples/DataFlash_test/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/Filter/examples/Derivative/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/Filter/examples/Filter/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/Filter/examples/LowPassFilter/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/Filter/examples/LowPassFilter2p/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/GCS_Console/examples/Console/wscript

@ -5,6 +5,6 @@ def build(bld): @@ -5,6 +5,6 @@ def build(bld):
# TODO: Test code doesn't build. Fix or delete the test.
return
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/GCS_MAVLink/examples/routing/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/PID/examples/pid/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/RC_Channel/examples/RC_Channel/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/RC_Channel/examples/RC_UART/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
libraries/StorageManager/examples/StorageTest/wscript

@ -2,6 +2,6 @@ @@ -2,6 +2,6 @@
# encoding: utf-8
def build(bld):
bld.example(
bld.ap_example(
use='ap',
)

2
wscript

@ -141,7 +141,7 @@ def build(bld): @@ -141,7 +141,7 @@ def build(bld):
bld.ap_stlib(
name='ap',
vehicle='UNKNOWN',
libraries=bld.get_all_libraries(),
libraries=bld.ap_get_all_libraries(),
use='mavlink',
)
# TODO: Currently each vehicle also generate its own copy of the

Loading…
Cancel
Save