27 Commits (29791c9cecf4df8c721aa571eb55f8ffda4ccef8)

Author SHA1 Message Date
Caio Marcelo de Oliveira Filho 1de0e0a5a6 AP_HAL_PX4: remove unused 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
Gustavo Jose de Sousa 08333f1ffe AP_HAL_PX4: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell d909f11ba3 HAL_PX4: added implementation of NSH shell stream 10 years ago
Andrew Tridgell c44ab01be8 AP_HAL: use noreturn attribute on panic 10 years ago
Andrew Tridgell 086f878bdc HAL_PX4: split IO thread into separate IO and storage threads 10 years ago
Andrew Tridgell 18131eae13 HAL_PX4: added delay_microseconds_boost() 10 years ago
Andrew Tridgell f2a919c55e AP_HAL_PX4: moved size of main thread stack to Scheduler.h 10 years ago
Andrew Tridgell 48247b6adc HAL_PX4: minimise usage of hrt_absolute_time() 11 years ago
Andrew Tridgell 1241da466b HAL_PX4: added millis64() and micros64() 11 years ago
Andrew Tridgell 5800c2a2c8 HAL_PX4: prevent excessive writes on startup from blocking 11 years ago
Andrew Tridgell 1c091cbca5 HAL_PX4: fixed a scheduler bug that affects UART IO 11 years ago
Andrew Tridgell d973730b88 HAL_PX4: use hrt timer and semaphores to improve timing 11 years ago
Andrew Tridgell 942ae70651 HAL_PX4: updates for AP_HAL::MemberProc 12 years ago
Andrew Tridgell 7ec242146d HAL_PX4: update for new scheduler API 12 years ago
Andrew Tridgell fa107bdb58 PX4: moved UART handling to its own thread 12 years ago
Andrew Tridgell 7082e0f8aa AP_HAL: added hold_in_bootloader parameter to scheduler->reboot() 12 years ago
Andrew Tridgell af7381e9e0 AP_HAL: added register_io_process() 12 years ago
Andrew Tridgell 02c5c3ec4a HAL_PX4: changed scheduler priorities 12 years ago
Andrew Tridgell d7409b6a25 HAL_PX4: startup in low priority to fix CLI 12 years ago
Andrew Tridgell 70227d5d93 HAL_PX4: added scheduler performance counters 12 years ago
Andrew Tridgell 39e28d48c2 HAL_PX4: switched scheduler to use a pthread 12 years ago
Andrew Tridgell 7c7a215934 HAL_PX4: fixes for new Scheduler API 12 years ago
Andrew Tridgell c6305b5876 HAL_PX4: rework Scheduler using hrt calls 12 years ago
Andrew Tridgell 5a70f3becf HAL_PX4: added a scheduler implementation 12 years ago
Andrew Tridgell 93040e5725 AP_HAL: removed the defer_timer_process() function 12 years ago
Andrew Tridgell 60d3df50ae AP_HAL: changed delay() to take a uint16_t 12 years ago
Andrew Tridgell dcc17dad94 SITL: added panic() method in scheduler 12 years ago
Andrew Tridgell 8916b280fd SITL: filled in more of the HAL SITL backend 12 years ago
Andrew Tridgell d42cbb791f HAL_SITL: start filling in more of SITL framework 12 years ago
Pat Hickey f9e9b8a7ef AP_HAL_AVR: move scheduler's timer-hw dependent methods to a separate cpp 12 years ago
Pat Hickey 6e45ce12b2 AP_HAL_AVR: implement reboot in scheduler 12 years ago
Pat Hickey d47f77f8dd AP_HAL_AVR Scheduler: support nested atomic sections 12 years ago
Pat Hickey 17b951c45b AP_HAL_AVR Scheduler: rename Arduino to be AVR 12 years ago
Pat Hickey c9541d3b00 AP_HAL: added begin_atomic and end_atomic to scheduler 12 years ago
Pat Hickey bae7e4b88e AP_HAL Scheduler: simplify register_timer_process, min time for delay cb 12 years ago
Pat Hickey d422ab7806 AP_HAL: Extend Scheduler to support defered timer procs 12 years ago
Pat Hickey ba7a596ec3 AP_HAL_AVR: Scheduler extensions implemented 12 years ago
Pat Hickey 187571cca9 AP_HAL Scheduler fixes & AP_HAL_AVR Scheduler changed to match 12 years ago
Pat Hickey ea8242ace1 AP_HAL: Add scheduler interface, move Arduino init code to implementation 12 years ago