Ardupilot2/libraries/AP_HAL_PX4
Andrew Tridgell eb6848b8c2 HAL_PX4: work around a bus locking issue on Pixracer
Pixracer has FRAM on the same bus as the ms5611 and the FRAM ramtron
driver does not use the same locking mechanism as other px4 SPI
drivers. We need to disable interrupts during FRAM transfers to ensure
we don't get FRAM corruption
2016-02-23 14:52:42 +09:00
..
examples/simple AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
AnalogIn.cpp HAL_PX4: changes for FMUv4 2016-02-08 19:52:46 +11:00
AnalogIn.h HAL_PX4: changes for FMUv4 2016-02-08 19:52:46 +11:00
AP_HAL_PX4_Main.h HAL_PX4: make APM sketches into daemons 2013-01-04 11:14:35 +11:00
AP_HAL_PX4_Namespace.h HAL_PX4: added implementation of NSH shell stream 2015-06-17 20:30:09 +10:00
AP_HAL_PX4.h AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
GPIO.cpp HAL_PX4: changes for FMUv4 2016-02-08 19:52:46 +11:00
GPIO.h AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
HAL_PX4_Class.cpp AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
HAL_PX4_Class.h AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
NSHShellStream.cpp AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
px4_param.cpp AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
RCInput.cpp AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
RCInput.h HAL_PX4: changes for FMUv4 2016-02-08 19:52:46 +11:00
RCOutput.cpp AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
RCOutput.h AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
Scheduler.cpp AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
Scheduler.h AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
Storage.cpp HAL_PX4: work around a bus locking issue on Pixracer 2016-02-23 14:52:42 +09:00
Storage.h HAL_PX4: work around a bus locking issue on Pixracer 2016-02-23 14:52:42 +09:00
UARTDriver.cpp HAL_PX4: Rework support for FLOW_CONTROL_AUTO. 2015-08-19 20:44:53 +09:00
UARTDriver.h HAL_PX4: Rework support for FLOW_CONTROL_AUTO. 2015-08-19 20:44:53 +09:00
Util.cpp AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00
Util.h AP_HAL_PX4: standardize inclusion of libaries headers 2015-08-19 20:42:41 +09:00