553 Commits (9bd8878c8bd86ec28640a75f9807bb74273ce35f)

Author SHA1 Message Date
Víctor Mayoral Vilches 30153b6eac AP_HAL_Linux: Scheduler, add Erle-Brain 2 9 years ago
Víctor Mayoral Vilches 8ae8f47538 AP_HAL_Linux: SPIDriver, add Erle-Brain 2 9 years ago
Víctor Mayoral Vilches 68c92eab25 AP_HAL_Linux: GPIO, add Erle-Brain 2 9 years ago
Lucas De Marchi 6984168a45 AP_HAL_Linux: don't log on failed semaphore 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 10 years ago
Lucas De Marchi 6f4904189b Replace use of println_P() with println() 10 years ago
Lucas De Marchi 831d8acca5 Remove use of PROGMEM 10 years ago
Lucas De Marchi 2c38e31c93 Remove use of PSTR 10 years ago
Lucas De Marchi 9eaf7c5660 AP_HAL: add format attribute to panic() 10 years ago
Lucas De Marchi 4b54bcbfad AP_HAL_Linux: use variadic panic() 10 years ago
Lucas De Marchi 2af4244854 AP_HAL_Linux: Scheduler: implement variadic version of panic() 10 years ago
Lucas De Marchi ad61a93c14 AP_HAL: turn panic() into a variadic method 10 years ago
Lucas De Marchi b326856635 AP_HAL_Linux: fix warning due to limited storage 10 years ago
Lucas De Marchi cdaf67b749 AP_HAL_Linux: use PCA9685 for output in minlure 10 years ago
Lucas De Marchi b75524a152 AP_HAL_Linux: use UART RC input for minlure 10 years ago
Lucas De Marchi f72a5614d5 AP_HAL_Linux: add I2C buses for minlure 10 years ago
Lucas De Marchi 959e061514 AP_HAL_Linux: add spi device for minlure 10 years ago
Lucas De Marchi 4992375bab AP_HAL_Linux: add GPIO definitions for minlure 10 years ago
Gustavo Jose de Sousa 7daa3201fd AP_HAL_Linux: add test for GPIO 10 years ago
Gustavo Jose de Sousa cdf70f6fe5 AP_HAL_Linux: add GPIO_Sysfs 10 years ago
Gustavo Jose de Sousa 88146f1f02 AP_HAL_Linux: make board specific GPIO inclusions last 10 years ago
Fabio Mello 20e209120f AP_HAL_Linux: add support for RCInput through UART 10 years ago
Lucas De Marchi f21ee7694a AP_HAL_Linux: don't use relative includes 10 years ago
Lucas De Marchi 2ac96b942c AP_HAL_Linux: remove prefix from AP_HAL_Linux classes 10 years ago
Caio Marcelo de Oliveira Filho c95a89411c AP_HAL_Linux: remove unnecessary includes in example 10 years ago
Caio Marcelo de Oliveira Filho 19b4ca60c4 AP_HAL: provide AP_HAL_MAIN() 10 years ago
Caio Marcelo de Oliveira Filho 3c22564307 AP_HAL_Linux: merge init() and run() 10 years ago
Caio Marcelo de Oliveira Filho 32dc822470 AP_HAL_Linux: implement HAL::run() 10 years ago
Caio Marcelo de Oliveira Filho ec52df991c build: compile only the HAL files needed by the board 10 years ago
Caio Marcelo de Oliveira Filho 2e464a53c2 AP_HAL: make code not depend on concrete HAL implementations 10 years ago
José Roberto de Souza 9889f826b3 AP_HAL_Linux: RCInput_UDP: Fix compiling warning 10 years ago
José Roberto de Souza e6f0ba6c8b AP_HAL_Linux: Compile RCInput_UDP in all Linux boards 10 years ago
Julien BERAUD ffbb892a01 AP_HAL_Linux: add support for a pwm heater 10 years ago
Lucas De Marchi 0dad58ae8b AP_HAL_Linux: RCOutput_Bebop: group writes 10 years ago
Lucas De Marchi 24f41538cb AP_HAL_Linux: RCOutput_PCA9685: group writes 10 years ago
Julien BERAUD 1c46205c2b AP_HAL_Linux: fix warning 10 years ago
raspilot aa4d16622e HAL_Linux_Class: Init spi before rcin & rcout, because raspilot rcin & rcout use spi. 10 years ago
raspilot 5dc18b9a54 HAL_Linux_Class: Fix the broken declare of "LinuxUtilRPI utilInstance" at building raspilot. 10 years ago
Lucas De Marchi 191ec10554 AP_HAL_Linux: remove unused write method 10 years ago
Lucas De Marchi fc2a1d27b4 AP_HAL_Linux: fix build for raspilot after Util change 10 years ago
Lucas De Marchi 55e1d60b54 AP_HAL_Linux: Use from() method for downcast in Util class 10 years ago
dgrat 15b3717d89 AP_HAL_Linux: Move RPi version check to util class 10 years ago
dgrat 2590db378a AP_HAL_Linux: remove extra spaces in RCInput_Navio 10 years ago
dgrat e96a1bae8a AP_HAL_Linux: cleanup pointer casts in RCInput_Navio 10 years ago
Lucas De Marchi 54c2c5f682 AP_HAL_Linux: use method for downcast 10 years ago
mirkix 93941c3349 AP_HAL_Linux: Add support for using SPI devices of the same type. 10 years ago
Andrew Tridgell 61441ab35d HAL_Linux: fixed apm2 build 10 years ago
Andrew Tridgell bf001f19ff HAL_Linux: don't panic on runtime failures 10 years ago
raspilot 9f91eb020e AP_HAL_Linux: new files for raspilot 10 years ago
raspilot 30a2fe0857 AP_HAL_Linux: added scheduler hooks for raspilot 10 years ago