126 Commits (2d4d99e8366d97eb622704a5b537c01844f31b01)

Author SHA1 Message Date
Peter Barker 6c7c916c78 AP_HAL: eliminate AP_HAL::Print and AP_HAL::Stream 7 years ago
Pierre Kancir f66c83a59e AP_HAL: fix FALLTHROUGH 7 years ago
Andrew Tridgell d030f2888b AP_HAL: added multi-object push to RingBuffer 7 years ago
Andrew Tridgell 3f5534eed5 AP_HAL: use calloc in preferance to malloc 7 years ago
Lucas De Marchi 7edde571e1 AP_HAL: RCOutput_Tap: make LEDs blink on non-Aero ESCs 7 years ago
Lucas De Marchi 2c3054cbae AP_HAL: RCOutput_Tap: remove feedback from ESCs 7 years ago
Lucas De Marchi d3a1ed9792 AP_HAL: RCOutput_Tap: fix comment with protocol bits 7 years ago
fnoop 149188de12 AP_HAL: Add size() method to RingBuffer ObjectArray 7 years ago
fnoop 3ddd9a6bca AP_HAL: RingBuffer: Prefix private members with underscore 7 years ago
Lucas De Marchi 51665a2ea9 AP_HAL: RCOutput_Tap: split baudrate set for Linux and Nuttx 7 years ago
Lucas De Marchi 58a76adc13 AP_HAL: RCOutput_Tap: allow different device to be used 7 years ago
Lucas De Marchi f6b1099896 AP_HAL: move in tap esc implementation 7 years ago
Lucas De Marchi 0e502d89a3 AP_HAL: use FALLTHROUGH define 8 years ago
Lucas De Marchi 2e096d76c6 sparse-endian: avoid clash with linux/types.h 8 years ago
Eugene Shamaev d1792689f1 AP_HAL/utility: clear added to RingBuffer 8 years ago
murata 974d63a6b5 AP_HAL: Change the format of the return value of the method header. 8 years ago
Andrew Tridgell da45aef5c6 AP_HAL: fixed a logic bug in the srxl state machine 8 years ago
Lucas De Marchi b0ddf81687 Remove stdbool.h include for C++ sources 8 years ago
Andrew Tridgell 5934a099a4 AP_HAL: added support for more SRXL varients 8 years ago
Lucas De Marchi 7968736b1c AP_HAL: add O_CLOEXEC in places missing it 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Lucas De Marchi 05a7eef1a2 RingBuffer: use explict "if" and return early 8 years ago
Murilo Belluzzo 3f1896b9b7 RingBuffer: Remove 'old style' version 8 years ago
Murilo Belluzzo 8526b25654 RingBuffer: Add a faster method to read a single byte 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Andrew Tridgell 8f88d7c784 AP_HAL: fixed comment on XPlus channels 8 years ago
Andrew Tridgell 4d44591e62 AP_HAL: fixed decoding of XPlus channels 8 years ago
Andrew Tridgell ec8c22f26e AP_HAL: support up to 20 channels on SRXL 8 years ago
Andrew Tridgell ece0a8721f AP_HAL: added standalone test program for dsm 8 years ago
Andrew Tridgell 7b3d0234d1 AP_HAL: added an SRXL protocol decoder 8 years ago
Andrew Tridgell 2edd914634 AP_HAL: added st24 R/C protocol decoder 9 years ago
Andrew Tridgell 9a7af89b30 AP_HAL: added sumd decoder 9 years ago
Murilo Belluzzo 077e03678f Global: Adapt Stream class to be used with Ringbuffer 9 years ago
Murilo Belluzzo b856d26087 RingBuffer: ::set_size now returns true or false 9 years ago
Murilo Belluzzo f7f203efa9 RingBuffer: Add ::clear() method to discard the buffer content 9 years ago
Murilo Belluzzo 75a1b102fb RingBuffer: Handle zero sized better 9 years ago
Lucas De Marchi b9f65996bc AP_HAL: sparse-endian: unconditionally use byteswap.h 9 years ago
Lucas De Marchi 40338c3272 AP_HAL: sparse-endian: use pragma once 9 years ago
Lucas De Marchi 6a80c3d70d AP_HAL: RingBuffer: remove trailing whitespaces 9 years ago
Lucas De Marchi 24c7f76034 AP_HAL: RingBuffer: remove C++11 initialization 9 years ago
Murilo Belluzzo 3e1acdcbbf AP_HAL: Use atomic instead volatile on RingBuffer head/tail 9 years ago
Murilo Belluzzo b7dd4dad64 AP_HAL: Fix ByteBuffer::reserve() breaking buffer state 9 years ago
Murilo Belluzzo 43d4012884 AP_HAL: Fix TOCTOU in ByteBuffer::peekiovec() 9 years ago
Murilo Belluzzo 9951b94d40 AP_HAL: Change the return type of 'peekiovec' 9 years ago
Murilo Belluzzo 625f47def7 AP_HAL: Improve ByteBuffer::set_size 9 years ago
Murilo Belluzzo e9e31172c0 AP_HAL: Simplify ByteBuffer::readptr logic 9 years ago
Leandro Pereira fbefe32017 AP_HAL: Add method to reserve space in the ring buffer 9 years ago
Leandro Pereira e3b676ba89 AP_HAL: Add method to peek non-contiguous parts of a ByteBuffer 9 years ago
Andrew Tridgell 595d5c0002 AP_HAL: added set_size() to RingBuffer API 9 years ago
Lucas De Marchi cf11776150 AP_HAL: fix signed and unsigned comparison warning 9 years ago