93 Commits (fcb802cccca013fbb0adf473a075cc81aa663c78)

Author SHA1 Message Date
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
Andrew Tridgell 6450c84987 HAL_Empty: added dummy millis64() and micros64() 11 years ago
Andrew Tridgell 8e15b4db0d HAL_Empty: fixed example build 11 years ago
Andrew Tridgell d40d0f6aec AP_HAL: removed old storage type read/write functions 11 years ago
Andrew Tridgell e137bf26ef HAL_Empty: avoid some float conversion warnings 11 years ago
Andrew Tridgell 7ceb14bec0 HAL_Empty: make I2C ops fail 11 years ago
Andrew Tridgell 6eee2421cc AP_HAL: removed RCInput valid_channels() and added new_input() and num_channels() 11 years ago
Andrew Tridgell 58d5454d65 HAL_Empty: no uartE 11 years ago
Andrew Tridgell 1849db7074 AP_HAL: added board_voltage AnalogIn method 11 years ago
Andrew Tridgell 87cc95dd7f AP_HAL: removed unused enable_mask and disable_mask functions 11 years ago
Andrew Tridgell 5e980a5b49 HAL_EMPTY: added uartD 11 years ago
Andrew Tridgell 8b254f2947 HAL_EMPTY: prevent valgrind errors 11 years ago
Andrew Tridgell 8e7d9bb464 HAL_Empty: removed Console driver 12 years ago
Andrew Tridgell a8c97f99d1 HAL_Empty: implement a dummy buffered write 12 years ago
Andrew Tridgell a2b879493d HAL_Empty: updates for AP_HAL::MemberProc 12 years ago