446 Commits (17e5d99509caafa2a0af015fe31e8bf3e557238b)

Author SHA1 Message Date
Fredrik Hedberg d9a4b6b089 AP_HAL_Linux: Allow PCA9685 to be used on non-default I2C addresses. 10 years ago
Fredrik Hedberg 9d9e6d0b34 AP_HAL_Linux: Only use enable pin for PCA9685 if we need to. 10 years ago
Fredrik Hedberg 21b9f96ce3 AP_HAL_Linux: Enable use of all 16 channels for non-Navio PCA9685. 10 years ago
Julien BERAUD a057a8a009 AP_HAL_Linux: Add Support for RCInput_UDP 10 years ago
Lucas De Marchi 0000ff45cb AP_HAL_Linux: RCOutput_PCA9685: remove trailing whitespace 10 years ago
Lucas De Marchi 18321a77c4 AP_HAL_Linux: rename RCOutput_Navio to RCOutput_PCA9685 10 years ago
Lucas De Marchi e1f0284df2 AP_HAL_Linux: PCA9685: build on all Linux boards 10 years ago
Fabio Mello c0caed1b64 AP_HAL_Linux: RCOutput_Navio: allow to use internal clock 10 years ago
Lucas De Marchi 6c042b6666 AP_HAL_Linux: RCOutput_Navio: allow to have other offset 10 years ago
Lucas De Marchi 3beaf34aa1 AP_HAL_Linux: RCOutput_Navio: allow to have other OE pin 10 years ago
Gustavo Jose de Sousa 4af2a9a9cc AP_HAL_Linux: SPI: adapt to the new signature of transaction() 10 years ago
Lucas De Marchi dabfeff440 AP_HAL_Linux: standardize inclusion of libaries headers 10 years ago
Gustavo Jose de Sousa 124b750c10 AP_HAL_Linux: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell 45a7c37734 HAL_Linux: added bcast flag for udp broadcast 10 years ago
Andrew Tridgell b99740cb93 HAL_Linux: sped up UDP transfers by about 25x 10 years ago
Andrew Tridgell a5c7aa1b19 HAL_Linux: allow startup before network bringup 10 years ago
Andrew Tridgell 55fc66ec65 HAL_Linux: implemented TCP server as a single driver 10 years ago
Andrew Tridgell f72d9c6393 HAL_Linux: replace recvfrom with recv 10 years ago
Andrew Tridgell 3f3aaa3c50 HAL_Linux: removed 0 timeout from sendto call 10 years ago
Staroselskii Georgii aa3efecef3 AP_HAL_Linux: fixed _parseDevicePath() in LinuxUARTDRiver 10 years ago
Staroselskii Georgii 0362128265 AP_HAL_Linux: renamed TCPClientDevice 10 years ago
Staroselskii Georgii 211acbec9c AP_HAL_Linux: renamed TCPServerDevice 10 years ago
Staroselskii Georgii a3f47878a2 AP_HAL_Linux: made UARTDriver use TCPServerDevice 10 years ago
Staroselskii Georgii 56f760f022 AP_HAL_Linux: added TCPServerDevice 10 years ago
Staroselskii Georgii eacc085289 AP_HAL_Linux: made UARTDriver use TCPClientDevice 10 years ago
Staroselskii Georgii a5ef931f5c AP_HAL_Linux: added TCPClientDevice 10 years ago
Staroselskii Georgii 6e34dd9669 AP_HAL_Linux: got rid of TCP connection 10 years ago
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