865 Commits (d0fef6daed04f855a9fecf563092353ec8ea4a26)

Author SHA1 Message Date
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
Andrew Tridgell 4cf6dd1818 HAL_Linux: removed panic on bad SPI device 8 years ago
Andrew Tridgell a6ac02b61f HAL_Linux: implement device IDs for I2C and SPI 8 years ago
Mathieu OTHACEHE 60ba91aead Disco: add buzzer support 8 years ago
Mathieu OTHACEHE 0fa441a8a5 PWM_Sysfs: add an init method to do hal dependent stuff. 8 years ago
Lucas De Marchi 490841a814 AP_HAL_Linux: add O_CLOEXEC in places missing it 8 years ago
Ralf Ramsauer 530d3230df Linux: Scheduler: don't ignore return values 8 years ago
Lucas De Marchi 2b5f9fdd6b AP_HAL_Linux: teardown scheduler threads 8 years ago
Lucas De Marchi 89420e4b2d AP_HAL_Linux: add signal handler for normal termination 8 years ago
Lucas De Marchi fa540429f9 AP_HAL_Linux: allow to teardown bus threads 8 years ago
Lucas De Marchi 312a27dd20 AP_HAL: RCInput: rename deinit() to teardown() 8 years ago
Lucas De Marchi 89599f7bea AP_HAL_Linux: add unit tests for Thread implementations 8 years ago
Lucas De Marchi 992abd170d AP_HAL_Linux: allow to join threads 8 years ago
Lucas De Marchi 3b2de6de46 AP_HAL_Linux: allow PeriodicThread to stop 8 years ago
Lucas De Marchi 20650e14b7 AP_HAL_Linux: allow PollerThread to stop 8 years ago
Lucas De Marchi da65a5c349 AP_HAL_Linux: allow to wakeup pollable 8 years ago
Lucas De Marchi efe819e21e AP_HAL_Linux: Poller: allow to fail constructor 8 years ago
Lucas De Marchi e5003c3116 AP_HAL_Linux: Poller: add some documentation 8 years ago
Lucas De Marchi da821e69eb AP_HAL_Linux: Thread: allow to use Thread from stack 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
hiro2233 cdfd057690 AP_HAL_LINUX: Added urus macro RCInput_RPI 8 years ago
hiro2233 cae0c11720 AP_HAL_Linux: Added URUS Macro to Util_RPI 8 years ago
hiro2233 37877f1530 AP_HAL_Linux: Added URUS macro to Scheduler 8 years ago
hiro2233 7000124f6a AP_HAL_Linux: Added URUS Macro for GPIO_RPI and UtilRPI 8 years ago
hiro2233 a7b79dc0e2 AP_HAL_Linux: GPIO_RPI: Added URUS Macro. 8 years ago
Lucas De Marchi 473add51f7 AP_HAL_Linux: RPIOUARTDriver: remove dma mention 8 years ago
Lucas De Marchi d60b4842b6 AP_HAL_Linux: reduce scope of dummy buffer 8 years ago