ardupilot/libraries/AP_HAL_Linux
Andrew Tridgell 6eee2421cc AP_HAL: removed RCInput valid_channels() and added new_input() and num_channels()
the valid_channels() method was inconsistently implemented between
boards, and served two quite different purposes. It is clearer as two
functions
2014-03-25 14:39:41 +11:00
..
AP_HAL_Linux.h AP_HAL: added HAL_CPU_CLASS define for selecting algorithms 2013-12-31 10:28:37 +11:00
AP_HAL_Linux_Main.h AP_HAL_Linux: initial Linux AP_HAL 2013-09-28 21:24:01 +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
AnalogIn.cpp HAL_Linux: fixed build 2013-12-31 10:28:38 +11:00
AnalogIn.h AP_HAL: added board_voltage AnalogIn method 2014-02-14 21:25:38 +11:00
GPIO.cpp HAL_Linux: fixed build 2013-12-31 10:28:38 +11:00
GPIO.h AP_HAL_Linux: initial Linux AP_HAL 2013-09-28 21:24:01 +10:00
HAL_Linux_Class.cpp HAL_PX4: support uartE for 2nd GPS 2014-02-26 08:18:11 +11:00
HAL_Linux_Class.h AP_HAL_Linux: initial Linux AP_HAL 2013-09-28 21:24:01 +10:00
I2CDriver.cpp HAL_Linux: make I2CDriver more portable 2013-10-01 12:37:13 +10:00
I2CDriver.h AP_HAL_Linux: initial I2C driver implementation 2013-09-28 21:24:02 +10:00
RCInput.cpp AP_HAL: removed RCInput valid_channels() and added new_input() and num_channels() 2014-03-25 14:39:41 +11: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 AP_HAL: removed unused enable_mask and disable_mask functions 2014-01-16 17:16:17 +11:00
RCOutput.h AP_HAL: removed unused enable_mask and disable_mask functions 2014-01-16 17:16:17 +11:00
SPIDriver.cpp HAL_Linux: make the SPI driver much more efficient 2013-09-29 12:04:36 +10:00
SPIDriver.h HAL_Linux: added SPI support 2013-09-29 00:57:13 +10:00
Scheduler.cpp AP_HAL: allow for microsecond resolution in scheduler->stop_clock() 2014-02-26 19:33:39 +11:00
Scheduler.h AP_HAL: allow for microsecond resolution in scheduler->stop_clock() 2014-02-26 19:33:39 +11:00
Semaphores.cpp HAL_Linux: improved latency of timed semaphores 2013-10-08 11:50:54 +11:00
Semaphores.h AP_HAL_Linux: fixed APM2 build 2013-09-29 14:24:55 +10:00
Storage.cpp HAL_Linux: switched to pthread based scheduling 2013-09-28 21:24:02 +10:00
Storage.h HAL_Linux: switched to pthread based scheduling 2013-09-28 21:24:02 +10:00
UARTDriver.cpp HAL_Linux: use larger UART buffers 2013-10-10 07:21:38 +11:00
UARTDriver.h HAL_Linux: default to hal.console on stdout 2013-10-01 12:49:58 +10:00
Util.cpp HAL_Linux: added missing Util.cpp 2014-02-24 11:59:24 +11:00
Util.h AP_HAL: added support for commandline arguments 2014-02-23 08:15:39 +11:00