90 Commits (3586f0e8fb1388cbebc9278f33a765736829828d)

Author SHA1 Message Date
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
Ivan Smirnov d4d35bdcbd AP_HAL_Linux: Scheduler: added _timer_tick for uartD 8 years ago
Peter Barker cf5ed25c9e AP_HAL_Linux: do not attempt realtime when compiling Replay 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
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
hiro2233 37877f1530 AP_HAL_Linux: Added URUS macro to Scheduler 8 years ago
Martin Evans 6f6112d7c2 AP_HAL_Linux: Add setting for GPIO for Dark board 8 years ago
Lucas De Marchi 833f565f09 AP_HAL_Linux: prefix threads with ap 9 years ago
Andrew Tridgell aaaa6d38c7 HAL_Linux: initial support for Disco 9 years ago
Lucas De Marchi 37f6b51746 AP_HAL_Linux: Scheduler: set stack sizes to 256k 9 years ago
Lucas De Marchi d970451331 AP_HAL_Linux: Scheduler: debug stack usage 9 years ago
Andrew Tridgell c7dabad02c HAL_Linux: added uartF 9 years ago
Lucas De Marchi 0ad436c337 AP_HAL_Linux: Scheduler: bring back scheduler table 9 years ago
Lucas De Marchi a1b62b4984 AP_HAL_Linux: Scheduler: use PeriodicThread 9 years ago
Lucas De Marchi 860d5aaf84 AP_HAL_Linux: Scheduler: move rpcmem initialization to setup phase 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
Víctor Mayoral Vilches a0b9181198 HAL_Linux: Scheduler add PXFmini support 9 years ago
Andrew Tridgell dc8a3bbf92 HAL_Linux: added qflight board subtype 9 years ago
Aaron Wang Shi 4d7db9bba3 AP_HAL_Linux: add ifdefs for BH hat like other RPI-based boards 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
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