68 Commits (db90ee6841cf2b84d3c86fb44ed9292a493c8cbc)

Author SHA1 Message Date
Andrew Tridgell 0f079deebf HAL_PX4: Storage::_timer_tick is an override 7 years ago
Andrew Tridgell 25ea60da69 HAL_PX4: implement _timer_tick in UARTDriver 7 years ago
Peter Barker 8d208ea514 AP_HAL_PX4: 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 9e66938f68 AP_HAL_PX4: Scheduler: replace use of in_timerprocess() 8 years ago
Eugene Shamaev 36655310b3 AP_HAL_PX4: support for several CAN interfaces and drivers, filtering support 8 years ago
Eugene Shamaev 865392f034 AP_HAL_PX4: CAN bus driver 8 years ago
Lucas De Marchi f972fed70b AP_HAL_PX4: rename method to follow AP_HAL 8 years ago
Andrew Tridgell 40bd3a8861 HAL_PX4: tidy up thread wait code 8 years ago
Andrew Tridgell 12e0c840e8 HAL_PX4: set thread names for main threads 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Tom Pittenger a512e807dc AP_HAL_PX4: disarm motors on reboot so ensure they are off during bootloader upload 9 years ago
Andrew Tridgell ae3cb0557d HAL_PX4: disable "Overtime in task" msg 9 years ago
Ricardo de Almeida Gonzaga 892cc2ea6f AP_HAL_PX4: Fix typos 9 years ago
Andrew Tridgell 18ccaf7e2b HAL_PX4: added uartF 9 years ago
Lucas De Marchi 9aa49cda93 Global: remove system_initializing() from scheduler 9 years ago
Lucas De Marchi 6d7678d2a3 AP_HAL_PX4: fix passing callback to member function 9 years ago
Lucas De Marchi 0c3733601b AP_HAL_PX4: use init() method without arguments 9 years ago
Caio Marcelo de Oliveira Filho 1de0e0a5a6 AP_HAL_PX4: remove unused functions 9 years ago
Caio Marcelo de Oliveira Filho 8db8b9b355 AP_HAL_PX4: 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 2c38e31c93 Remove use of PSTR 9 years ago
Lucas De Marchi f791767fb2 AP_HAL_PX4: Scheduler: implement variadic version of 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 333778bac1 HAL_PX4: updates for upstream merge 10 years ago
Andrew Tridgell 43fb1202f2 HAL_PX4: fixed functor comparison with NULL 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 001643d5a3 HAL_PX4: always use the hrt semaphore based delay 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 849c4905fb HAL_PX4: print overtime message on stuck task 11 years ago
Andrew Tridgell bf2dd141e9 HAL_PX4: support uartE for 2nd GPS 11 years ago
Andrew Tridgell 0b25ff0a16 HAL_PX4: added uartD 11 years ago
Andrew Tridgell 8dc6b758f3 HAL_PX4: switch to delay_microseconds_semaphore() for UART timer 11 years ago
Andrew Tridgell 5800c2a2c8 HAL_PX4: prevent excessive writes on startup from blocking 11 years ago
Andrew Tridgell 622f0dcc1d HAL_PX4: prevent threads running before subsystems are initialised 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 63bee0b2d8 HAL_PX4: disable checks for in_timerprocess 11 years ago
Andrew Tridgell 67db1cedaa HAL_PX4: fixed delay_microseconds() on PX4 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 fb56feb6b2 HAL_PX4: support all analog input pins, with scaling 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 e5f19e314d PX4: systemreset() now takes a boolean argument 12 years ago
Julian Oes 56e94d70e9 PX4: Adaptations to latest build changes 12 years ago