75 Commits (1853935b71ac767cb01b0cbddb71ce5f918ba1b7)

Author SHA1 Message Date
murata 0733d760f6 AP_HAL_VRBRAIN: Unify from print or println to printf. 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Lucas De Marchi d3b5089a12 AP_HAL_VRBRAIN: UARTDriver: remove commented out code 8 years ago
Lucas De Marchi 80cf1207b7 AP_HAL_VRBRAIN: UARTDriver: fix writting with failures 8 years ago
Lucas De Marchi 68fc08fe52 AP_HAL_VRBRAIN: fix resetting TX buffer 8 years ago
Murilo Belluzzo e8bfcf02a0 VRBRAIN UARTDriver: Make use of ByteBuffer class 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Andrew Tridgell 5530e3782d HAL_VRBrain: fixed cork() for RCOutput 8 years ago
Murilo Belluzzo 0b86532b5c Global: Remove '\r' character from all source code files 8 years ago
Lucas De Marchi e1ab44f4a3 Global: remove get_fd() from Device API 9 years ago
LukeMike 5987cc273f AP_HAL_VRBRAIN: added some new modules for I2C wrapper 9 years ago
LukeMike fde5992b6d VRBRAIN: updated AP_HAL_VRBRAIN 9 years ago
Murilo Belluzzo 077e03678f Global: Adapt Stream class to be used with Ringbuffer 9 years ago
Lucas De Marchi 1841313f73 AP_HAL_VRBRAIN: remove I2CDriver 9 years ago
Andrew Tridgell 6120631977 HAL_VRBRAIN: added uartF 9 years ago
Lucas De Marchi 44bc2eceb4 AP_HAL_VRBRAIN: replace header guard with pragma once 9 years ago
Lucas De Marchi 00249dc8bb AP_HAL_VRBRAIN: use empty I2CDevice 9 years ago
Lucas De Marchi f39a6745d1 Global: remove unused _timer_pending from scheduler 9 years ago
Lucas De Marchi 9aa49cda93 Global: remove system_initializing() from scheduler 9 years ago
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