904 Commits (f882bd0c3e0420a9b0d2847e045ed3e027150d83)

Author SHA1 Message Date
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
Lucas De Marchi 76f1e4243a AP_HAL_Linux: remove double assignment 8 years ago
Lucas De Marchi c898b28962 AP_HAL_Linux: use MIN where possible 8 years ago
Murilo Belluzzo c7a65a026c AP_HAL_PX4: UARTDriver: Make use of ByteBuffer class 8 years ago
Lucas De Marchi 26650049c0 AP_HAL_Linux: UARTDriver: fix writting/reading with failures 8 years ago
Murilo Belluzzo ce81c45f80 AP_HAL_Linux: UARTDriver: Make use of ByteBuffer class 8 years ago
Lucas De Marchi 539b727e5e AP_HAL_Linux: Remove misleading constant 8 years ago
Martin Evans 6f6112d7c2 AP_HAL_Linux: Add setting for GPIO for Dark board 8 years ago
Martin Evans d2d3119b66 AP_HAL_Linux: PCA9685: Add quinary address 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Julien Beraud 20dcd6e082 RCOutput_Bebop: fix motor order 8 years ago
Andrew Tridgell 33bff3c79c HAL_Linux: fixed transmitter failsafe with SBUS RCInput 8 years ago