287 Commits (9346117c01b98a82de41b73b1356b12f9be29ddc)

Author SHA1 Message Date
Lucas De Marchi 01b9316114 AP_HAL_AVR: remove examples 9 years ago
Andrew Tridgell 664d91802e HAL_AVR: update URL 9 years ago
Gustavo Jose de Sousa c2e3f05dbf waf: ardupilotwaf: prefix build context methods with ap_ 9 years ago
Gustavo Jose de Sousa 3d22490397 waf: examples: use methods from bld instead of ardupilotwaf 9 years ago
Gustavo Jose de Sousa d281067bcc waf: make example binaries be placed in 'examples' dir 9 years ago
Andrew Tridgell 3a3394ce36 HAL_AVR: fixed branch URL for AVR 9 years ago
Caio Marcelo de Oliveira Filho 6e7b73610d waf: add waf support 9 years ago
Lucas De Marchi c495bdb299 Remove AP_HAL_AVR 9 years ago
Lucas De Marchi 9eaf7c5660 AP_HAL: add format attribute to panic() 9 years ago
Lucas De Marchi ad61a93c14 AP_HAL: turn panic() into a variadic method 9 years ago
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