719 Commits (bcb0ead71a42f3705304a9854c26e164e3ef52c4)

Author SHA1 Message Date
Staroselskii Georgii de6b2b4bce AP_HAL_Linux: made UARTDriver use ConsoleDevice 10 years ago
Staroselskii Georgii a9c9d91f09 AP_HAL_Linux: added ConsoleDevice 10 years ago
Staroselskii Georgii 6ec67a9bfd AP_HAL_Linux: made UARTDriver use UDPDevice 10 years ago
Staroselskii Georgii 1881878c3a AP_HAL_Linux: added UDPDevice 10 years ago
Staroselskii Georgii 656399541f AP_HAL_Linux: encapsulated LinuxUARTDriver::_deallocate_buffers 10 years ago
Staroselskii Georgii f117134443 AP_HAL_Linux: made UARTDriver use UARTDevice 10 years ago
Staroselskii Georgii acd180ae96 AP_HAL_Linux: added UARTDevice 10 years ago
Staroselskii Georgii 6b94fd7603 AP_HAL_Linux: added SerialDevice interface 10 years ago
Staroselskii Georgii dacbdb57c4 AP_HAL_Linux: added _serial_start_connection 10 years ago
Staroselskii Georgii 44198bd4eb AP_HAL_Linux: encapsulated LinuxUARTDriver::allocate_buffers 10 years ago
Staroselskii Georgii 94de9416fe AP_HAL_Linux: use defines instead of hardcoding fd numbers in UARTDriver 10 years ago
Jean-Baptiste Dubois f6aba6c952 HAL_Linux: add read_obs_data to RCOutput_Bebop 10 years ago
Staroselskii Georgii d7ac725a64 AP_HAL_Linux: fixed signal handler in RCInput_Navio 10 years ago
Staroselskii Georgii 8528a7d159 AP_HAL_Linux: added deinit logic for RCInput_Navio 10 years ago
Staroselskii Georgii f4d14f73ba AP_HAL_Linux: extended panic handling with RCInput deinitialization 10 years ago
Lucas De Marchi cfc2972e51 AP_HAL_Linux: use ARRAY_SIZE macro 10 years ago
Jean-Baptiste Dubois 7dcfe1c667 RCOutput_Bebop: group channels write 10 years ago
Jean-Baptiste Dubois 9e5d13c1de RCOutput_Bebop: use CLOCK_MONOTONIC instead of CLOCK_REALTIME 10 years ago
Staroselskii Georgii 72820303d4 AP_HAL_Linux: set higher SPI speed for Navio 10 years ago
Julien BERAUD 954ec71630 HAL_Linux: added rcout implementation for bebop 10 years ago
Julien BERAUD 7275e33e79 AP_HAL: add the possibility to have more than 1 i2c 10 years ago
Daniel Frenzel c49e44d02c HAL_LInux: RCInput for Navio 10 years ago
Lucas De Marchi fde43a77b3 AP_HAL_Linux: allow to change spi device state 10 years ago
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