308 Commits (7ed36d8e6587c7b53d284f641e79b82fbf89040e)

Author SHA1 Message Date
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
Lucas De Marchi ca17b6155e AP_HAL: standardize inclusion of libaries headers 10 years ago
Andrew Tridgell c72372722e AP_HAL: fixed example builds 10 years ago
Gustavo Jose de Sousa 0456eccca8 AP_HAL: standardize inclusion of libaries headers 10 years ago
Randy Mackay 810973ce95 HAL: define capability bitmask 10 years ago
Andrew Tridgell eca0940bc7 AP_HAL: allow for broadcast packets on UDP IPv4 10 years ago
Andrew Tridgell 3e4b0b9869 AP_HAL: added pollout() function to socket API 10 years ago
Andrew Tridgell 596ecde70d AP_HAL: added listen and accept APIs to socket API 10 years ago
Andrew Tridgell b07f7e873f AP_HAL: added pollin() interface for Socket API 10 years ago
Andrew Tridgell 5067359ed7 AP_HAL: fixed socket destructor 10 years ago
Staroselskii Georgii 1a588263e4 AP_HAL: added destructor for Socket 10 years ago
Staroselskii Georgii 4411c1fed4 AP_HAL: improved constness of Socket API 10 years ago
Vladislav Zakharov 97b51a4bcb AP_HAL: Added deinit() method to RCInput 10 years ago