123 Commits (24b7c0c3b49a8dc2def740764af338ec732dd5b5)

Author SHA1 Message Date
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
Andrew Tridgell 6bc4a830ac HAL_Empty: updates for new scheduler API 12 years ago
Andrew Tridgell 21010104e6 AP_HAL_Empty: added register_io_process() 12 years ago
Andrew Tridgell d0bb998352 AP_HAL_Empty: updates for new API 12 years ago
Andrew Tridgell 4c1925b578 AP_HAL_Empty: convert to new AP_HAL printf 12 years ago
Andrew Tridgell cf633e4d79 AP_HAL: convert to unix file format 12 years ago
Andrew Tridgell a5b29f44d5 AP_HAL: added hal.gpio->usb_connected() function 12 years ago
Andrew Tridgell a587b1140a AP_HAL: added voltage_latest() interface 12 years ago
Andrew Tridgell 7082e0f8aa AP_HAL: added hold_in_bootloader parameter to scheduler->reboot() 12 years ago
Randy Mackay ac36a09747 AP_HAL: add toggle to GPIO 12 years ago
phokur b00e5d95c9 Update AnalogIn.cpp 12 years ago
Andrew Tridgell 2316c3bd11 AP_HAL: make storage->write_block() take a const pointer 12 years ago
Andrew Tridgell a5b20b4dfc AP_HAL: removed scaling factor on analog sources 12 years ago
Andrew Tridgell 589b8cdb58 AP_HAL: added voltage_average_ratiometric() call to AnalogIn 12 years ago
Andrew Tridgell 5d80a5619d HAL_Empty: add new API functions 12 years ago
Randy Mackay bbbd90c430 AP_HAL: rename RCInput's valid() fn to valid_channels 12 years ago
Andrew Tridgell eb6c66af7e AP_HAL: added gpio->analogPinToDigitalPin() API 12 years ago
Andrew Tridgell b1c27407a2 AP_HAL: added voltage_average() interface to AnalogIn 12 years ago
Andrew Tridgell 70f7cde9b8 AP_HAL: added run_debug_shell() hal.util method 12 years ago
Andrew Tridgell 76092eb590 AP_HAL: remove unused peek() interface from UART drivers 12 years ago
Andrew Tridgell 4609114a81 HAL_Empty: fixed example build 12 years ago