741 Commits (2437260f8ae4d4d212418e5536afe27fc375c296)

Author SHA1 Message Date
Lucas De Marchi 5ea1784838 global: remove AP_HAL::in_timerprocess() 8 years ago
Lucas De Marchi 93a558ce5c AP_HAL_Linux: do not call delay callbacks on other threads 8 years ago
Lucas De Marchi c170c2a847 AP_HAL_Linux: remove register_timer_process with extra arg 8 years ago
Lucas De Marchi 0a158f6d3f AP_HAL_Linux: remove support for timesliced timer 8 years ago
Siddharth Bharat Purohit d1e0f9733e HAL_Linux: use correct datatype for time conversion 8 years ago
Andrew Tridgell 9868ffe13b HAL_Linux: support receiver based RSSI 8 years ago
Lucas De Marchi ee0f46e3aa AP_HAL_Linux: RCInput_RPI: ignore unwanted signals 8 years ago
Lucas De Marchi e803045d1f AP_HAL_Linux: Scheduler: increase stack for scheduler threads 8 years ago
Peter Barker c78f3b9e78 AP_HAL_Linux: use HAL_SEMAPHORE_BLOCK_FOREVER macro 8 years ago
Andrew Tridgell 279c1b9d9c AP_HAL_Linux: rename macros to avoid conflicts 8 years ago
Peter Barker 5a02219642 AP_HAL_Linux: use HAL_SEMAPHORE_BLOCK_FOREVER 8 years ago
Andrew Tridgell 9b297ef5a1 HAL_Linux: fixed nested cork/push 8 years ago
Lucas De Marchi 875538ccb5 AP_HAL_Linux: examples: small fixes to BusTest 8 years ago
hiro2233 0d1d430600 AP_HAL_Linux:examples: Example to test device bus with the new APM API. 8 years ago
hiro2233 be06c1e8ed AP_HAL_Linux:SPIDevice: Add functions to get possible spi registered device 8 years ago
Lucas De Marchi 16c1bc1b0e AP_HAL_Linux: Util: fix coding style for pointers 8 years ago
Lucas De Marchi 9aa2a3938c AP_HAL_Linux: Util: make get_custom_log_directory const override final 8 years ago
Lucas De Marchi 008e631147 AP_HAL_Linux: Util: fix overriden function signature 8 years ago
Lucas De Marchi 6f952fe3dd AP_HAL_Linux: fix checking wrong value for pthread function 8 years ago
Pierre Kancir 8d357983ee AP_HAL_LINUX: example fix travis warning 8 years ago
davidaroyer 512cd11125 AP_HAL_Linux: RCOutput_ZYNQ: check for valid channel 8 years ago
Eugene Shamaev 7831a85f1c AP_HAL_Linux: definitions for CAN bus 8 years ago
mirkix 9e1345453f AP_HAL_Linux: BBBmini remove onboard OpticalFlow 8 years ago
Lucas De Marchi 32d208dbe8 AP_HAL_Linux: move check for _split_transfers 8 years ago
Andrew Tridgell a2e445cf24 HAL_Linux: implement set_split_transfers() API for I2C 8 years ago
murata eb4d8963d0 AP_HAL_Linux: Change from magic number 0 to definition name. 8 years ago
murata 30bbe7abb6 AP_HAL_Linux: Unify from print or println to printf. 8 years ago
mirkix 6d99bb0937 AP_HAL_Linux: Add BeagleBone Blue to GPIO_BBB 8 years ago
mirkix 954267fc22 AP_HAL_Linux: Add BeagleBone Blue to RCInput_AioPRU 8 years ago
mirkix d16ab890e8 AP_HAL_Linux: Add BealgeBone Blue 8 years ago
mirkix ad7e21b860 AP_HAL_Linux: fix compiler warning in AnalogIn_IIO 8 years ago
Mathieu OTHACEHE 7c96f8e6a2 AP_HAL_Linux: rename APM to ardupilot. 8 years ago
Julien Beraud 710875d3b9 OpticalFlow_Onboard: remove gyro cb 8 years ago
Julien Beraud 59404f686d OpticalFlow_Onboard: add gyro integration support 8 years ago
Lucas De Marchi c27c414e5a AP_HAL_Linux: Led_Sysfs: small fixes 8 years ago
Mathieu OTHACEHE 7d4d14a409 AP_HAL_Linux: add Led_Sysfs class. 8 years ago
Julien Beraud 0d4ca03dcd AP_HAL_Linux: init SPIDevice speed by default 8 years ago
Lucas De Marchi 5472bc4de1 Global: change Device::PeriodicCb signature 8 years ago
Lucas De Marchi b910f230fb AP_HAL_Linux: RCInput: replace volatile with atomic 8 years ago
Andrew Tridgell 0a18f5e7b2 HAL_Linux: fixed a bug in RCInput::new_input 8 years ago
Lucas De Marchi b0ddf81687 Remove stdbool.h include for C++ sources 8 years ago
Ivan Smirnov d4d35bdcbd AP_HAL_Linux: Scheduler: added _timer_tick for uartD 8 years ago
Lucas De Marchi f9b0f9164a AP_HAL_Linux: add TODO to AnalogIn_Raspilot 8 years ago
Andrew Tridgell 6f82ec0642 HAL_Linux: convert RASPilot drivers to thread per bus 8 years ago
Lucas De Marchi 504de3ea9e AP_HAL_Linux: RCInput_RPI: fix whitespaces 8 years ago
Lucas De Marchi aadc1643fc AP_HAL_Linux: reduce speed of MPU* devices 8 years ago
Lucas De Marchi 8d3361cef4 AP_HAL_Linux: RCInput_RPI: fix using Util class on constructor 8 years ago
Peter Barker cf5ed25c9e AP_HAL_Linux: do not attempt realtime when compiling Replay 8 years ago
Julien Beraud ac3f49b06f RPIOUART_Driver: fix warning 8 years ago
Lucas De Marchi c1647b13eb AP_HAL_Linux: fix leaking strings 8 years ago