Corvus Corax
|
d235a24e23
|
Merge branch 'next' into corvuscorax/onboardlogging
|
2013-11-19 18:49:58 +01:00 |
|
Corvus Corax
|
7a6c0b61e8
|
Merge branch 'next' into corvuscorax/callbackeventdispatcher2
|
2013-11-19 18:36:20 +01:00 |
|
Corvus Corax
|
9414f3513f
|
adapted telemetry stack sizes for flight firmware to include more space needed for logging feature
|
2013-11-17 22:39:39 +01:00 |
|
Corvus Corax
|
c6031ed963
|
fixed usr flash system definition
|
2013-11-17 21:03:08 +01:00 |
|
Corvus Corax
|
c7431623af
|
changed hardware definition for revolution to have usr space in just one arena
(no flash garbage collection since used primarily for logging where there are no deletes)
|
2013-11-17 20:43:53 +01:00 |
|
Corvus Corax
|
fcc479f5cb
|
more intelligent log interfacing, including flash formatting option
|
2013-11-17 20:14:50 +01:00 |
|
Corvus Corax
|
3d8625abaf
|
Enabled logging on revolution (added module and uavobjects)
|
2013-11-17 18:50:51 +01:00 |
|
Alessio Morale
|
b003109eea
|
OP-1104: Update BL to version 6, raise to 0xA0000 so 640Kbyte program size.
+review OPReview
#resolve
|
2013-11-05 19:07:36 +01:00 |
|
Corvus Corax
|
9537cac701
|
Merge branch 'next' into corvuscorax/callbackeventdispatcher2
|
2013-07-28 17:10:20 +02:00 |
|
Brian Webb
|
e246ecf536
|
Moves pios_led functionality to pios_gpio and makes pios_led a thin layer over pios_gpio. Supports configuring multiple sets of GPIOs.
|
2013-07-28 07:01:08 -07:00 |
|
Corvus Corax
|
be583dd8bf
|
fixes to gps airspeed sensor
|
2013-07-19 15:30:33 +02:00 |
|
Alessio Morale
|
11bc7804d0
|
Merge branch 'amorale/OP-994_adc_cleanup' into next
|
2013-07-16 12:23:25 +00:00 |
|
Corvus Corax
|
27eadc200b
|
Merge branch 'corvuscorax/lla2nedfilter' into next
Conflicts:
flight/modules/StateEstimation/stateestimation.c
|
2013-07-10 14:38:12 +02:00 |
|
Corvus Corax
|
551780c74b
|
Merge branch 'corvuscorax/complementary_altitude_filter' into next
Conflicts:
flight/targets/boards/revolution/firmware/UAVObjects.inc
|
2013-07-10 14:27:25 +02:00 |
|
Brian Webb
|
c2df59498b
|
Merge remote-tracking branch 'origin/master' into next
|
2013-07-06 07:08:30 -07:00 |
|
Alessio Morale
|
89cb294218
|
OP-994 Move pios_architecture,h include in pios,h
+review OPReview-506
|
2013-07-02 19:26:39 +02:00 |
|
Corvus Corax
|
51a4b16af5
|
New Filter to calculate NED from LLA as part of StateEstimation
|
2013-06-30 18:49:29 +02:00 |
|
Corvus Corax
|
2a16c0dbd7
|
removed GPS module ability to calculate NED coordinate (not its job)
|
2013-06-30 16:31:19 +02:00 |
|
Brian Webb
|
491e5fe685
|
Adds a failsafe on PPM output on OPLink that kicks in when the link goes down. Also updates all air datarate settings and adds new 64 and 100 kbps modes.
|
2013-06-29 15:00:38 -07:00 |
|
Corvus Corax
|
7745f93935
|
changed default coefficients and exposed them to a settings uavobject as they should be
|
2013-06-29 01:16:02 +02:00 |
|
Brian Webb
|
bab69401b9
|
OP-932 Allows configuring the Revo as coordinator.
|
2013-06-27 19:55:01 -07:00 |
|
Corvus Corax
|
cd2cc821d6
|
made event dispatcher a callback
|
2013-06-27 18:51:35 +02:00 |
|
Brian Webb
|
2aea2342ab
|
OP-932 Adds a direct PPM channel on each Tx packet when in PPM mode, and adds a PPM only mode that uses a 9600 bps air datarate. Also updates the OPLink configuration tab and moves all OPLink configuration to the OPLink configuration tab on the Revo, and customizes the OPLink configuration tab for the Revo.
|
2013-06-26 18:01:54 -07:00 |
|
Brian Webb
|
774a74884a
|
OP-932 Replaces the RFM22B PPM/receiver code with an OPLinkReceiver UAVObject. This object is generated on a coordinator OPLink, and is used by both the OPLink to generate PPM output, and the OPLinkReceiver on the Revo.
|
2013-06-26 17:57:11 -07:00 |
|
Brian Webb
|
8c370df319
|
OP-932 A significant re-work of the OPLink and configuration of the OPLink. Auto-configuration is removed, and remote modems are bound the coordinator, rather than the other way around. Timing of the radio link is also significantly changed. The rfm22b code is also simplified so that it only sends packet, and has no notion about what those packets are, so the rfm22b is converteded to simply a com type device.
|
2013-06-26 17:56:56 -07:00 |
|
Brian Webb
|
08efc8d152
|
OP-932: Adds an oplink receiver device, which is based on the gcs receiver device, but uses the OPLinkReceiver UAVObject. The OPLinkReceiver packets are generated on the OPLink modem.
|
2013-06-26 17:56:20 -07:00 |
|
Corvus Corax
|
0c43346292
|
Merge branch 'corvuscorax/OP-947_stateestimator-module' into next
Thanks everyone for helping getting this together, especially Alessio
and DLite :-)
|
2013-06-25 23:48:12 +02:00 |
|
Alessio Morale
|
0b8d18ae49
|
OP-994 Move common defines to architecture specific header
+review OPReview-506
|
2013-06-24 18:50:44 +02:00 |
|
Oleg Semyonov
|
7f84307714
|
OP-997: fix release notes. This change was reverted but not documented
|
2013-06-22 18:29:40 +02:00 |
|
Alessio Morale
|
840e6aa4f7
|
OP-994 Move temp calculation to a macro defined in pios_board.h as it is achitecture dependant
+review OPReview-506
|
2013-06-15 18:47:33 +02:00 |
|
Corvus Corax
|
1d17d08cca
|
Merge branch 'next' into corvuscorax/OP-947_stateestimator-module
|
2013-06-12 18:32:01 +02:00 |
|
Alessio Morale
|
2c0f7794a9
|
Merge remote-tracking branch 'origin/amorale/OP-997_revolution_settings_to_ext_flash' into next
|
2013-06-11 15:39:13 +02:00 |
|
Brian Webb
|
789930db45
|
Moved PIOS_TASK_MONITOR_Initialize to before EventDispatcherInitialize. The event dispatcher creates a task that registers itself with the task monitor. It is unlikely that the task will start before the task monitor is initialized, but not impossible (at least on the F4 targets, I don't think).
|
2013-06-09 20:16:40 -07:00 |
|
Alessio Morale
|
1cb69e6a0e
|
OP-997: Revert Revolution settings storage to external flash to prevent freezes during sector erase/garbage collection
|
2013-06-09 19:17:12 +02:00 |
|
Alessio Morale
|
bdd80a63c9
|
OP-994: Refactor/Cleanup of cpu temp measurement: fixed declarations for Voltage Scale constants
|
2013-06-08 13:46:57 +02:00 |
|
Alessio Morale
|
ab1c9c157f
|
OP-995: Fixes for correct battery monitor readout
|
2013-06-08 13:40:01 +02:00 |
|
Alessio Morale
|
6671a404ca
|
OP-994 Refactor/Cleanup of cpu temp measurement
|
2013-06-08 13:36:18 +02:00 |
|
Corvus Corax
|
6fdf554d4a
|
Merge branch 'next' into corvuscorax/OP-947_stateestimator-module
Conflicts:
flight/modules/Attitude/revolution/attitude.c
ground/openpilotgcs/src/plugins/opmap/opmapgadgetwidget.cpp
shared/uavobjectdefinition/attitudesettings.xml
|
2013-06-06 19:25:54 +02:00 |
|
Corvus Corax
|
9b95af2006
|
refaktored GPS Sensor UAVObjects
|
2013-05-22 22:36:23 +02:00 |
|
Corvus Corax
|
b56de3b66b
|
filterchain rework
|
2013-05-22 21:26:18 +02:00 |
|
Brian Webb
|
ac4847c8ac
|
OP-932 Moves the configuration of the com ports on the coordinator OPLink to startup.
|
2013-05-21 19:48:21 -07:00 |
|
Corvus Corax
|
ecc4a529a3
|
some fixes to filtercf and stateestimation and filterekf - Thanks Werner for help :-)
|
2013-05-21 20:06:33 +02:00 |
|
Corvus Corax
|
3cb4f59c94
|
failsafe, fallback to attitude for now until StateEstimation works reliably
|
2013-05-20 20:49:34 +02:00 |
|
Corvus Corax
|
8a36959d39
|
OP-945: Filter refaktoring - last fixes to make it compile
|
2013-05-20 17:04:52 +02:00 |
|
Corvus Corax
|
1236bf3ed9
|
renamed Magneto to Mag
|
2013-05-20 10:33:02 +02:00 |
|
Corvus Corax
|
49b8e0d699
|
Merge branch 'next' into corvuscorax/OP-946_refaktor_sensor_and_state
|
2013-05-20 10:07:55 +02:00 |
|
Corvus Corax
|
d97934cf86
|
Merge branch 'next' into corvuscorax/OP-946_refaktor_sensor_and_state
|
2013-05-19 22:05:48 +02:00 |
|
Brian Webb
|
649667d338
|
Addes ifdef PIOS_INCLUDE_WDG around several calls to the wathdog functions for the Revolution firmware (allows you to turn off the watchdog).
|
2013-05-19 12:56:23 -07:00 |
|
Sexy Pony
|
900f643bbd
|
Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES
|
2013-05-19 17:37:30 +03:00 |
|
Alessio Morale
|
ab7af16be3
|
Merge branch 'amorale/OP-901_lib_udates-usb_fixes' into HEAD
Conflicts:
flight/pios/stm32f10x/library.mk
flight/targets/boards/revoproto/firmware/pios_board.c
|
2013-05-19 15:01:08 +02:00 |
|