James Cotton
b6a8293f69
OP-378: Get BMA180 interrupt working. Data gets pushed onto a fifo that is
...
pulled from in the INS code.
2011-05-30 03:40:51 -05:00
James Cotton
ca2205d35f
OP-378: Tweak INS stack definition to avoid faults
2011-05-26 16:02:15 -05:00
James Cotton
52e72f20e2
OP-378: Map gyros to board orientation
2011-05-26 16:01:10 -05:00
James Cotton
4a9e7604a1
OP-378: Push the sensor data into the UAVObjects, also hardcoded scaling
...
(temporary). For some reason it segfaults when EKF enabled so use simple mode
for now.
2011-05-26 15:06:56 -05:00
James Cotton
d4a0f55cb7
Altitude.c: Indentation
2011-05-26 14:06:47 -05:00
James Cotton
eab8896f16
OP-378: INS code starts taking in sensors (timing not optimized at all yet)
2011-05-26 14:06:22 -05:00
James Cotton
9ede84680e
OP-378: Start working on IRQ driven BMA180 reading and also fixed the mag order
2011-05-26 13:57:41 -05:00
James Cotton
6e186bab35
Merge branch 'bugfix-flight' into OP-378_James_INS
2011-05-26 12:19:35 -05:00
James Cotton
0a60c5b57c
Merge branch 'master' into OP-378_James_INS
2011-05-26 12:19:30 -05:00
James Cotton
4bc763dafc
Extend PiOS DELAY to allow querying the time value in uS
2011-05-26 12:19:04 -05:00
James Cotton
74b9c58f39
Make sensors return data as int16 array instead of struct
2011-05-26 02:49:25 -05:00
James Cotton
20775e806c
Merge branch 'OP-378_James_INS' of ssh://git.openpilot.org/OpenPilot into OP-378_James_INS
2011-05-25 22:19:31 -05:00
Oleg Semyonov
36d2a467e0
manualcontrol: fix copy/paste error
2011-05-26 00:16:36 +03:00
elafargue
54474613e9
Merge branch 'bugfix-ground'
2011-05-25 23:15:47 +02:00
elafargue
9cb380fba3
Make sure the "Advanced" settings is not selected by default in the airframe config UI.
2011-05-25 21:25:29 +02:00
elafargue
3edd7e3c3d
Support for packaged firmware files (opfw) in the uploader gadget.
2011-05-25 21:23:22 +02:00
zedamota
ccd383c999
Fixes compile issues on windows with latest Qt
2011-05-25 16:15:01 +01:00
dankers
b4c5f3e0fe
Merge branch 'master' of ssh://git.openpilot.org/OpenPilot
2011-05-25 04:14:21 +10:00
dankers
0c28f63e08
Add Oleg's heli flight as a milestone, well done Oleg, a big step!
2011-05-25 04:12:55 +10:00
elafargue
5b787272f5
OP-504 Attempt to fix the Rescue/Boot issue, and bugfix in firmware version display in UPloader gadget.
2011-05-24 08:15:57 +02:00
David Carlson
38d416cf92
Fix Y/Z axis mixup in self-test procedure (currently not used)
2011-05-23 20:53:15 -07:00
zedamota
b69402b7ab
This should fix the upload CLI tool.
2011-05-23 11:55:09 +01:00
Oleg Semyonov
ebca7f6bac
OP-483: add CLEAN_BUILD=NEVER make release option for test builds
...
CLEAN_BUILD=YES (default) - clean all, then build all
CLEAN_BUILD=NO - clean only multi-input targets (CC, OP), usually safe
CLEAN_BUILD=NEVER - no clean at all, invalid multi-input targes, but fast
2011-05-22 13:35:34 +03:00
Oleg Semyonov
f38d226007
OP-483: always update Windows installer info header
2011-05-22 13:28:04 +03:00
Oleg Semyonov
5c085550cb
OP-483: include dirty state of repository into the version string
2011-05-22 12:00:49 +03:00
Oleg Semyonov
6f5f334818
OP-483: fallback to optparse to improve python script portability
2011-05-21 21:00:12 +03:00
Oleg Semyonov
caab3ce01a
OP-305: fix default CodeSourcery location on Windows
2011-05-21 13:14:15 +03:00
James Cotton
50161b4ad8
OP-378: Continue updating BMA180 sensor driver.
2011-05-20 16:38:53 -05:00
James Cotton
460cc1adc9
Merge remote-tracking branch 'origin/stac_add-bootloader-info-blob'
2011-05-19 16:08:58 -05:00
James Cotton
5d78a68bee
OP-378: Got BMA180 working.
2011-05-19 11:36:43 -05:00
James Cotton
3093d26cf4
OP-378: Update BMP085 driver for convention that 0 is success, < 0 is failure
2011-05-19 11:36:32 -05:00
Oleg Semyonov
cbdba940b5
OP-483: remove gcs/packaging subdirectory (not required anymore)
2011-05-19 13:08:54 +03:00
James Cotton
750097ea73
OP-378: Small changes to get drivers working again. Fix I2C port for IMU3000
...
and change convention so that 0 is success, < 0 is error.
2011-05-18 23:35:45 -05:00
Oleg Semyonov
bb423e2520
OP-483: create a directory for NSIS header file built from template
2011-05-19 02:33:15 +03:00
Oleg Semyonov
a0fadf739b
OP-483: add 'release' target to the top level Makefile
...
Now 'make release' on the top level will build release package.
For Windows it will build OpenPilot GCS Installer and all firmware
binaries which are now included into the GCS distribution and will
be installed into the <path>/OpenPilot/share/firmware-<version>
directory.
For other systems it will build all firmware files and the GCS, but
latter is not packaged yet.
2011-05-19 01:57:35 +03:00
Oleg Semyonov
460478fc71
OP-483: add firmware binaries to Windows installer package
2011-05-19 01:33:48 +03:00
Oleg Semyonov
285c429589
OP-483: add Windows installer target to 'make release'
2011-05-19 01:05:12 +03:00
James Cotton
ab3127a0ea
OP-378 Update the INS Makefile for the new file formats
2011-05-18 14:39:38 -05:00
Oleg Semyonov
5b1e45a8df
OP-483: move Windows installer out of ground/gcs tree
...
In preparation for release build the Windows installer source is moved
out of ground/gcs source tree into release directory. It is also disabled
in the qmake source file and removed from top level Makefile.
2011-05-18 22:22:40 +03:00
Oleg Semyonov
8535ae52b8
OP-483: rename win32 to winx86 (it works on 64-bit too)
2011-05-18 22:03:10 +03:00
Oleg Semyonov
25c44d3d0d
OP-483: polish comments in scripts
2011-05-18 21:48:55 +03:00
James Cotton
b7f25ea5d8
OP-378: Get startup script for HD parts working for INS
2011-05-18 13:41:31 -05:00
James Cotton
328b3b5fee
OP-378: Update INS bootloader to new format
2011-05-18 13:41:25 -05:00
James Cotton
81b7fb6185
Merge branch 'master' into OP-378_James_INS
2011-05-18 12:50:29 -05:00
Oleg Semyonov
68ac5a271c
Merge branch 'OP-483_os_release-packaging'
2011-05-18 01:06:11 +03:00
elafargue
cc9fa772c0
Improvement: now the config output panel in the config gadget remains up to date all the time, no need to click on the "request" button after setting up the mixers.
2011-05-17 22:23:08 +02:00
Oleg Semyonov
8f30b89b17
OP-307: add template for firmware info blob C source
...
python $(TOP)/make/scripts/version-info.py \
--path=$(TOP) \
--template=$(TOP)/make/templates/firmwareinfotemplate.c \
--outfile=$(TOP)build/$(FW)/firmwareinfo.c \
--image=$(TOP)/build/$(FW)/$(FW_IMAGE_BIN) \
--type=0x04 \
--revision=0x01
2011-05-17 21:37:02 +03:00
Oleg Semyonov
bf9a3ef7d3
OP-483: add version-info.py script for software, firmware and release packaging
2011-05-17 21:29:22 +03:00
David Carlson
21213dd3c5
Merge branch 'master' into OP-495_CheBuzz_HelpButtons
...
Conflicts:
ground/openpilotgcs/src/plugins/config/output.ui
2011-05-17 01:06:28 -07:00
David Carlson
b1ec27bd75
Add help buttons to the config gadget UI. Also connect all signals to its slot in configgadgetwidget.cpp. Also some very trivial .html help files.
2011-05-16 21:54:23 -07:00