Andrew Tridgell
396c4f30d2
AP_InertialSensor_PX4: don't set QUEUEDEPTH
...
the default of 2 samples is fine
12 years ago
Andrew Tridgell
db14a85fc5
AP_Compass: added more debugging to AP_Compass_PX4 driver
...
this helps debug compass initialisation issues
12 years ago
Andrew Tridgell
8b80beadc4
PX4: make FMUv2 identify itself differently
...
so we can tell which is which in logs
12 years ago
Andrew Tridgell
7328369b91
GCS_MAVLink: added FENCE_ACTION_GUIDED_THR_PASS
12 years ago
Andrew Tridgell
ff0f6bcd42
AP_InertialSensor: fixed example build
12 years ago
Andrew Tridgell
b8b72819c1
AP_Compass: ignore COMPASS_ORIENT for internal compass
...
this means if COMPASS_ORIENT is not 0 and the external compass fails
to start on boot we don't end up with a bad compass orientation
12 years ago
Andrew Tridgell
5484b97419
AP_GPS: reset _fix_count to 0 on nav settings update
...
this makes it run every 20s exactly
12 years ago
Andrew Tridgell
879d44f930
AP_GPS: use the mask bits to only set dynamic model
...
this ensures we don't try to change any other CFG_NAV5 settings
12 years ago
Andrew Tridgell
fa107bdb58
PX4: moved UART handling to its own thread
...
this prevents slow writes to the SD card from interfering with MAVLink
or GPS serial communication
12 years ago
Andrew Tridgell
7082e0f8aa
AP_HAL: added hold_in_bootloader parameter to scheduler->reboot()
12 years ago
Andrew Tridgell
1328316bfc
AP_Airspeed: fixed saving of airspeed ratios
12 years ago
Paul Riseborough
1c7bdc40ec
AP_Airspeed : Expanded range of ARSPD_RATIO adjustment
12 years ago
Andrew Tridgell
e8fc8cea01
AP_Scheduler: updated docs
12 years ago
Andrew Tridgell
8d08f6d669
AP_Relay: document new relay pin numbers
12 years ago
Andrew Tridgell
5e33bbd197
PX4: fixed sense of relay pins
12 years ago
Andrew Tridgell
c56017d8f1
AP_AHRS: added in new orientations
12 years ago
Andrew Tridgell
9320e82ac2
AP_Compass: added in new orientations
12 years ago
Andrew Tridgell
fbf79c07f0
AP_Compass: added COMPASS_EXTERNAL option
...
this allows configuring of a compass as being externally attached
12 years ago
Andrew Tridgell
97b7130bb9
libraries: update license header to GPLv3
...
we switched to GPLv3 a long time ago, but neglected to update the
per-file license headers
12 years ago
Andrew Tridgell
b29369bc03
AP_Notify: fixed examples build
12 years ago
Andrew Tridgell
905e07edf9
AP_Mount: fixed examples build
12 years ago
Andrew Tridgell
01387a1553
AP_Motors: fixed examples build
12 years ago
Andrew Tridgell
873e54deb1
AP_Math: fixed example build
12 years ago
Andrew Tridgell
5caf2e0ea4
AP_InertialSensor: fixed example build
12 years ago
Andrew Tridgell
a2902d4a0f
AP_InertialNav: fixed example build
12 years ago
Andrew Tridgell
83fbb29db1
HAL_PX4: fixed example build
12 years ago
Andrew Tridgell
0bfc18b72d
HAL_AVR: fixed examples build
12 years ago
Andrew Tridgell
e6bd3b65b9
AP_GPS: fixed examples build
12 years ago
Andrew Tridgell
517c44bbaa
AP_Baro: fixed example build
12 years ago
Andrew Tridgell
e6794239ca
AC_Fence: fixed example build
12 years ago
Andrew Tridgell
6182571c21
AP_AHRS: fixed example build
12 years ago
Andrew Tridgell
69c8df3326
AP_Airspeed: fixed example build
...
removed Airspeed_Calibration test, as it is not useful
12 years ago
Andrew Tridgell
b57af23933
DataFlash: fixed example build
12 years ago
Andrew Tridgell
7535ecb282
AP_Notify: enable board LEDs for ESC calibration
...
Pair-Programmed-With: Randy Mackay <rmackay9@yahoo.com>
12 years ago
Andrew Tridgell
d67ad2c7ee
AP_Notify: added missing files
12 years ago
Andrew Tridgell
67401294f4
GCS_MAVLink: added missing header
12 years ago
Andrew Tridgell
7b1e2b0e78
AP_GPS: don't need notify.h here
12 years ago
Andrew Tridgell
65a490c209
AP_InertialSensor: update for new notify API
12 years ago
Andrew Tridgell
495c4bbbbe
AP_Notify: simplify interface to avoid timers and external calls
...
this changes AP_Notify to use updates via notify.update() at 50Hz,
avoiding the need for the 1kHz timer. It also creates a parent class
for ToshibaLED so that the I2C and PX4 ToshibaLED drivers can be
abstracted out.
Pair-Programmed-With: Randy Mackay <rmackay9@yahoo.com>
12 years ago
Randy Mackay
2658cda4bc
Toshiba_LED_PX4: local #defines for led brightness
12 years ago
Randy Mackay
07abfc59ac
AP_HAL_PX4: compile error fix
12 years ago
Randy Mackay
82b7b2cb3e
GPS: integrate AP_Notify
12 years ago
Randy Mackay
5651bdbe3a
INS: integrate AP_Notify
12 years ago
Randy Mackay
0797489ad8
Motors: use AP_Notify static flags variable
12 years ago
Randy Mackay
0c1db12538
AP_Notify: add ToshibaLED_PX4
12 years ago
Randy Mackay
a52b1831ca
AP_Notify: make flags static variable
12 years ago
Randy Mackay
496962f037
GPS: update notify
12 years ago
Randy Mackay
54007854a9
Notify: add ToshibaLED
12 years ago
Randy Mackay
f8a872f01e
AP_Motors: update notify
12 years ago
Randy Mackay
ac36a09747
AP_HAL: add toggle to GPIO
12 years ago