56 Commits (123550a447e12c5c897f7c4d0e9cddbacd41a351)

Author SHA1 Message Date
Julien BERAUD 736f78a7a2 AP_HAL_VRBRAIN: add empty optical flow 9 years ago
Lucas De Marchi a9def97344 AP_HAL_VRBRAIN: rename AP_HAL_Empty instances 9 years ago
Lucas De Marchi bf24d0ef31 AP_HAL_VRBRAIN: use init() method without arguments 9 years ago
Caio Marcelo de Oliveira Filho 01665282f7 AP_HAL_VRBRAIN: Remove unused extern declaration for HALs 9 years ago
Caio Marcelo de Oliveira Filho cbaa57c7be AP_HAL_VRBRAIN: remove unused functions 9 years ago
Caio Marcelo de Oliveira Filho 2314578f6f AP_HAL_VRBRAIN: use millis/micros/panic functions 9 years ago
Caio Marcelo de Oliveira Filho 7662c2e73f AP_HAL_VRBRAIN: implement new AP_HAL functions 9 years ago
Caio Marcelo de Oliveira Filho efbc7648b1 AP_HAL: create AP_HAL namespace and use for some HAL functionality 9 years ago
Lucas De Marchi e9c6702269 AP_HAL_VRBRAIN: fix typo using comma operator 9 years ago
Andrew Tridgell 567ea0e420 HAL_VRBRAIN: make available_memory() uint32_t 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Lucas De Marchi 9eaf7c5660 AP_HAL: add format attribute to panic() 9 years ago
Lucas De Marchi e9d92c446c AP_HAL_VRBRAIN: Scheduler: implement variadic version of panic() 9 years ago
Lucas De Marchi ad61a93c14 AP_HAL: turn panic() into a variadic method 9 years ago
Caio Marcelo de Oliveira Filho 19b4ca60c4 AP_HAL: provide AP_HAL_MAIN() 9 years ago
Caio Marcelo de Oliveira Filho e30457a84d AP_HAL_VRBRAIN: merge init() and run() 9 years ago
Caio Marcelo de Oliveira Filho fe1dd1be25 AP_HAL_VRBRAIN: implement HAL::run() 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Lucas De Marchi 139b88f544 AP_HAL_VRBRAIN: remove unused write method 9 years ago
Brad Bosch 3ad0188488 HAL_VRBrain: Rework of support for FLOW_CONTROL_AUTO from PX4 HAL 10 years ago
Lucas De Marchi c47df44f44 AP_HAL_VRBRAIN: standardize inclusion of libaries headers 10 years ago
Gustavo Jose de Sousa f714540d8b AP_HAL_VRBRAIN: standardize inclusion of libaries headers 10 years ago
Lucas De Marchi 3f472fb9e1 AP_HAL_VRBRAIN: use ARRAY_SIZE macro 10 years ago
Julien BERAUD 7275e33e79 AP_HAL: add the possibility to have more than 1 i2c 10 years ago
Andrew Tridgell c44ab01be8 AP_HAL: use noreturn attribute on panic 10 years ago
Andrew Tridgell 3a9d7363ea HAL_VRBRain: fixed functor comparison 10 years ago
Tom Pittenger d275e6711d AP_HAL_VRBRAIN: compiler warnings: apply is_zero(float) or is_equal(float) 10 years ago
Tom Pittenger ee1a415baa HAL_VRBrain: fix compile warning re member init order 10 years ago
Tom Pittenger ae6d44bf82 HAL_VRBrain: fix compile warnings re float constants 10 years ago
Andrew Tridgell db9c8548a5 HAL_VRBrain: call parent Util constructor 10 years ago
Jonathan Challinger 59cf1c29ff AP_HAL_VRBRAIN: attempt to initialize USB while soft-disarmed 10 years ago
Andrew Tridgell 9eb07ffde2 HAL_VRBRAIN: implement updated new_input() semantics 10 years ago
Emile Castelnuovo d78ff43971 AP_HAL_VRBRAIN: code clean up. Deleted unused boards. 10 years ago
LukeMike 6473ae2c37 Storage: updated to the PX4 library 10 years ago
Emile Castelnuovo 92e0bc3a2f AP_HAL_VRBRAIN: updates to libraries for new boards 10 years ago
LukeMike edd0f13845 AP_HAL: mapped the different sizes of storage for all VR boards 10 years ago
LukeMike 7dc5541484 AP_HAL_VRBRAIN: Added analog inputs for ArduPlane on VR Micro Brain 5 10 years ago
Andrew Tridgell 9d3a9c20a8 HAL_VRBrain: use common RingBuffer.h 10 years ago
Andrew Tridgell b3894e8b10 HAL_VRBRAIN: reduce the number of times we split up UART reads and writes 10 years ago
Randy Mackay 6da1420541 HAL_VRBrain: implement force_safety_on 11 years ago
Andrew Tridgell 593a97afd6 HAL_VRBRAIN: fixed storage bug in VRBRAIN too 11 years ago
Emile Castelnuovo 25d2ec1dea AP_HAL_VRBRAIN: enable 2nd GPS for VRBRAIN 5 11 years ago
Emile Castelnuovo 8e42b21bab AP_HAL_VRBRAIN: added management for external relay 1 and 2 11 years ago
Andrew Tridgell e143acd8bf HAL_VRBRAIN: minimise use of hrt_absolute_time() 11 years ago
Andrew Tridgell 071323a736 HAL_VRBRAIN: added millis64() and micros64() 11 years ago
Andrew Tridgell 21ff578cb0 HAL_VRBrain: prevent read past end of buffer 11 years ago
Andrew Tridgell d40d0f6aec AP_HAL: removed old storage type read/write functions 11 years ago
LukeMike dd1cab3ab8 HAL_VRBRAIN: updated analog drivers and scheduler driver to latest official version 11 years ago
Emile Castelnuovo b420a5c6db AP_HAL_VRBRAIN: removed empty lines 11 years ago