ardupilot/libraries/AP_HAL_VRBRAIN
Murilo Belluzzo e8bfcf02a0 VRBRAIN UARTDriver: Make use of ByteBuffer class
This patch replaces the 'old style' ringbuffer by the ByteBuffer class.
An effort was made to keep the exchange as close as possible from a
drop-in replacement to minimize the risk of introducing bugs.

Although the exchange opens opportunities for improvement and
simplification of this class.

While at it, just like in the write case, explain why we are stopping.
2016-10-27 14:23:43 +11:00
..
AnalogIn.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AnalogIn.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_HAL_VRBRAIN_Namespace.h Global: Remove '\r' character from all source code files 2016-10-03 22:13:27 -03:00
AP_HAL_VRBRAIN.h AP_HAL_VRBRAIN: replace header guard with pragma once 2016-03-16 18:40:41 +11:00
GPIO.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
GPIO.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
HAL_VRBRAIN_Class.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
HAL_VRBRAIN_Class.h Global: Remove '\r' character from all source code files 2016-10-03 22:13:27 -03:00
I2CDevice.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
I2CDevice.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
I2CWrapper.h AP_HAL_VRBRAIN: added some new modules for I2C wrapper 2016-08-07 20:31:52 +10:00
NSHShellStream.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
RCInput.cpp Global: Remove '\r' character from all source code files 2016-10-03 22:13:27 -03:00
RCInput.h Global: Remove '\r' character from all source code files 2016-10-03 22:13:27 -03:00
RCOutput.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
RCOutput.h Global: Remove '\r' character from all source code files 2016-10-03 22:13:27 -03:00
Scheduler.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
Scheduler.h Global: Remove '\r' character from all source code files 2016-10-03 22:13:27 -03:00
Semaphores.cpp Global: Remove '\r' character from all source code files 2016-10-03 22:13:27 -03:00
Semaphores.h Global: Remove '\r' character from all source code files 2016-10-03 22:13:27 -03:00
Storage.cpp Global: Remove '\r' character from all source code files 2016-10-03 22:13:27 -03:00
Storage.h Global: Remove '\r' character from all source code files 2016-10-03 22:13:27 -03:00
system.cpp AP_HAL_VRBRAIN: implement new AP_HAL functions 2015-11-20 12:25:42 +09:00
UARTDriver.cpp VRBRAIN UARTDriver: Make use of ByteBuffer class 2016-10-27 14:23:43 +11:00
UARTDriver.h VRBRAIN UARTDriver: Make use of ByteBuffer class 2016-10-27 14:23:43 +11:00
Util.cpp Global: Remove '\r' character from all source code files 2016-10-03 22:13:27 -03:00
Util.h Global: Remove '\r' character from all source code files 2016-10-03 22:13:27 -03:00
vrbrain_param.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00