61 Commits (daf071f7f6b758b14b1a6c182da153d1494b3201)

Author SHA1 Message Date
Peter Barker eb73a14da8 AP_HAL_Linux: add missing override keywords 6 years ago
Peter Barker 43c07259f3 AP_HAL_Linux: break out init_realtime 6 years ago
Jonathan Challinger ddf0333a24 AP_HAL_Linux: reflect changes to tonealarm interface 7 years ago
Lucas De Marchi d2446e1219 AP_HAL_Linux: use Thread abstraction to create thread 7 years ago
Andrew Tridgell 9918ae3209 HAL_Linux: implement thread_create() 7 years ago
Michael du Breuil 80d1a1de9a AP_HAL_Linux: Remove timer process suspension interface 7 years ago
Peter Barker d5cad015dc AP_HAL_Linux: move delay callback handling to base HAL Scheduler class 7 years ago
Peter Barker 044cac42e8 AP_HAL_Linux: make in_main_thread const and override 7 years ago
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
Lucas De Marchi 2b5f9fdd6b AP_HAL_Linux: teardown scheduler threads 8 years ago
Lucas De Marchi 590539f674 AP_HAL_Linux: implement threaded I2C 9 years ago
Lucas De Marchi f36e8d9c05 AP_HAL_Linux: remove AP_HAL_Linux_Namespace header 9 years ago
Lucas De Marchi d970451331 AP_HAL_Linux: Scheduler: debug stack usage 9 years ago
Lucas De Marchi 7debd14683 AP_HAL_Linux: Scheduler: remove unused _in_io_proc 9 years ago
Lucas De Marchi fbb3bb2fd0 AP_HAL_Linux: Scheduler: remove unused _timer_event_missed 9 years ago
Lucas De Marchi f39a6745d1 Global: remove unused _timer_pending from scheduler 9 years ago
Lucas De Marchi a1b62b4984 AP_HAL_Linux: Scheduler: use PeriodicThread 9 years ago
Lucas De Marchi e3beef0f77 AP_HAL_Linux: Scheduler: remove unused parameter 9 years ago
Lucas De Marchi 2b61eaf9f2 Global: remove {begin,end}_atomic from scheduler 9 years ago
Lucas De Marchi 9aa49cda93 Global: remove system_initializing() from scheduler 9 years ago
Lucas De Marchi 9cf9fc152b AP_HAL_Linux: use pthread's barrier instead of polling 9 years ago
Lucas De Marchi 2b0e214168 AP_HAL_Linux: Scheduler: move synchronization to common method 9 years ago
Lucas De Marchi a183ff8d32 AP_HAL_Linux: Scheduler: use Thread abstraction 9 years ago
Lucas De Marchi 5e9b45ebc2 AP_HAL_Linux: Scheduler: make microsleep() public 9 years ago
Lucas De Marchi 27999b339d AP_HAL_Linux: Scheduler: include cleanups 9 years ago
Julien BERAUD 4acc121bd6 AP_HAL_Linux: support for timesliced timers 9 years ago
Andrew Tridgell dc8a3bbf92 HAL_Linux: added qflight board subtype 9 years ago
Lucas De Marchi 2439826c19 AP_HAL_Linux: use init() method without arguments 9 years ago
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
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 9eaf7c5660 AP_HAL: add format attribute to 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
Gustavo Jose de Sousa 124b750c10 AP_HAL_Linux: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell c44ab01be8 AP_HAL: use noreturn attribute on panic 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
Staroselskii Georgii 64da7f0360 AP_HAL_Linux: fix macro that defines number of I/O callbacks 10 years ago
Andrew Tridgell 193bda068c HAL_Linux: run IO processes when we do a stop_clock() 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
bugobliterator ac11d282b5 HAL_Linux: Add support for PPM input to HAL_Linux 11 years ago
Andrew Tridgell fc8068adfe HAL_Linux: use board subtypes 11 years ago
Andrew Tridgell 74ee70d463 HAL_Linux: updates for ERLE board type 11 years ago