266 Commits (f00b1ff22d6ca2149282764e92d45f7364c7772e)

Author SHA1 Message Date
Andrew Tridgell ac1c0bba15 HAL_PX4: make available_memory() uint32_t 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 9 years ago
Lucas De Marchi 9eaf7c5660 AP_HAL: add format attribute to panic() 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
Caio Marcelo de Oliveira Filho 5781164624 AP_HAL_PX4: remove unnecessary includes from example 9 years ago
Caio Marcelo de Oliveira Filho 19b4ca60c4 AP_HAL: provide AP_HAL_MAIN() 9 years ago
Caio Marcelo de Oliveira Filho cb61bdd8d1 AP_HAL_PX4: merge init() and run() 9 years ago
Caio Marcelo de Oliveira Filho 0dab23c4df AP_HAL_PX4: implement HAL::run() 9 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 9 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 9 years ago
Andrew Tridgell 8dbb51c64e HAL_PX4: implement AP_HAL::Util perf calls for PX4 9 years ago
Lucas De Marchi ce674f6926 AP_HAL_PX4: remove unused write method 9 years ago
Andrew Tridgell cbd43ee6ea HAL_PX4: added hal.i2c support on PX4 boards 10 years ago
Tom Pittenger 072d35b9cc AP_HAL_PX4: remove unused var 10 years ago
Brad Bosch 6e9756ff79 HAL_PX4: Rework support for FLOW_CONTROL_AUTO. 10 years ago
Lucas De Marchi 83cfaf4a59 AP_HAL_PX4: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell e73ac418df HAL_PX4: prevent error on GPIO line on change of pinMode 10 years ago
Gustavo Jose de Sousa 08333f1ffe AP_HAL_PX4: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell 1b61f6f636 HAL_PX4: fixed USB connected on AUAV-X2 10 years ago
Lucas De Marchi d4d56aef1a AP_HAL_PX4: use ARRAY_SIZE macro 10 years ago
Julien BERAUD 7275e33e79 AP_HAL: add the possibility to have more than 1 i2c 10 years ago
Andrew Tridgell f4a9f9876f HAL_PX4: make usb_connected() more robust 10 years ago
Andrew Tridgell d909f11ba3 HAL_PX4: added implementation of NSH shell stream 10 years ago
Andrew Tridgell dea36c1ae9 HAL_PX4: fixed build on non-PX4 systems 10 years ago
Andrew Tridgell 88655b48e1 HAL_PX4: added px4_param stub functions 10 years ago
Eugene Shamaev 40a5aa497a HAL_PX4: added rc_bind for DSM bind 10 years ago
Andrew Tridgell d6af9fd0ee HAL_PX4: prevent uavcan motor spin up while booting 10 years ago
Andrew Tridgell 6a33aeef67 HAL_PX4: cope with multi-instance actuator_outputs uORB 10 years ago
Andrew Tridgell 333778bac1 HAL_PX4: updates for upstream merge 10 years ago
Andrew Tridgell c44ab01be8 AP_HAL: use noreturn attribute on panic 10 years ago
Andrew Tridgell ca8482b4d6 AP_HAL_PX4: convert example from .pde to .cpp 10 years ago
Andrew Tridgell 43fb1202f2 HAL_PX4: fixed functor comparison with NULL 10 years ago
Tom Pittenger 98c5137107 AP_HAL_PX4: compiler warnings: float to doubles 10 years ago
Andrew Tridgell 40e3b422b5 HAL_SITL: rename HAL_AVR_SITL to HAL_SITL 10 years ago
Randy Mackay 187dd0dccd HAL_PX4: fix example sketch 10 years ago
Andrew Tridgell 020d9ea78a HAL_PX4: only consider power to have changed when armed 10 years ago
Tom Pittenger 3b3752468d HAL_PX4: fix compile warnings re unused variables 10 years ago
Tom Pittenger 179c72bfa9 HAL_PX4: fix compile warning re member init order 10 years ago
Tom Pittenger 7e18480cd2 HAL_PX4: fix compile warnings re float constants 10 years ago
Andrew Tridgell 7cd7ff89fd HAL_PX4: recover 12k of ram from USB buffers 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 619196b6b3 HAL_PX4: fixes for new PX4 device paths 10 years ago
Andrew Tridgell 001643d5a3 HAL_PX4: always use the hrt semaphore based delay 10 years ago
Andrew Tridgell 7f0060b881 HAL_PX4: reduce the amount of time between loop() calls 10 years ago
Andrew Tridgell ebacb2b496 HAL_PX4: call parent Util constructor 10 years ago
Jonathan Challinger e908fcafb1 AP_HAL_PX4: attempt to initialize USB while soft-disarmed 10 years ago