ardupilot/libraries/AP_HAL_VRBRAIN
Lucas De Marchi 68fc08fe52 AP_HAL_VRBRAIN: fix resetting TX buffer
We can't give the TX buffer 16 bytes more since next time begin() is
called it will compare the buffer size to the value the caller is trying
to set.  In this case we would free and alloc the buffer again each time
begin was called.
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 AP_HAL_VRBRAIN: fix resetting TX buffer 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