536 Commits (80c1433682ae03edf3449b31ef062c41da97d29a)

Author SHA1 Message Date
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
Martin Evans 37b85fd3cd AP_HAL: Add Dark Linux board 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
murata ba60cce0c1 AP_HAL: simplify the processing of milliseconds from the time 8 years ago
Peter Barker e71c71fcac AP_HAL: correct casting of get_system_clock_ms 8 years ago
Andrew Tridgell e356797888 AP_HAL: make cork() mandatory in RCOutput 8 years ago
Lucas De Marchi ae53920e5b build: don't build examples with old build system 8 years ago
Andy Little 4b2eedac05 AP_HAL: Split the AP_HAL_Boards.h header into per board sub headers for legibility 8 years ago
Andrew Tridgell e7656fb7ac AP_HAL: raise compass offset max again for Disco 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
Matthew Brener 06388b0417 Global: Fix typos 9 years ago
Andrew Tridgell bf67d4277d AP_HAL: define a larger compass offset max for Disco 9 years ago
Benoit Tran 9b89b4f561 AP_HAL: Correct HAL_PARAM_DEFAULTS_PATH for Parrot Disco 9 years ago
Gustavo Jose de Sousa 5c5ddc9d4a AP_HAL: reformat AP_HAL_Boards.h 9 years ago
José Roberto de Souza 0b0be31a29 AP_HAL: add defines for Intel Aero 9 years ago
Lucas De Marchi e1ab44f4a3 Global: remove get_fd() from Device API 9 years ago
Lucas De Marchi ead01855df AP_HAL: remove default params for minlure 9 years ago
LukeMike 13e3150023 VRBRAIN / AP_HAL_Boards: definition of new board VR Brain 5.4 and VR Core 1.0 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 052f30bc70 AP_HAL: remove macros to use MS5611 in the main thread 9 years ago
Lucas De Marchi 590539f674 AP_HAL_Linux: implement threaded I2C 9 years ago
Lucas De Marchi 37de995960 AP_HAL: update Device interface for periodic tasks 9 years ago
Lucas De Marchi 57ec968b44 AP_HAL: remove SPIDriver 9 years ago
Lucas De Marchi 3a5e8a17c7 AP_HAL: remove enum id for Ublox and RASPIO 9 years ago
Lucas De Marchi 01452bf922 AP_HAL: SPIDevice: add fullduplex method 9 years ago
Lucas De Marchi 81345cc112 AP_HAL: Remove enum for Dataflash 9 years ago
Lucas De Marchi b21ad36676 AP_HAL: remove I2CDriver 9 years ago
hiro2233 4a6447575c AP_HAL: fixed and updated RCInput example. 9 years ago
Lucas De Marchi cb01280d77 AP_HAL: define bus for Lightware rangefinder 9 years ago
Lucas De Marchi cfb3124f2c AP_HAL_Linux: remove types for spi drivers 9 years ago
Andrew Tridgell e407caaa41 AP_HAL: added support for Parrot Disco 9 years ago
Luiz Ywata d5449a6f20 AP_HAL: Add read method 9 years ago
Lucas De Marchi 08ea1ea263 AP_HAL_Linux: RCOutput_Bebop: follow coding style 9 years ago
Luiz Ywata 7fb5db8077 AP_HAL_Linux: RCOutput_Bebop: use I2CDevice interface 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