287 Commits (d73fc4c0b2284f97c7084860d644315b4578ba73)

Author SHA1 Message Date
Andrew Tridgell 526fb65dd1 HAL_PX4: fixed setting of rcout frequency on alt channels 9 years ago
Jonathan Challinger f376510524 AP_HAL_PX4: fix example build 9 years ago
Lucas De Marchi a096703b06 Global: don't link with AP_Progmem 9 years ago
Andrew Tridgell 02bee8810d HAL_PX4: added Semaphore support 9 years ago
Julien BERAUD c0f65ff6e1 AP_HAL_PX4: add empty optical flow 9 years ago
Lucas De Marchi 503533c6fe AP_HAL_PX4: rename AP_HAL_Empty instances 9 years ago
Andrew Tridgell 78e9b0a4e3 HAL_PX4: check for servo counts changing after boot 9 years ago
Lucas De Marchi fe5d6f2d49 AP_HAL_PX4: remove unused AP_ADC_AnalogSource 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 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
Andrew Tridgell 520b9de48a HAL_PX4: expose do_transfer() in API 9 years ago
Andrew Tridgell 335e621932 HAL_PX4: cope with PX4 header changes 9 years ago
Andrew Tridgell 155e82c1b3 HAL_PX4: fixed PWM output for FMUv4 9 years ago
Andrew Tridgell 9835043dd5 HAL_PX4: support FMUv4 9 years ago
Caio Marcelo de Oliveira Filho c43474fbf4 AP_HAL_PX4: Remove unused extern declaration for HALs 9 years ago
Caio Marcelo de Oliveira Filho 1de0e0a5a6 AP_HAL_PX4: remove unused functions 9 years ago
Caio Marcelo de Oliveira Filho a76c9e0051 AP_HAL_PX4: use millis/micros/panic functions 9 years ago
Caio Marcelo de Oliveira Filho 8db8b9b355 AP_HAL_PX4: implement new AP_HAL functions 9 years ago
Caio Marcelo de Oliveira Filho efbc7648b1 AP_HAL: create AP_HAL namespace and use for some HAL functionality 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
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