55 Commits (f004f4b4999b3b240620f77b9242500f26f7987a)

Author SHA1 Message Date
Pierre Kancir 45ca91808d AP_OpticalFlow: example fix travis warning 8 years ago
Randy Mackay e725ae866b AP_OpticalFlow: fix example sketch 8 years ago
murata 77c402556b AP_OpticalFlow: Unify from print or println to printf. 8 years ago
Andrew Tridgell 75688c8342 AP_OpticalFlow: Add EKF3 and remove EKF1 8 years ago
Lucas De Marchi ae53920e5b build: don't build examples with old build system 8 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Jonathan Challinger b0de3957ea AP_OpticalFlow: fix example build 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Julien BERAUD a32738fd5f AP_OpticalFlow: Update test declaration 9 years ago
Lucas De Marchi 1ba22398a5 AP_OpticalFlow: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
Caio Marcelo de Oliveira Filho de98ec7c1a AP_OpticalFlow: fix build of example for PX4 9 years ago
Caio Marcelo de Oliveira Filho ae9bc62e84 AP_OpticalFlow: remove unnecessary includes from example 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Gustavo Jose de Sousa f32c4ceda9 AP_OpticalFlow: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell 637f8430c9 AP_OpticalFlow: convert example from .pde to .cpp 10 years ago
Andrew Tridgell 4ee54a8915 AP_OpticalFlow: fix for HAL_SITL rename 10 years ago
Randy Mackay 385558db4d OptFlow: fix example sketch 10 years ago
Randy Mackay f48a71f30a OptFlow: fix example sketch 10 years ago
Andrew Tridgell 19c717df2e AP_OpticalFlow: updates for new AP_Baro API 10 years ago
Andrew Tridgell 22a7b69260 AP_OpticalFlow: don't build optical flow example 10 years ago
Andrew Tridgell 5ddbcc296d AP_OpticalFlow: fixed example build 10 years ago
Andrew Tridgell d84c1cd3e4 AP_OpticalFlow: fixed example build 10 years ago
Randy Mackay eed6a1ce61 OptFlow: fix example sketch so it compiles 10 years ago
Andrew Tridgell 5025f04cb1 AP_OpticalFlow: fixed example build 11 years ago
Randy Mackay 3823eed865 OptFlow: update example sketch to work with shrunken library 11 years ago
Andrew Tridgell d64660739e AP_OpticalFlow: fixed example build 12 years ago
Andrew Tridgell 374af1cd14 build: change from Arduino.mk to apm.mk 12 years ago
Andrew Tridgell a1187519a8 AP_HAL: use AP_HAL_BOARD_DRIVER in remaining test sketches 12 years ago
Pat Hickey eb530b86e8 move Arduino.mk to /mk/Arduino.mk 12 years ago
Andrew Tridgell 7d27e420ae AP_HAL: remove unnecessary Arduino.h includes 12 years ago
Pat Hickey 475da4eca4 CONFIG_HAL_BOARD - test sketches fixed up, build all passes 12 years ago
Pat Hickey c393374d4c AP_OpticalFlow: ported to AP_HAL 12 years ago
Pat Hickey 3f1d9d7f69 AP_Param: #include <AP_Param.h> fixups for libraries & sketches 12 years ago
rmackay9 09485ddc5f AP_OpticalFlow: fix example sketch to work with modified AP_Opticalflow library after memory saves 12 years ago
rmackay9 a1b4531545 AP_OpticalFlow: added ability to pass in semaphores for main spi bus to stop conflicts with dataflash on APM1 12 years ago
Pat Hickey 5ac21b71ce AP_OpticalFlow_test: fix build with NULL semaphore. 13 years ago
rmackay9 f9b16a9a50 AP_OpticalFlow: modified to use AP_Semaphore for SPI3 bus when required 13 years ago
rmackay9 163a7841f6 AP_OpticalFlow: small fixes to test sketch to make it work with modified lib 13 years ago
uncrustify 0fb7e82792 uncrustify libraries/AP_OpticalFlow/examples/AP_OpticalFlow_test/AP_OpticalFlow_test.pde 13 years ago
rmackay9 f18ee75b5c AP_OpticalFlow - updated test sketch to allow testing of APM2 version 13 years ago
rmackay9 d371862fd2 AP_OpticalFlow - resolved compile error in example sketch (it could not find DCM.h but it's not required anyway) 13 years ago
Randy Mackay a8b3d2f063 OpticalFlow - fixed minor compiler warnings and moved chip select to A3 for APM2 13 years ago
Randy Mackay 99506accf4 Optical Flow - added overflow check 13 years ago
Randy Mackay bcd63a9807 OpticalFlow - bug fix - highest resolution was incorrectly set as 1200 instead of 1600 13 years ago
Randy Mackay bbe6dea980 OptFlow - initial support for APM2 (there are still problems) including adding ability to set Chip Select pin. 13 years ago