77 Commits (420c584220984f384ddf0b2ea982f7a1fd454bc5)

Author SHA1 Message Date
Peter Barker 275457fd2c AP_HAL_Linux: move from HAL_NO_GCS to HAL_GCS_ENABLED 3 years ago
Peter Barker f3bee7fa03 AP_HAL_Linux: correct clearing of UART drivers 5 years ago
Peter Barker 9a9743e6ba AP_HAL_Linux: add discard_input method on UARTDriver 5 years ago
Peter Barker a3e2e156e7 AP_HAL_Linux: do not create ConsoleDevices for Replay or examples 5 years ago
Peter Barker 0f4337b7b1 AP_HAL_Linux: release mutex lock before calling write(c) 5 years ago
Jeremy Feltracco 100f06614c AP_HAL_Linux: Add support for setting uart parity on Linux boards 6 years ago
Andrew Tridgell 63705f858b HAL_Linux: use mavlink_packetise() 6 years ago
Andrew Tridgell f1e10b0a8f HAL_Linux: make uart writes thread safe 7 years ago
Andrew Tridgell 1d1af5fd68 HAL_Linux: don't clear buffers on no baud change 7 years ago
Michael du Breuil 7043738f3b AP_HAL_Linux: Clear UART buffers when opening a port 7 years ago
Andrew Tridgell b396b2a2e0 HAL_Linux: take account of available bytes in receive_time_constraint_us 7 years ago
Francisco Ferreira 5e821428a1 AP_HAL_Linux: remove Qualcomm board support 7 years ago
Andrew Tridgell b8eeac41c8 HAL_Linux: implement uart timestamp API 7 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Murilo Belluzzo c7a65a026c AP_HAL_PX4: UARTDriver: Make use of ByteBuffer class 8 years ago
Lucas De Marchi 26650049c0 AP_HAL_Linux: UARTDriver: fix writting/reading with failures 8 years ago
Murilo Belluzzo ce81c45f80 AP_HAL_Linux: UARTDriver: Make use of ByteBuffer class 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Murilo Belluzzo 077e03678f Global: Adapt Stream class to be used with Ringbuffer 9 years ago
Staroselskii Georgii a1f151a79b AP_HAL_Linux: do not create unnecessary consoles in UARTDriver 9 years ago
Staroselskii Georgii 7b3a5e3158 AP_HAL_Linux: use factory method for creation of UARTDriver backends 9 years ago
Staroselskii Georgii e7a5945056 AP_HAL_Linux: make flow_control a property of SerialDevice rather than UARTDriver's 9 years ago
Staroselskii Georgii 3f1e999fc8 AP_HAL_Linux: remove ConsoleDevice construction from UARTDriver constructor 9 years ago
Andrew Tridgell beb3591f67 HAL_Linux: improved help output and errors for udp and bcast 9 years ago
Andrew Tridgell 72b5cecdb2 HAL_Linux: added udpin support to HAL_Linux 9 years ago
Andrew Tridgell ef210217dd HAL_Linux: cope with MAVLink2 in UDP driver for packetising 9 years ago
Lucas De Marchi 71e10c9132 AP_HAL_Linux: fix include order 9 years ago
Lucas De Marchi 45c6b750f2 AP_HAL_Linux: remove ifdef checks for HAL_BOARD_LINUX 9 years ago
Andrew Tridgell dc8a3bbf92 HAL_Linux: added qflight board subtype 9 years ago
Andrew Tridgell 0a36503742 HAL_Linux: fixed a bug with UDP packetisation 9 years ago
Lucas De Marchi 2ac96b942c AP_HAL_Linux: remove prefix from AP_HAL_Linux classes 9 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
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 eacc085289 AP_HAL_Linux: made UARTDriver use 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 6ec67a9bfd AP_HAL_Linux: made UARTDriver use 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 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