277 Commits (a3e2c824911c69a1db135822aa8f27a363a6b1c8)

Author SHA1 Message Date
Caio Marcelo de Oliveira Filho 19b4ca60c4 AP_HAL: provide AP_HAL_MAIN() 9 years ago
Caio Marcelo de Oliveira Filho e18884a328 AP_HAL_AVR: merge init() and run() 9 years ago
Caio Marcelo de Oliveira Filho 3fe1d86c80 AP_HAL_AVR: implement HAL::run() for APM1 and APM2 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 f1e53a9bdd AP_HAL_AVR: remove unused write method 9 years ago
Gustavo Jose de Sousa 93f5abb274 AP_HAL_AVR: SPI: adapt to the new signature of transaction() 10 years ago
Lucas De Marchi 29740ccb8a AP_HAL_AVR: standardize inclusion of libaries headers 10 years ago
Gustavo Jose de Sousa 12423814ef AP_HAL_AVR: 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
Max Basescu 32994a5b1e AP_HAL_AVR: Changed constrain_period to use RC_OUTPUT bounds instead of RC_INPUT 10 years ago
Andrew Tridgell 0cc31c2db5 AP_HAL_AVR: convert example from .pde to .cpp 10 years ago
Lucas De Marchi dcf992b558 AP_HAL_AVR: use functor macros 10 years ago
Lucas De Marchi 9ef870c08a AP_HAL_AVR: Do not compare delegate to NULL 10 years ago
Andrew Tridgell df21c6c68d AP_HAL: support micros64() and millis64() on all platforms 10 years ago
Andrew Tridgell 84cda98bec HAL_AVR: fixed example build 10 years ago
Andrew Tridgell 5d6f883887 HAL_AVR: implement updated new_input() semantics 10 years ago
Andrew Tridgell 7fb114752c AP_HAL_AVR: accept a much shorted sync pulse width on RCInput 10 years ago
Randy Mackay 7c293f01d9 HAL_AVR: fix example sketch 10 years ago
Grant Morphett 236efad159 AP_HAL_AVR: Increased number of AVR input channels from 8 to 11 10 years ago
Andrew Tridgell b8e73a737a HAL_AVR: fixed warning 10 years ago
Andrew Tridgell 928024854e HAL_AVR: fixed example build 11 years ago
Andrew Tridgell 4bb72f8d85 HAL_AVR: fixed example build 11 years ago
Andrew Tridgell d40d0f6aec AP_HAL: removed old storage type read/write functions 11 years ago
Andrew Tridgell 02dec5634f AP_HAL: fixed example builds 11 years ago
Andrew Tridgell 273bc230e6 HAL_AVR: renamed pins_arduino_mega.c to .cpp 11 years ago
Andrew Tridgell 3015356671 HAL_AVR: fixes for HAL_GPIO_ define change 11 years ago
Andrew Tridgell 6eee2421cc AP_HAL: removed RCInput valid_channels() and added new_input() and num_channels() 11 years ago
Andrew Tridgell d36989f6a1 AP_HAL: fixed example build 11 years ago
Andrew Tridgell 6c74ca58c3 HAL_AVR: no uartE 11 years ago
Randy Mackay 42d9225fbe HAL_AVR: ArduCopterLibs to use AC_P library 11 years ago
Andrew Tridgell 1849db7074 AP_HAL: added board_voltage AnalogIn method 11 years ago
Andrew Tridgell fc6ce42a28 HAL_AVR: fixed build 11 years ago
Andrew Tridgell 87cc95dd7f AP_HAL: removed unused enable_mask and disable_mask functions 11 years ago
Andrew Tridgell 461638780b HAL_AVR: fixed warning on memcheck build 11 years ago
Andrew Tridgell ea649e036b AP_HAL: added HAL_CPU_CLASS define for selecting algorithms 11 years ago
Andrew Tridgell 75cb04dd8b HAL_AVR: use memcheck for available_memory() 11 years ago
Andrew Tridgell 36e06a1709 HAL_AVR: moved memcheck into HAL_AVR 11 years ago
Randy Mackay f8e269cd04 OptFlow: correct SPI mode and baud rates 11 years ago
Andrew Tridgell 4fb1fdb627 HAL_AVR: added NULL uartD 11 years ago
Randy Mackay 80059d3516 AP_HAL_AVR: resolve compiler warning 11 years ago
Randy Mackay f5488bc447 HAL: MPU6k and Baro SPI to 8Mhz 11 years ago
Andrew Tridgell 08a6503364 HAL_AVR: force all devices on SPI0 to low speed when one is low speed 11 years ago
Andrew Tridgell 11e1cf31c4 HAL_AVR: changed to 16 byte bulk transfer on SPI0 11 years ago
Andrew Tridgell 580e7b8a4a HAL_AVR: switch back to 500kHz SPI for MPU6k until we understand the issues 11 years ago
Randy Mackay 443023bbbf AP_HAL: add ignore_errors to I2C driver 11 years ago
Andrew Tridgell a5788dde8f HAL_AVR: added Scheduler.set_timer_speed() support 11 years ago
Andrew Tridgell 34770fe6bf HAL_AVR: fixed SPI bus speed switching 11 years ago
Randy Mackay f2f61af125 HAL_AVR: scheduler interrupt 500hz for APM2 11 years ago