446 Commits (85f0ef92651080ca91d3636c32242b432546586f)

Author SHA1 Message Date
mirkix e6363ea95d AP_HAL_Linux: BBBMINI uses /dev/i2c-2 10 years ago
Lucas De Marchi b211b86204 AP_HAL_Linux: don't manually define number of spi devices 10 years ago
Andrew Tridgell 5f0302ed9f HAL_Linux: fixed chaining of getopt calls 10 years ago
Andrew Tridgell 355575f793 HAL_Linux: fixed chaining of getopt instances 10 years ago
Andrew Tridgell c8a6a02be1 HAL_Linux: don't do chardev test on subtype NONE 10 years ago
Andrew Tridgell 281f6d9caa HAL_Linux: cope with expansion of storage from 4096 to 16k 10 years ago
Gustavo Jose de Sousa 87776d8a4b Storage: define LINUX_STORAGE_SIZE correctly 10 years ago
Andrew Tridgell 761b39be03 HAL_Linux: removed extra include 10 years ago
Andrew Tridgell a3c7297d8e HAL_Linux: fixed setting of custom directories 10 years ago
Víctor Mayoral Vilches 2e7a4aa1e6 HAL_Linux: Implement custom dir. methods 10 years ago
Víctor Mayoral Vilches 5c4ae15deb HAL_Linux: Make use of GetOptLong 10 years ago
Víctor Mayoral Vilches 309511dc08 HAL_Linux: UARTDriver, const device_path 10 years ago
Víctor Mayoral Vilches 790f4ec56c HAL_Linux: Util fix indentation 10 years ago
Lucas De Marchi 623c5f0713 AP_HAL_Linux: check if I2C device is chardev 10 years ago
Lucas De Marchi acc571c2c5 AP_HAL_Linux: add function to check if path is chardev 10 years ago
Lucas De Marchi a4c1b0d75f AP_HAL_Linux: add constructor to find I2C bus reliably 10 years ago
Lucas De Marchi ec5d0b6c08 AP_HAL_Linux: reorder members and methods and use C++ initializer 10 years ago
Vladislav Zakharov be4b6033e4 AP_HAL_Linux: Navio RCInput reimplemented. 10 years ago
Vladislav Zakharov e505eb2cd8 AP_HAL_Linux: Changes in Scheduler: Added defines for delays, RCIN_RERIOD changed 10 years ago
Víctor Mayoral Vilches ab5f1b3a24 BusTest: Fix compilation error with AP_ADC 10 years ago
mirkix 7c55689aad AP_HAL_Linux: Fix loading Firmware 10 years ago
Andrew Tridgell c44ab01be8 AP_HAL: use noreturn attribute on panic 10 years ago
Andrew Tridgell dbff6cab43 HAL_Linux: added udp example to help 10 years ago
Andrew Tridgell dd10cbc976 AP_HAL_Linux: convert example from .pde to .cpp 10 years ago
Andrew Tridgell 7e264b44df HAL_Linux: fixed functor comparison 10 years ago
Lucas De Marchi 4c97d92982 AP_HAL_Linux: use functor macros 10 years ago
Andrew Tridgell 0619247992 HAL_Linux: don't advance time in delay() and delay_microseconds() 10 years ago
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