Ardupilot2/libraries/AP_HAL_Linux
Andrew Tridgell d0b007248f HAL_Linux: fixed SPI semaphore, and panic on CS error
This adds a check for trying to assert two CS pins on the same bus
at the same time. The change involves moving the _device handles into the
DeviceManager class, and accessing via static methods.

This also moves the semaphore to be per-bus rather than per-device,
which fixes the problem with bad MS5611 transfers.

Pair-Programmed-With: Victor, Sid, Anuj and Philip
2014-07-14 09:32:29 +10:00
..
PRU HAL_Linux: Replace PRU1 firmware with a new one to support new way of controllong PRU PWM 2014-07-14 09:31:05 +10:00
AnalogIn.cpp HAL_Linux: updates for ERLE board type 2014-07-14 08:52:27 +10:00
AnalogIn.h AP_HAL: added board_voltage AnalogIn method 2014-02-14 21:25:38 +11:00
AP_HAL_Linux_Main.h AP_HAL_Linux_Class: Correct deadlock, and infinite loop in setup() 2014-07-14 09:02:47 +10:00
AP_HAL_Linux_Namespace.h HAL_Linux: removed Console driver 2013-10-05 18:32:57 +10:00
AP_HAL_Linux_Private.h HAL_Linux: removed Console driver 2013-10-05 18:32:57 +10:00
AP_HAL_Linux.h HAL_Linux: updates for ERLE board type 2014-07-14 08:52:27 +10:00
GPIO.cpp HAL_Linux: Remove panic when invalid pin in GPIO 2014-07-14 09:30:25 +10:00
GPIO.h HAL_Linux: make GPIO code compact and readable 2014-07-14 09:29:45 +10:00
HAL_Linux_Class.cpp HAL_Linux: UART-like TCP sockets impl. on AP_HAL_Linux 2014-07-14 09:31:30 +10:00
HAL_Linux_Class.h AP_HAL_Linux: initial Linux AP_HAL 2013-09-28 21:24:01 +10:00
I2CDriver.cpp HAL_Linux: include readRegistersMultiple in I2CDriver 2014-07-14 09:28:42 +10:00
I2CDriver.h HAL_Linux: include readRegistersMultiple in I2CDriver 2014-07-14 09:28:42 +10:00
RCInput.cpp HAL_Linux: updates for ERLE board type 2014-07-14 08:52:27 +10:00
RCInput.h AP_HAL: removed RCInput valid_channels() and added new_input() and num_channels() 2014-03-25 14:39:41 +11:00
RCOutput.cpp HAL_Linux: Make asynchronous PRU write and reduce the size of data exchange 2014-07-14 09:32:29 +10:00
RCOutput.h HAL_Linux: Make asynchronous PRU write and reduce the size of data exchange 2014-07-14 09:32:29 +10:00
Scheduler.cpp HAL_Linux: include readRegistersMultiple in I2CDriver 2014-07-14 09:28:42 +10:00
Scheduler.h HAL_Linux: updates for ERLE board type 2014-07-14 08:52:27 +10:00
Semaphores.cpp HAL_Linux: updates for ERLE board type 2014-07-14 08:52:27 +10:00
Semaphores.h HAL_Linux: updates for ERLE board type 2014-07-14 08:52:27 +10:00
SPIDriver.cpp HAL_Linux: fixed SPI semaphore, and panic on CS error 2014-07-14 09:32:29 +10:00
SPIDriver.h HAL_Linux: fixed SPI semaphore, and panic on CS error 2014-07-14 09:32:29 +10:00
Storage.cpp HAL_Linux: updates for ERLE board type 2014-07-14 08:52:27 +10:00
Storage.h HAL_Linux: switched to pthread based scheduling 2013-09-28 21:24:02 +10:00
UARTDriver.cpp HAL_Linux: Remove the additional portNumber offset 2014-07-14 09:32:21 +10:00
UARTDriver.h HAL_Linux: UART-like TCP sockets impl. on AP_HAL_Linux 2014-07-14 09:31:30 +10:00
Util.cpp HAL_Linux: updates for ERLE board type 2014-07-14 08:52:27 +10:00
Util.h AP_HAL: added support for commandline arguments 2014-02-23 08:15:39 +11:00