6473 Commits (306dc926ff2c3c5617b3a83e141d582fd4948995)
 

Author SHA1 Message Date
Andrew Tridgell 306dc926ff Tools: allow targets to be specified in build_examples.sh 12 years ago
Andrew Tridgell 2e8e84ba8b Copter: switch to using targets.mk 12 years ago
Pat Hickey 23d6c79313 Arduino.mk: fixes to obey HAL_BOARD in user's config.mk 12 years ago
Andrew Tridgell ba733dcc3e Rover: use targets.mk 12 years ago
Andrew Tridgell 940cbc900f Plane: use targets.mk 12 years ago
Andrew Tridgell 97341cc4a5 Build: added targets.mk 12 years ago
Andrew Tridgell 509e801e21 Rover: fixed RC input 12 years ago
Andrew Tridgell 7fbbc388a7 Rover: fixed formatting 12 years ago
Andrew Tridgell 4913aff8cd Plane: remove unused send_text() function 12 years ago
Andrew Tridgell 6f757ed457 Rover: fixup parameter loading 12 years ago
Andrew Tridgell 1c2a220888 Rover: more mavlink fixes 12 years ago
Andrew Tridgell 45615e5698 Rover: merge in mavlink updates from ArduPlane 12 years ago
Andrew Tridgell d706f11be9 Rover: added nocore.inoflag 12 years ago
Andrew Tridgell 235369cfbc Rover: cleanup board config 12 years ago
Pat Hickey 91b94c0f6c Arduino.mk: fixed per-target toolchains 12 years ago
Pat Hickey eb530b86e8 move Arduino.mk to /mk/Arduino.mk 12 years ago
Andrew Tridgell 44f860e102 InertialSensor: fixed some compiler warnings 12 years ago
Andrew Tridgell b284d4c21e Rover: first cut at porting rover to AP_HAL 12 years ago
Andrew Tridgell 2760c182f5 Tools: fixed CPUInfo build under SITL 12 years ago
Andrew Tridgell fc66f5594f AHRS: allow AHRS test to build with SITL 12 years ago
Andrew Tridgell 9e986801c9 Copter: fixed SITL for ArduCopter 12 years ago
Andrew Tridgell c20481dc94 Plane: SITL has a I2C driver now 12 years ago
Andrew Tridgell 7ecf8981b9 SITL: added dummy SPI and make RCInput 50Hz 12 years ago
Andrew Tridgell e020694c03 SITL: fixed build of apm1/apm2 target 12 years ago
Andrew Tridgell 761ab5c3e8 Plane: use AP_HAL_BOARD_DRIVER 12 years ago
Andrew Tridgell 4cff98dcae AP_HAL: added AP_HAL_BOARD_DRIVER define 12 years ago
Andrew Tridgell abbe37be37 SITL: added emulated airspeed sensor on a pin 12 years ago
Andrew Tridgell 46f7c9e92b SITL: added basic analogin implementation 12 years ago
Andrew Tridgell 472b45bc2a SITL: fixed use of local printf() method in UART driver 12 years ago
Andrew Tridgell 7be507948f SITL: added SITL_State::loop_hook() 12 years ago
Andrew Tridgell 69bebbcaf8 SITL: removed old SITL code 12 years ago
Andrew Tridgell 0c9d37e2ee SITL: added RCInput and RCOutput 12 years ago
Andrew Tridgell 28f0ce6185 Build: use -O0 for SITL 12 years ago
Andrew Tridgell dcc17dad94 SITL: added panic() method in scheduler 12 years ago
Andrew Tridgell 475496cee2 Revert "Arduino.mk: use target variables rather than recursive make for apm1, apm2.." 12 years ago
Andrew Tridgell 08b1c2d590 Copter: fixed GPS init 12 years ago
Andrew Tridgell 975506c840 Build: add debugging in SITL build 12 years ago
Andrew Tridgell 448fc6719f HAL_Empty: fixed return in dataflash 12 years ago
Andrew Tridgell 6627e7ea0e HAL_Empty: fixed I2CDriver declaration 12 years ago
Andrew Tridgell 5f7f6966af SITL: fixed GPS and UART startup 12 years ago
Andrew Tridgell 334b96b375 SITL: switched to empty driver for unimplemented backends 12 years ago
Andrew Tridgell a3e20324ac Plane: added CONFIG_INS_STUB 12 years ago
Andrew Tridgell 41272614ce Plane: simplify board config defines 12 years ago
Andrew Tridgell 73f70cc596 Plane: moved to new GPS init syntax 12 years ago
Andrew Tridgell 18db7b2efd GPS: move _port setting to init() 12 years ago
Pat Hickey 107ab1a694 AP_Baro: translated to SPI transactions 12 years ago
Pat Hickey b502732249 AP_InertialSensor: rewrite basic code for spi device transactions 12 years ago
Pat Hickey 3153105682 AP_HAL_AVR: spi transaction handle null RX properly 12 years ago
Pat Hickey 992de8c2b9 AP_ADC_ADS7844: changed to use spidevicedriver transaction 12 years ago
Pat Hickey b43b003777 AP_ADC: fix typo in test 12 years ago