.. |
examples/BusTest
|
AP_HAL_Linux: use ARRAY_SIZE macro
|
2015-07-21 14:24:58 +09:00 |
AnalogIn_Navio.cpp
|
AP_HAL_Linux: use functor macros
|
2015-05-26 13:46:53 +10:00 |
AnalogIn_Navio.h
|
AP_HAL_Linux: renamed AnalogIn_Navio
|
2015-04-14 10:16:26 +10:00 |
AnalogIn.cpp
|
|
|
AnalogIn.h
|
|
|
AP_HAL_Linux_Main.h
|
|
|
AP_HAL_Linux_Namespace.h
|
HAL_Linux: added rcout implementation for bebop
|
2015-07-10 16:46:30 +10:00 |
AP_HAL_Linux_Private.h
|
HAL_Linux: added rcout implementation for bebop
|
2015-07-10 16:46:30 +10:00 |
AP_HAL_Linux.h
|
|
|
ConsoleDevice.cpp
|
AP_HAL_Linux: added ConsoleDevice
|
2015-08-19 20:02:56 +09:00 |
ConsoleDevice.h
|
AP_HAL_Linux: added ConsoleDevice
|
2015-08-19 20:02:56 +09:00 |
dsm.cpp
|
AP_HAL_Linux: use ARRAY_SIZE macro
|
2015-07-21 14:24:58 +09:00 |
dsm.h
|
|
|
GPIO_BBB.cpp
|
|
|
GPIO_BBB.h
|
|
|
GPIO_RPI.cpp
|
AP_HAL_Linux: add RPi version runtime detection
|
2015-04-14 10:16:25 +10:00 |
GPIO_RPI.h
|
AP_HAL_Linux: add RPi version runtime detection
|
2015-04-14 10:16:25 +10:00 |
GPIO.cpp
|
|
|
GPIO.h
|
|
|
HAL_Linux_Class.cpp
|
HAL_Linux: added rcout implementation for bebop
|
2015-07-10 16:46:30 +10:00 |
HAL_Linux_Class.h
|
HAL_Linux: fixed setting of custom directories
|
2015-06-30 15:08:10 +10:00 |
I2CDriver.cpp
|
HAL_Linux: don't do chardev test on subtype NONE
|
2015-07-01 15:36:34 +10:00 |
I2CDriver.h
|
AP_HAL_Linux: add constructor to find I2C bus reliably
|
2015-06-30 09:10:54 +10:00 |
RCInput_AioPRU.cpp
|
AP_HAL_Linux: Add RcInput and RcOutput with only one PRU when using a BBB. BBBMINI use the RC AIO PRU firmware already
|
2015-03-16 09:33:54 +11:00 |
RCInput_AioPRU.h
|
AP_HAL_Linux: Add RcInput and RcOutput with only one PRU when using a BBB. BBBMINI use the RC AIO PRU firmware already
|
2015-03-16 09:33:54 +11:00 |
RCInput_Navio.cpp
|
AP_HAL_Linux: fixed signal handler in RCInput_Navio
|
2015-07-23 08:51:38 +10:00 |
RCInput_Navio.h
|
AP_HAL_Linux: fixed signal handler in RCInput_Navio
|
2015-07-23 08:51:38 +10:00 |
RCInput_PRU.cpp
|
|
|
RCInput_PRU.h
|
|
|
RCInput_ZYNQ.cpp
|
|
|
RCInput_ZYNQ.h
|
|
|
RCInput.cpp
|
|
|
RCInput.h
|
|
|
RCOutput_AioPRU.cpp
|
AP_HAL_Linux: Fix loading Firmware
|
2015-06-18 10:13:49 +10:00 |
RCOutput_AioPRU.h
|
AP_HAL_Linux: Add RcInput and RcOutput with only one PRU when using a BBB. BBBMINI use the RC AIO PRU firmware already
|
2015-03-16 09:33:54 +11:00 |
RCOutput_Bebop.cpp
|
HAL_Linux: add read_obs_data to RCOutput_Bebop
|
2015-07-23 21:49:28 +09:00 |
RCOutput_Bebop.h
|
HAL_Linux: add read_obs_data to RCOutput_Bebop
|
2015-07-23 21:49:28 +09:00 |
RCOutput_Navio.cpp
|
AP_HAL: add the possibility to have more than 1 i2c
|
2015-07-10 14:23:17 +10:00 |
RCOutput_Navio.h
|
AP_HAL_Linux: added buffering in RCOutput_Navio
|
2015-04-14 10:16:25 +10:00 |
RCOutput_PRU.cpp
|
|
|
RCOutput_PRU.h
|
|
|
RCOutput_ZYNQ.cpp
|
|
|
RCOutput_ZYNQ.h
|
AP_HAL_Linux: Fix compiler warning of MAX_PWMS redefinition (previously defined)
|
2015-04-06 15:34:50 -07:00 |
sbus.cpp
|
|
|
sbus.h
|
|
|
Scheduler.cpp
|
AP_HAL_Linux: extended panic handling with RCInput deinitialization
|
2015-07-23 08:51:37 +10:00 |
Scheduler.h
|
AP_HAL: use noreturn attribute on panic
|
2015-06-08 21:09:08 +10:00 |
Semaphores.cpp
|
|
|
Semaphores.h
|
|
|
SerialDevice.h
|
AP_HAL_Linux: added SerialDevice interface
|
2015-08-19 20:02:50 +09:00 |
SPIDriver.cpp
|
AP_HAL_Linux: set higher SPI speed for Navio
|
2015-07-10 18:59:18 +10:00 |
SPIDriver.h
|
AP_HAL_Linux: allow to change spi device state
|
2015-07-06 10:48:06 +10:00 |
SPIUARTDriver.cpp
|
AP_HAL_Linux: added support for dynamic speed configration in LinuxSPIUARTDriver
|
2015-04-14 10:45:49 +10:00 |
SPIUARTDriver.h
|
|
|
Storage_FRAM.cpp
|
|
|
Storage_FRAM.h
|
|
|
Storage.cpp
|
HAL_Linux: added rcout implementation for bebop
|
2015-07-10 16:46:30 +10:00 |
Storage.h
|
Storage: define LINUX_STORAGE_SIZE correctly
|
2015-06-30 16:37:08 +10:00 |
TCPServerDevice.cpp
|
HAL_Linux: allow startup before network bringup
|
2015-08-19 20:03:13 +09:00 |
TCPServerDevice.h
|
HAL_Linux: allow startup before network bringup
|
2015-08-19 20:03:13 +09:00 |
ToneAlarmDriver.cpp
|
|
|
ToneAlarmDriver.h
|
|
|
UARTDevice.cpp
|
AP_HAL_Linux: added UARTDevice
|
2015-08-19 20:02:51 +09:00 |
UARTDevice.h
|
AP_HAL_Linux: added UARTDevice
|
2015-08-19 20:02:51 +09:00 |
UARTDriver.cpp
|
HAL_Linux: added bcast flag for udp broadcast
|
2015-08-19 20:03:20 +09:00 |
UARTDriver.h
|
HAL_Linux: sped up UDP transfers by about 25x
|
2015-08-19 20:03:16 +09:00 |
UDPDevice.cpp
|
HAL_Linux: added bcast flag for udp broadcast
|
2015-08-19 20:03:20 +09:00 |
UDPDevice.h
|
HAL_Linux: added bcast flag for udp broadcast
|
2015-08-19 20:03:20 +09:00 |
Util.cpp
|
HAL_Linux: removed extra include
|
2015-06-30 15:09:52 +10:00 |
Util.h
|
HAL_Linux: fixed setting of custom directories
|
2015-06-30 15:08:10 +10:00 |