ardupilot/libraries/AP_HAL_Linux
Andrew Tridgell 46ac52bccc HAL_Linux: removed retry loop on UART open
this was there for HAL_PX4 only, and makes no sense on Linux
2014-08-27 18:31:38 +10:00
..
examples/BusTest HAL_Linux: fixed build of BusTest 2014-08-19 10:08:16 +10:00
AnalogIn.cpp
AnalogIn.h
AP_HAL_Linux_Main.h
AP_HAL_Linux_Namespace.h HAL_Linux: split off RCOutput class to be specific to PXF and ERLE 2014-08-19 20:03:33 +10:00
AP_HAL_Linux_Private.h HAL_Linux: split off RCOutput class to be specific to PXF and ERLE 2014-08-19 20:03:33 +10:00
AP_HAL_Linux.h
GPIO.cpp
GPIO.h
HAL_Linux_Class.cpp HAL_Linux: split off RCOutput class to be specific to PXF and ERLE 2014-08-19 20:03:33 +10:00
HAL_Linux_Class.h
I2CDriver.cpp HAL_Linux: made I2C driver more portable 2014-07-15 13:56:50 +10:00
I2CDriver.h
RCInput_PRU.cpp HAL_Linux: split RCInput class into generic and PRU implementations 2014-08-19 20:03:33 +10:00
RCInput_PRU.h HAL_Linux: split RCInput class into generic and PRU implementations 2014-08-19 20:03:33 +10:00
RCInput.cpp HAL_Linux: split RCInput class into generic and PRU implementations 2014-08-19 20:03:33 +10:00
RCInput.h HAL_Linux: split RCInput class into generic and PRU implementations 2014-08-19 20:03:33 +10:00
RCOutput_PRU.cpp HAL_Linux: split off RCOutput class to be specific to PXF and ERLE 2014-08-19 20:03:33 +10:00
RCOutput_PRU.h HAL_Linux: split off RCOutput class to be specific to PXF and ERLE 2014-08-19 20:03:33 +10:00
Scheduler.cpp HAL_Linux: use a semaphore in suspend_timer_procs() 2014-08-22 21:13:11 +10:00
Scheduler.h HAL_Linux: use a semaphore in suspend_timer_procs() 2014-08-22 21:13:11 +10:00
Semaphores.cpp HAL_Linux: implement millis64() and micros64() 2014-08-20 08:00:21 +10:00
Semaphores.h
SPIDriver.cpp HAL_Linux: the MS5611 seems to be a bit happier at higher speed 2014-08-19 10:08:17 +10:00
SPIDriver.h SPIDriver: fixed handling of 0 based SPI bus numbers 2014-08-19 10:08:16 +10:00
Storage_FRAM.cpp HAL_Linux: moved FRAM vs FS choice into HAL_Linux headers 2014-08-19 10:08:17 +10:00
Storage_FRAM.h HAL_Linux: Add FRAM HAL driver support for non-volatile storage 2014-08-19 10:08:16 +10:00
Storage_FS.cpp HAL_Linux: moved FRAM vs FS choice into HAL_Linux headers 2014-08-19 10:08:17 +10:00
Storage_FS.h HAL_Linux: Add FRAM HAL driver support for non-volatile storage 2014-08-19 10:08:16 +10:00
Storage.h HAL_Linux: moved FRAM vs FS choice into HAL_Linux headers 2014-08-19 10:08:17 +10:00
UARTDriver.cpp HAL_Linux: removed retry loop on UART open 2014-08-27 18:31:38 +10:00
UARTDriver.h
Util.cpp
Util.h