107 Commits (e584a90c81015c24783944a8a14281bf6183fce3)

Author SHA1 Message Date
Lucas De Marchi 5ea1784838 global: remove AP_HAL::in_timerprocess() 8 years ago
Julien Beraud c08587fb09 AP_HAL_Empty: adapt to new api 8 years ago
murata c808ee2f49 Global: To nullptr from NULL. 8 years ago
Mathieu OTHACEHE 152edf7189 Global: remove mode line from headers 8 years ago
Andrew Tridgell 1d6e4673da HAL_Empty: add cork() and push() for RCOutput 8 years ago
Lucas De Marchi e1ab44f4a3 Global: remove get_fd() from Device API 9 years ago
Murilo Belluzzo 077e03678f Global: Adapt Stream class to be used with Ringbuffer 9 years ago
Lucas De Marchi 7669d54265 AP_HAL_Empty: update Device interface 9 years ago
Lucas De Marchi dc91dfb446 AP_HAL_Empty: remove SPIDriver 9 years ago
Lucas De Marchi 9fda608d4a AP_HAL_Empty: SPIDevice: implement fullduplex transfer 9 years ago
Lucas De Marchi 3eb0a48d59 AP_HAL_Empty: remove I2CDriver 9 years ago
Lucas De Marchi 5ef1568137 AP_HAL_Empty: fix sitl 9 years ago
Ricardo de Almeida Gonzaga 00b1915034 AP_HAL_Empty: Fix typos 9 years ago
Andrew Tridgell a78e23d6fb HAL_Empty: added uartF 9 years ago
Lucas De Marchi 2bed317c6c AP_HAL_Empty: replace header guard with pragma once 9 years ago
Lucas De Marchi cb40444bf8 AP_HAL_Empty: implement SPIDevice 9 years ago
Lucas De Marchi a117c22c34 AP_HAL_Empty: add I2CDevice 9 years ago
Lucas De Marchi 2b61eaf9f2 Global: remove {begin,end}_atomic from scheduler 9 years ago
Lucas De Marchi 9aa49cda93 Global: remove system_initializing() from scheduler 9 years ago
Lucas De Marchi 9d5fb97819 Global: rename enum SPIDevice to SPIDeviceType 9 years ago
Andrew Tridgell a73039d515 HAL_Empty: use 5V voltage for HAL_EMPTY 9 years ago
Andrew Tridgell 9fe25f9c71 HAL_Empty: fixed I2CDriver for use in Linux subtypes 9 years ago
Lucas De Marchi e825eb12f5 AP_HAL_Empty: follow coding style 9 years ago
Lucas De Marchi b3a751a199 AP_HAL_Empty: sort include headers 9 years ago
Julien BERAUD d14f4104ea AP_HAL_Empty: add support for OpticalFlow 9 years ago
Lucas De Marchi 4f012b2b32 AP_HAL_Empty: sort namespace classes 9 years ago
Lucas De Marchi 2ffb08b9ca AP_HAL_Empty: remove prefix from classes 9 years ago
Lucas De Marchi 00f17466a8 AP_HAL_Empty: use init() method without arguments 9 years ago
Caio Marcelo de Oliveira Filho ee542aac8b AP_HAL_Empty: Remove unused extern declaration for HALs 9 years ago
Caio Marcelo de Oliveira Filho 420dfc7ce2 AP_HAL_Empty: remove unused functions 9 years ago
Lucas De Marchi 1b07dabeb7 Replace prog_char and prog_char_t with char 9 years ago
Lucas De Marchi 20c6ffc5e3 Replace use of UARTDriver::printf_P() with UARTDriver::printf() 9 years ago
Lucas De Marchi 7ceffb1e2b Replace use of vprintf_P() with vprintf() 9 years ago
Lucas De Marchi 9eaf7c5660 AP_HAL: add format attribute to panic() 9 years ago
Lucas De Marchi e2d1fab863 AP_HAL_Empty: 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 75add595a0 AP_HAL_Empty: remove empty example 9 years ago
Caio Marcelo de Oliveira Filho 19b4ca60c4 AP_HAL: provide AP_HAL_MAIN() 9 years ago
Caio Marcelo de Oliveira Filho 0c837326b5 AP_HAL_Empty: merge init() and run() 9 years ago
Caio Marcelo de Oliveira Filho 346ab77c27 AP_HAL_Empty: 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
Lucas De Marchi 302252d096 AP_HAL_Empty: remove unused write method 9 years ago
mirkix 07d50b5fbb AP_HAL_Empty: Add support for using SPI devices of the same type. 10 years ago
Gustavo Jose de Sousa 4e27d19107 AP_HAL_Empty: SPI: adapt to the new signature of transaction() 10 years ago
Gustavo Jose de Sousa ca5afbfdc9 AP_HAL_Empty: standardize inclusion of libaries headers 10 years ago
Julien BERAUD 7275e33e79 AP_HAL: add the possibility to have more than 1 i2c 10 years ago
Andrew Tridgell c44ab01be8 AP_HAL: use noreturn attribute on panic 10 years ago
Andrew Tridgell 379b130d0a AP_HAL_Empty: convert example from .pde to .cpp 10 years ago
Andrew Tridgell 40e3b422b5 HAL_SITL: rename HAL_AVR_SITL to HAL_SITL 10 years ago