ardupilot/libraries/AP_HAL_VRBRAIN
Lucas De Marchi 80cf1207b7 AP_HAL_VRBRAIN: UARTDriver: fix writting with failures
When the buffer wraps and we do it in 2 steps, we can't actually do the
second part if it fails or if we wrote less bytes than we intended,
otherwise we will corrupt the data being sent.
2016-10-27 14:23:43 +11:00
..
AP_HAL_VRBRAIN.h AP_HAL_VRBRAIN: replace header guard with pragma once 2016-03-16 18:40:41 +11:00
AP_HAL_VRBRAIN_Namespace.h Global: Remove '\r' character from all source code files 2016-10-03 22:13:27 -03: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
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
UARTDriver.cpp AP_HAL_VRBRAIN: UARTDriver: fix writting with failures 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
system.cpp AP_HAL_VRBRAIN: implement new AP_HAL functions 2015-11-20 12:25:42 +09:00
vrbrain_param.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00