Oleg Semyonov
|
f95d29a3b8
|
TxPID: add GyroTau to the list of parameters (OP-637)
|
2012-05-28 12:48:55 +03:00 |
|
James Cotton
|
5a6e02a688
|
Merge remote-tracking branch 'origin/Brian-PipXtreme-V2' into next
|
2012-05-25 20:37:23 -05:00 |
|
Corvus Corax
|
64c1ac3bd6
|
Stabilization: Bugfix: moved queue initialisation to TaskStart where it belongs
|
2012-05-22 22:19:31 +02:00 |
|
Brian Webb
|
2f1a9e3e7d
|
Added PPM input to the PipXtreme. Also added configurable GCSReceiver timeout.
|
2012-05-20 18:30:37 -07:00 |
|
Brian Webb
|
6a7179120d
|
Fixed setting of PipX description, and changed gcs receiver object to be update on change on flight side so that it works on the PipX.
|
2012-05-19 09:25:11 -07:00 |
|
Brian Webb
|
c25884bcaf
|
Cleanup on the PipX branch.
|
2012-05-18 17:42:25 -07:00 |
|
Brian Webb
|
68d66d4181
|
Fixed firmware description in PipX status.
|
2012-05-17 20:35:17 -07:00 |
|
Brian Webb
|
6fbc3339d5
|
Fixed processing of UAVTalk packets when in transparent com mode.
|
2012-05-17 18:37:45 -07:00 |
|
Brian Webb
|
44a1663eb9
|
Fixed transparent comm on PipX.
|
2012-05-16 19:02:53 -07:00 |
|
Brian Webb
|
7082eda175
|
Fixed returning status for currently paired modem.
|
2012-05-15 20:11:52 -07:00 |
|
Brian Webb
|
93ec7c11a6
|
Fixed race condition on getting packets.
|
2012-05-15 19:38:14 -07:00 |
|
Brian Webb
|
a3269aaf2f
|
Reverted some file permission changes.
|
2012-05-13 14:24:57 -07:00 |
|
Brian Webb
|
68d12b1b2f
|
Fixed some bugs with setting PairIDs in GCS.
|
2012-05-13 14:24:00 -07:00 |
|
Brian Webb
|
dd03b0b159
|
Added reporting of stats from the remote modem.
|
2012-05-13 09:34:21 -07:00 |
|
Brian Webb
|
ec67742ff6
|
Added configuration of COM ports on PipX.
|
2012-05-12 13:16:36 -07:00 |
|
Brian Webb
|
1f5dbcf57c
|
Mostly complete PipX configuration GUI.
|
2012-05-11 17:51:18 -07:00 |
|
Brian Webb
|
454144f46c
|
Pairing and saving settings working.
|
2012-05-06 20:47:21 -07:00 |
|
Brian Webb
|
352471857f
|
Reverted USB configuration and switched all non-blocking COM calls to blocking, which appears to help prevent lockups now that all sends are in a different thread.
|
2012-05-06 15:07:07 -07:00 |
|
Brian Webb
|
ef4828032b
|
Fixed failed merge with next.
|
2012-05-06 12:38:13 -07:00 |
|
Brian Webb
|
480371a43e
|
Resolving merge with origin/next
|
2012-05-05 09:53:54 -07:00 |
|
Brian Webb
|
e83fec0463
|
Merged latest origin/next.
|
2012-05-05 09:40:44 -07:00 |
|
Brian Webb
|
44d95003f3
|
Merge remote-tracking branch 'origin/next' into Brian-PipXtreme-V2
|
2012-05-03 17:56:08 -07:00 |
|
James Cotton
|
3155324384
|
Merge branch 'next' into cc3d
Conflicts:
Makefile
ground/openpilotgcs/src/plugins/config/configahrswidget.cpp
shared/uavobjectdefinition/ahrscalibration.xml
shared/uavobjectdefinition/ahrssettings.xml
shared/uavobjectdefinition/attituderaw.xml
|
2012-05-03 16:31:49 -05:00 |
|
Brian Webb
|
249ededcfd
|
Added responding to OBJ_REQ and sending ACK/NACK on PipX.
|
2012-05-02 20:51:29 -07:00 |
|
Brian Webb
|
290acf0398
|
Fixed watchdog timeouts.
|
2012-05-01 20:48:35 -07:00 |
|
Brian Webb
|
217aad8c37
|
Now using read and write threads for both radio and com ports on PipX. Also cleaned up UAVTalk message handling.
|
2012-05-01 19:14:58 -07:00 |
|
Brian Webb
|
25ffb99cee
|
Added initialization of flash eeprom for saving settings to PipX.
|
2012-04-28 19:29:56 -07:00 |
|
Brian Webb
|
aab47d6ed4
|
Final updates to throttled mode and further memeory reduction in the object manager and event dispatcher to reflect smaller data sizes in metadata.
|
2012-04-22 14:56:26 -07:00 |
|
Brian Webb
|
ed1937958e
|
Changed PipX UAVTalkProcessInputStream calls to UAVTalkProcessInputStreamQuiet.
|
2012-04-22 08:45:01 -07:00 |
|
Brian Webb
|
f726cc6a9d
|
Added a RTC supervisor timer to RFM22B driver.
|
2012-04-21 18:31:49 -07:00 |
|
Brian Webb
|
eb6f175af4
|
Fixed metadata settings in object browswer, and removed update mode never from all uavobjects that used it (changed to manual).
|
2012-04-21 11:59:14 -07:00 |
|
Brian Webb
|
19166cc830
|
Added UPDATEMODE_THROTTLED to UAVObjects update modes.
|
2012-04-18 18:47:13 -07:00 |
|
Brian Webb
|
62c5036220
|
Added PipXStatus and PipXSetting UAVobjects and some initial support for them.
|
2012-04-17 17:36:05 -07:00 |
|
James Cotton
|
b0ef456ccb
|
Kickstart MPU6000 if there is no data
|
2012-04-13 20:29:41 -05:00 |
|
James Cotton
|
a0d1b00ade
|
Cover an edge condition for the MPU6000 IRQ not firing
|
2012-04-13 19:37:30 -05:00 |
|
Brian Webb
|
4936cd8fd2
|
Added PipXStatus and PipXSettings UAVObjects and added support the sending/receiving UAVTalk objects on the PipX.
|
2012-04-10 20:22:53 -07:00 |
|
Brian Webb
|
7b49a6b820
|
Added watchdog to radio com bridge in PipXtreme.
|
2012-04-07 19:12:49 -07:00 |
|
Brian Webb
|
f4d886de75
|
Added support for determining when the radio->com link is between UAVTalk packets. This is required to inject UAVTalk messages into the message stream.
|
2012-04-07 18:17:57 -07:00 |
|
Brian Webb
|
0f9f897870
|
Added PPM packet to packet handler, created replacement system module for PipXtreme (PipXtreme module), removed all UAVObjects from PipXtreme, and added parsing of incoming (over USB/COM) UAVTalk stream.
|
2012-04-07 18:17:32 -07:00 |
|
Brian Webb
|
56a2006fd8
|
Reconfigured to run on the real PipX board.
|
2012-04-06 18:44:31 -07:00 |
|
Brian Webb
|
bc1adb2519
|
Some cleanup of rfm22 driver.
|
2012-04-06 17:36:35 -07:00 |
|
Brian Webb
|
fff93910e2
|
RFM22B device now fully interrupt driven. Packet handeling moved to RadioComBridge module.
|
2012-04-05 20:24:50 -07:00 |
|
James Cotton
|
e82323af32
|
Make revolution work with the FreeRTOS queue based MPU6000 driver
|
2012-04-03 03:41:52 -05:00 |
|
James Cotton
|
3346e848e0
|
Attitude error timeout was 2 ms when sensors at 500 Hz. Caused lots of errors
and overwhelmed event system.
|
2012-04-03 02:07:04 -05:00 |
|
James Cotton
|
8032130769
|
Slow down gyro a bit on CC to give the CPU some breathing room. Might need to
come down more.
|
2012-04-03 02:07:03 -05:00 |
|
James Cotton
|
a960f3d07e
|
Switch the MPU6000 driver to using a FreeRTOS queue. Need to update Revo code
to take advantage of this.
|
2012-04-03 02:07:03 -05:00 |
|
James Cotton
|
1415728762
|
Get the MPU6000 CC3D working. Right now the ADC system is commented out, which
will break regular CC.
|
2012-04-03 02:07:03 -05:00 |
|
James Cotton
|
a0b7453580
|
Make the firmwareIAP variable not a global
|
2012-04-03 02:07:03 -05:00 |
|
Brian Webb
|
df0a1c2ac1
|
Upgraded Brian-Metadata-Mods to current next.
|
2012-04-01 12:25:13 -07:00 |
|
Corvus Corax
|
0742c88a98
|
enabled optional rtation of Revolution board
|
2012-03-26 05:25:52 +02:00 |
|