654 Commits (17b3607aa8d84955803898e6bccec8e5bbda5a84)

Author SHA1 Message Date
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
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
Siddharth Bharat Purohit 8903bc9eab AP_HAL: add support for get realtime on Darwin systems 9 years ago
Andrew Tridgell 6e065b3fe2 AP_HAL: fixed typo 9 years ago
Andrew Tridgell 8617db89dc AP_HAL: added hal.util->set_imu_target_temp() API 9 years ago
Lucas De Marchi 1f96336f7c Global: rename bus type enum entries 9 years ago
Gustavo Jose de Sousa 66f1ad9ed0 AP_HAL: Device: add support for read flag 9 years ago
Gustavo Jose de Sousa b6a1d598e3 AP_HAL: Device: document write_register() 9 years ago
Gustavo Jose de Sousa 4693501d9d AP_HAL: Device: add bus_type field 9 years ago
Patrick J.P eb44d75ed8 AP_HAL: Remove trailing spaces from AP_HAL_Namespace.h 9 years ago
Lucas De Marchi 9738be0ed6 AP_HAL: remove tabs and trailing whitespaces 9 years ago
Lucas De Marchi e122b2b651 AP_HAL: GPIO: remove unused functions 9 years ago
Tom Pittenger d3ac1dc161 AP_HAL: defer calls to safety_state switch to queue an async attempt. 9 years ago
Andrew Tridgell 163783fefd AP_HAL: define CH_NONE 9 years ago
Lucas De Marchi bbe3a94175 AP_HAL: remove support for main without argc 9 years ago
Lucas De Marchi 346bdf5f8f AP_HAL: remove support for flymaple 9 years ago
Andrew Tridgell 595d5c0002 AP_HAL: added set_size() to RingBuffer API 9 years ago
Randy Mackay 67620f312d AP_HAL: fix comment for get_time_utc 9 years ago
Niti Rohilla faec752801 AP_HAL: add get_system_clock_utc functions to Util 9 years ago
Andrew Tridgell e3107a7e10 AP_HAL: fixed optflow typos 9 years ago
Ricardo de Almeida Gonzaga eb418f54ee AP_HAL: Fix typos 9 years ago
Staroselskii Georgii 2e5cfc2849 AP_Compass: added external compass autodetection on Navio 9 years ago
Staroselskii Georgii 8be5ef1642 AP_HAL: added possibility to use several compassed on Navio 2 9 years ago
Staroselskii Georgii b677f975e7 AP_Compass: added LSM9DS1 magnetometer support 9 years ago
Lucas De Marchi 68ae619448 AP_Compass: detect compasses for minlure 9 years ago
Lucas De Marchi 424434e31e AP_HAL: allow to build without HAL_COMPASS_DEFAULT 9 years ago
Lucas De Marchi cf11776150 AP_HAL: fix signed and unsigned comparison warning 9 years ago
Lucas De Marchi 9ac63d7128 AP_HAL: examples: fix coding style 9 years ago