320 Commits (76209de08ecbbe551cd247e6d814e48d46bb4919)

Author SHA1 Message Date
Caio Marcelo de Oliveira Filho c5fc0deee9 AP_HAL_Scheduler: remove unused functions 9 years ago
Caio Marcelo de Oliveira Filho 5292bc0054 AP_HAL: example uses millis/micros/panic 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
Caio Marcelo de Oliveira Filho a348424551 AP_HAL: remove unused function 9 years ago
Andrew Tridgell 8f4ce7f20b build: removed all nocore.inoflag files 9 years ago
José Roberto de Souza 6ece4d60aa AP_HAL: HAL_COMPASS_AK8963_MPU9250_I2C to the supported list 9 years ago
José Roberto de Souza b3f030f650 AP_HAL: Add MPU9250 over I2C 9 years ago
Andrew Tridgell 8a4c0593f2 AP_HAL: make available_memory() uint32_t 9 years ago
Víctor Mayoral Vilches 90a00553cb AP_HAL: Boards, add Erle-Brain 2 9 years ago
Lucas De Marchi 255e04a841 AP_HAL: remove check for AVR CPUs 9 years ago
Lucas De Marchi 3142f21363 AP_InertialSensor: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 8e65e88d06 AP_HAL: remove checks for HAL_BOARD_APM2 and HAL_BOARD_APM1 9 years ago
Lucas De Marchi 5244559010 Minimize AP_Progmem.h includes 9 years ago
Lucas De Marchi a65c98485c AP_HAL: UARTDriver: remove _P() variants 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 2556fc8dbe BetterStream: use common macro for printf formatting 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 9 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 9 years ago
Lucas De Marchi 0aa117f65d Replace use of strnlen_P() with strnlen() 9 years ago
Lucas De Marchi a8455aa4e3 AP_HAL: Remove Util::{v,}snprintf_P() 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 2322b8014d AP_HAL: use common macro for printf formatting 9 years ago
Lucas De Marchi ad61a93c14 AP_HAL: turn panic() into a variadic method 9 years ago
Lucas De Marchi 0b4aa5ac85 AP_HAL: Scheduler: reorder includes 9 years ago
Lucas De Marchi 79dee5aaa9 AP_HAL: fix warning due to missing prototype after HAL rework 9 years ago
Lucas De Marchi 8153f57f06 AP_HAL: add board definitions for minlure 9 years ago
Lucas De Marchi eef4d5819f AP_HAL: HAL: don't use relative includes 9 years ago
Lucas De Marchi 74ccbdb6f7 AP_HAL: AnalogIn: add missing include 9 years ago
Caio Marcelo de Oliveira Filho b98bf2a65e AP_HAL: remove unnecessary includes from examples 9 years ago
Caio Marcelo de Oliveira Filho b29d6eff5d AP_HAL: add an AP_HAL_MAIN_CALLBACKS() macro 9 years ago
Caio Marcelo de Oliveira Filho 19b4ca60c4 AP_HAL: provide AP_HAL_MAIN() 9 years ago
Caio Marcelo de Oliveira Filho 6fc60e2d5e AP_HAL: remove unused init() from the interface 9 years ago
Caio Marcelo de Oliveira Filho 72cd5ef185 AP_HAL: add run() method 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 28fa05c965 AP_HAL: added generic perf counter 9 years ago
José Roberto de Souza 6215a3d224 AP_HAL: Add MS5637 over I2C to the supported barometers list 9 years ago
Julien BERAUD f231182cd9 AP_HAL: Add support for a Heater 9 years ago
Lucas De Marchi fb643fbb53 AP_HAL: RCOutput: add methods to allow grouping writes 9 years ago
Lucas De Marchi 666dc3e440 AP_HAL: RCOutput: remove unused write method 9 years ago
mirkix f48bdc281f AP_HAL: Add support for using SPI devices of the same type. 10 years ago
Andrew Tridgell 582318448f AP_HAL: make new GPIO functions optional 10 years ago
raspilot 6df83f46c5 AP_HAL: new GPIO APIs 10 years ago
raspilot dcc7cf2739 AP_HAL: raspilot board type 10 years ago
Víctor Mayoral Vilches b87fd58214 AP_HAL: ERLEBOARD legacy support 10 years ago
Gustavo Jose de Sousa e05928a7e8 AP_HAL: make SPIDeviceDriver::transaction() return success or failure 10 years ago
Lucas De Marchi a44ab9ed98 AP_HAL: define constant for HMC5843 on MPU6000 10 years ago
Andrew Tridgell e889886e07 AP_HAL: start with the vehicle disarmed 10 years ago