60 Commits (0514aadaec1b0e1b14b9e44a4c8120f052a661a0)

Author SHA1 Message Date
Caio Marcelo de Oliveira Filho e0a6d83457 AP_HAL_LINUX: remove unused functions 9 years ago
Caio Marcelo de Oliveira Filho ff016c4b5a AP_HAL_Linux: implement new AP_HAL functions 9 years ago
Víctor Mayoral Vilches 30153b6eac AP_HAL_Linux: Scheduler, add Erle-Brain 2 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Lucas De Marchi 2af4244854 AP_HAL_Linux: Scheduler: implement variadic version of panic() 9 years ago
Lucas De Marchi ad61a93c14 AP_HAL: turn panic() into a variadic method 9 years ago
Lucas De Marchi 2ac96b942c AP_HAL_Linux: remove prefix from AP_HAL_Linux classes 9 years ago
Lucas De Marchi 54c2c5f682 AP_HAL_Linux: use method for downcast 10 years ago
raspilot 30a2fe0857 AP_HAL_Linux: added scheduler hooks for raspilot 10 years ago
Gustavo Jose de Sousa 124b750c10 AP_HAL_Linux: standardize inclusion of libaries headers 10 years ago
Staroselskii Georgii f4d14f73ba AP_HAL_Linux: extended panic handling with RCInput deinitialization 10 years ago
Vladislav Zakharov e505eb2cd8 AP_HAL_Linux: Changes in Scheduler: Added defines for delays, RCIN_RERIOD changed 10 years ago
Andrew Tridgell 7e264b44df HAL_Linux: fixed functor comparison 10 years ago
Andrew Tridgell 0619247992 HAL_Linux: don't advance time in delay() and delay_microseconds() 10 years ago
Andrew Tridgell 179e47c618 HAL_Linux: prevent time from going backwards in Replay 10 years ago
Staroselskii Georgii dff430e136 AP_HAL_Linux: added UART port for second GPS 10 years ago
Andrew Tridgell 7f7d92913e HAL_Linux: allow running as non-root 10 years ago
Lucas De Marchi f049c8e4c5 AP_HAL_Linux: remove needless call to mlockall() 10 years ago
Lucas De Marchi b7355dc62b AP_HAL_Linux: set thread name for ease debug 10 years ago
Lucas De Marchi 2c48434110 AP_HAL_Linux: use a table to initialize threads 10 years ago
Lucas De Marchi e3d78b8960 AP_HAL_Linux: fix passing callback to member function 10 years ago
Lucas De Marchi 62c2f737d5 AP_HAL_Linux: fix setting RT priorities 10 years ago
Lucas De Marchi 29b667efdf AP_HAL_Linux: remove useless mlock of stack 10 years ago
Staroselskii Georgii 64da7f0360 AP_HAL_Linux: fix macro that defines number of I/O callbacks 10 years ago
Staroselskii Georgii e4a21f291d AP_HAL_Linux: added LinuxSPIUARTDriver that can handle SPI-driven Ublox 10 years ago
Andrew Tridgell 193bda068c HAL_Linux: run IO processes when we do a stop_clock() 10 years ago
Andrew Tridgell 7497b4dfb1 HAL_Linux: fixed Replay with new AP_InertialSensor library 10 years ago
bugobliterator 329c1f5190 HAL_Linux:create ToneAlarmDriver as a separate class 10 years ago
bugobliterator f058131140 HAL_Linux Scheduler: reduce the delay inside tonealarm thread 10 years ago
Víctor Mayoral Vilches ce4c4c43dc AP_HAL_Linux: Scheduler reboot fix 10 years ago
bugobliterator 298b27444a HAL_Linux: Add ToneAlarm Driver to Linux_HAL 10 years ago
Andrew Tridgell 024d3b71e7 HAL_Linux: use a semaphore in suspend_timer_procs() 11 years ago
Andrew Tridgell ead82ee581 HAL_Linux: implement millis64() and micros64() 11 years ago
Andrew Tridgell b9dc2335ee HAL_Linux: run timer thread at average 1kHz without drift 11 years ago
Andrew Tridgell 8f280d212b HAL_Linux: don't use usleep() in suspend_timer_procs() 11 years ago
bugobliterator ac11d282b5 HAL_Linux: Add support for PPM input to HAL_Linux 11 years ago
Silvia 7fd0e8345d HAL_Linux: Duplicate `#include <unistd.h>`deleted 11 years ago
Andrew Tridgell fc8068adfe HAL_Linux: use board subtypes 11 years ago
Víctor Mayoral Vilches c4b6026d53 HAL_Linux: include readRegistersMultiple in I2CDriver 11 years ago
Andrew Tridgell 74ee70d463 HAL_Linux: updates for ERLE board type 11 years ago
Andrew Tridgell 3fa2207a2d AP_HAL: allow for microsecond resolution in scheduler->stop_clock() 11 years ago
Andrew Tridgell 78ff078988 HAL_Linux: fixed stopped clock delay 11 years ago
Andrew Tridgell 117b77460e HAL_Linux: added stop_clock hack! 11 years ago
Andrew Tridgell ecbfdfba6c HAL_Linux: implement time_shift() API 11 years ago
Andrew Tridgell 5af51140a9 HAL_Linux: fixed scheduler initialisation bug in Linux HAL as well 11 years ago
Andrew Tridgell 0d682e74c1 HAL_Linux: run threads a bit more slowly 11 years ago
Andrew Tridgell 91511e6503 HAL_Linux: better realtime setup 12 years ago
Andrew Tridgell 07b8f45770 HAL_Linux: use CLOCK_MONOTONIC_RAW to ensure clock never goes backwards 12 years ago
Andrew Tridgell c9fea2c706 HAL_Linux: fixed scheduling priorities 12 years ago