219 Commits (542e5fb54cb560598db8aa880d7c3eb23fa774f4)

Author SHA1 Message Date
Andrew Tridgell b09fcfc20e HAL_Linux: cope with systems without I2C_RDRW_IOCTL_MAX_MSGS 10 years ago
Lucas De Marchi d640bc8345 AP_HAL_Linux: use kernel's limit of msgs per I2C transaction 10 years ago
Andrew Tridgell 179e47c618 HAL_Linux: prevent time from going backwards in Replay 10 years ago
Staroselskii Georgii dff430e136 AP_HAL_Linux: added UART port for second GPS 10 years ago
Staroselskii Georgii da6316ed4c AP_HAL_Linux: fixed TCP client connection in LinuxUARTDriver 10 years ago
Staroselskii Georgii 716fd56c62 AP_HAL_Linux: added support for dynamic speed configration in LinuxSPIUARTDriver 10 years ago
Staroselskii Georgii baf2b4da4e AP_HAL_Linux: renamed AnalogIn_Navio 10 years ago
Staroselskii Georgii 930aeaf556 AP_HAL_Linux: add RPi version runtime detection 10 years ago
Mikhail Avkhimenia c11304ba7a AP_HAL_Linux: change GPIO register address for Raspberry Pi 2 10 years ago
Staroselskii Georgii 641fa05028 AP_HAL_Linux: added buffering in RCOutput_Navio 10 years ago
Staroselskii Georgii e6c2977da2 AP_HAL_Linux: fixed style in RCOutput_Navio 10 years ago
Staroselskii Georgii 024825f95a AP_HAL_Linux: fixed PCA9685 initialization for RCOutput_Navio 10 years ago
Staroselskii Georgii 2a137b6ea9 AP_HAL_Linux: fixed RCInput initialization on NavIO 10 years ago
Andrew Tridgell 7f7d92913e HAL_Linux: allow running as non-root 10 years ago
Lucas De Marchi f049c8e4c5 AP_HAL_Linux: remove needless call to mlockall() 10 years ago
Lucas De Marchi b7355dc62b AP_HAL_Linux: set thread name for ease debug 10 years ago
Lucas De Marchi 2c48434110 AP_HAL_Linux: use a table to initialize threads 10 years ago
Lucas De Marchi e3d78b8960 AP_HAL_Linux: fix passing callback to member function 10 years ago
Lucas De Marchi 62c2f737d5 AP_HAL_Linux: fix setting RT priorities 10 years ago
Lucas De Marchi 29b667efdf AP_HAL_Linux: remove useless mlock of stack 10 years ago
mirkix 445f358839 AP_HAL_Linux: Fix compiler warning of MAX_PWMS redefinition (previously defined) 10 years ago
mirkix d4d42599b0 AP_HAL_Linux: Add RcInput and RcOutput with only one PRU when using a BBB. BBBMINI use the RC AIO PRU firmware already 10 years ago
mirkix a6b018eab9 AP_HAL_Linux: BBBMINI use kernel CS now 10 years ago
Staroselskii Georgii 75cd41a7c1 AP_HAL_Linux: added NavioAnalogIn 10 years ago
Staroselskii Georgii 195aa5fc6b AP_HAL_Linux: take the semaphore in SPIUARTDriver for shorter periods of time 10 years ago
Staroselskii Georgii 64da7f0360 AP_HAL_Linux: fix macro that defines number of I/O callbacks 10 years ago
Staroselskii Georgii 5b21bd2f1d AP_HAL_Linux: make Ublox transactions shorter 10 years ago
Staroselskii Georgii 4034004194 AP_HAL_Linux: switch NavIO to kernel CS handling 10 years ago
Andrew Tridgell 33a3254d8b HAL_Linux: accept a smaller sync pulse width 10 years ago
Andrew Tridgell 61be4ce2d2 HAL_Linux: fixed #if for linux builds 10 years ago
Víctor Mayoral Vilches 2b74d018fe HAL_Linux: Adjust set_system_clock 10 years ago
Víctor Mayoral Vilches 974f243c7e HAL_Linux: Add set_system_clock 10 years ago
mirkix c58a022111 AP_HAL_Linux: add support for BBBMINI, simple ArduPilot DIY Cape for the BeagleBone Black 10 years ago
Mikhail Avkhimenia 954b0795d4 HAL_Linux: Enable PCA9685 output after its setup 10 years ago
Andrew Tridgell 4da0a24887 HAL_Linux: use common RingBuffer.h 10 years ago
Staroselskii Georgii e4a21f291d AP_HAL_Linux: added LinuxSPIUARTDriver that can handle SPI-driven Ublox 10 years ago
Staroselskii Georgii 2b589d4604 AP_HAL_Linux: enable output for PCA9685 PWM in NavioRCOuput 10 years ago
Andrew Tridgell 193bda068c HAL_Linux: run IO processes when we do a stop_clock() 10 years ago
John Williams d0e467aea0 AP_HAL_Linux: Bypass manual CS assertion for SPI_CS_KERNEL mode 10 years ago
Mikhail Avkhimenia 955753f3f0 HAL_Linux: Optimize bandwidth for RCOutput_Navio 10 years ago
Mikhail Avkhimenia 50459bdca0 HAL_Linux: Enable external clk for RCOutput_Navio 10 years ago
Andrew Tridgell 22cb1c8525 HAL_Linux: tidy up SPI debugging a bit 10 years ago
John Williams 0fe3959d7e AP_HAL_Linux: Add support for in-kernel SPI CS handling 10 years ago
Andrew Tridgell 7497b4dfb1 HAL_Linux: fixed Replay with new AP_InertialSensor library 10 years ago
bugobliterator 9d39c0407e HAL_Linux: added ToneAlarmDriver.h 10 years ago
bugobliterator 329c1f5190 HAL_Linux:create ToneAlarmDriver as a separate class 10 years ago
bugobliterator f058131140 HAL_Linux Scheduler: reduce the delay inside tonealarm thread 10 years ago
bugobliterator 3b94cb3072 HAL_Linux: make tonealarm generation a passthrough operation 10 years ago
bugobliterator e254b406d0 HAL_Linux: make rtttl tune and tune repeat flag list static members 10 years ago
Andrew Tridgell c8c822422a HAL_Linux: give error msg on failure to start toneAlarm 10 years ago