This website requires JavaScript.
Explore
Help
Sign In
aepko
/
Ardupilot2
Watch
1
Star
0
Fork
0
You've already forked Ardupilot2
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
591b846e2d
Ardupilot2
/
libraries
/
AP_HAL_Linux
/
benchmarks
/
wscript
8 lines
109 B
Plaintext
Raw
Normal View
History
Unescape
Escape
AP_HAL_Linux: add benchmark for crop_8bpp() and yuyv_to_grey() We had to check for board subtypes in the benchmark since VideoIn.cpp does these checks.
2016-01-13 09:41:05 -04:00
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
waf: ardupilotwaf: prefix build context methods with ap_ It helps to distinguish between things from waf and things from ardupilotwaf.
2016-01-22 17:00:13 -04:00
bld.ap_find_benchmarks(
AP_HAL_Linux: add benchmark for crop_8bpp() and yuyv_to_grey() We had to check for board subtypes in the benchmark since VideoIn.cpp does these checks.
2016-01-13 09:41:05 -04:00
use='ap',
)
Reference in New Issue
Copy Permalink