58 Commits (4bc5b715bf935ebb6b76a9c7409261154c1adcec)

Author SHA1 Message Date
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 12 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
Andrew Tridgell af7381e9e0 AP_HAL: added register_io_process() 12 years ago
Andrew Tridgell 8e2a20bea8 HAL_PX4: enable ttyACM0 as main console, ttyS1 as telemetry port 12 years ago
Andrew Tridgell 02b4ecc273 HAL_PX4: get RC input from PX4IO board 12 years ago
Andrew Tridgell 8f2f4b1bc5 HAL_PX4: use write() to /dev/pwm_output for servo output 12 years ago
Andrew Tridgell 70227d5d93 HAL_PX4: added scheduler performance counters 12 years ago
Andrew Tridgell 966b9b9b9c HAL_PX4: format panic messages with a newline 12 years ago
Andrew Tridgell 952df2fced HAL_PX4: new buffered storeage driver for microsd cards 12 years ago
Andrew Tridgell 2a10727902 HAL_PX4: run timer thread as SCHED_FIFO 12 years ago
Andrew Tridgell 6ffa18fa61 HAL_PX4: rewrite UART driver to be much more efficient 12 years ago
Andrew Tridgell 39e28d48c2 HAL_PX4: switched scheduler to use a pthread 12 years ago