Alessio Morale
ae9f30c729
OP-1477 - Fix mag exti config, set correct rate, set correct SPI speed for hmc5x83. Note: GPIO is disabled as it seems there is some issues with Exti on PB0
2014-10-01 02:07:46 +02:00
Alessio Morale
0ffb99f228
OP-1477 - Fix issue with quick request to DDC port, change baud rate to 57600, fix sys rate, optimize uart tx
2014-10-01 02:06:03 +02:00
Alessio Morale
c1641613ce
OP-1515 - Attitude module was not reading all gyro/accel fifo items causing it to lag behind by at least a sample
2014-09-30 15:12:37 +02:00
Fredrik Larson
efde46cf7a
Merge branch 'next' into fw_wiz
2014-09-30 15:41:19 +10:00
Alessio Morale
b2aa73acf6
Merge remote-tracking branch 'origin/amorale/OP-1499_autoconfig_retries' into next
2014-09-29 21:30:16 +02:00
Alessio Morale
9e0596c2c5
Merge remote-tracking branch 'origin/amorale/OP-1379_ext_led_notification_module_new' into next
...
Conflicts:
Makefile
flight/targets/boards/discoveryf4bare/firmware/Makefile
flight/targets/boards/revolution/firmware/Makefile
2014-09-29 21:26:31 +02:00
Alessio Morale
5054bda433
OP-1477 - Fix SYS message rate
2014-09-28 20:29:52 +02:00
Alessio Morale
f2058dfc7f
OP-1477 - Remove hardcoded strings for initialization config
2014-09-28 15:01:19 +02:00
Alessio Morale
4c76620402
OP-1507 - Reduce memory usage for CopterControl
2014-09-27 22:40:17 +02:00
Alessio Morale
93cf6b457f
OP-1507 - optimize com fifo usage when RX callback receives a single byte
2014-09-27 00:20:15 +02:00
Alessio Morale
d0b37bab28
OP-1507 - Handles GPS data a chunk at time instead of a single byte at time.
2014-09-27 00:17:00 +02:00
Alessio Morale
be747138e1
OP-1275 - Optimize fifo for single char operations
2014-09-25 20:26:35 +02:00
Alessio Morale
7e789ccc69
OP-1379 - Clear output pin at the end of dma cycle
2014-09-25 00:59:39 +02:00
Alessio Morale
78756f6873
OP-1499 - Failed Autoconfig will raise an Error Alarm. When AC does start it will reset any previous ack. Force update to Autoconfig Status in GPSPositionSensor UAVO. Add a small pause between each config step
2014-09-24 06:12:48 +02:00
Alessio Morale
8712a1dfdc
OP-1477 - Board support for updated SYS message
2014-09-24 01:06:49 +02:00
Alessio Morale
c772442723
OP-1477 - remove debug infos and add send some relevant informations using SYS message (firmware and board revision/info)
2014-09-24 01:06:41 +02:00
m_thread
7bcdff9f2f
Merge remote-tracking branch 'origin/next' into thread/OP-1222_FW_Wizard
...
Conflicts:
ground/openpilotgcs/src/plugins/setupwizard/setupwizard.cpp
ground/openpilotgcs/src/plugins/setupwizard/vehicleconfigurationhelper.cpp
ground/openpilotgcs/src/plugins/setupwizard/vehicleconfigurationsource.h
2014-09-23 22:30:49 +02:00
Alessio Morale
7e78194e12
OP-1477 - change led rate so that's less annoying
2014-09-23 20:27:10 +02:00
Corvus Corax
ca7a3e4333
Merge branch 'next' into corvuscorax/OP-1483_leaky-integrals-and-post-filtering
2014-09-23 13:54:33 +02:00
Werner Backes
b621df59f2
Merge remote-tracking branch 'origin/D-Lite/OP-1483-PathFollower-DisablePosKi' into next
2014-09-23 13:33:32 +02:00
Fredrik Larsson
5bbd6724d6
Merge remote-tracking branch 'origin/skarlsso/OP-1493_discoveryf4bare_support_in_gcs' into next
2014-09-23 21:11:15 +10:00
m_thread
19aa3ed5a3
Merge remote-tracking branch 'origin/next' into thread/OP-1222_FW_Wizard
2014-09-22 23:05:21 +02:00
Fredrik Larson
c36e9a9122
Merge remote-tracking branch 'origin/thread/OP-1474_PID_Scaling_Banks' into next
2014-09-23 06:20:34 +10:00
Fredrik Larsson
b93a7a9dce
Arming for Helis on Revo
2014-09-23 05:35:35 +10:00
Alessio Morale
0885fda926
OP-1499 - CFG-CFG mask was incorrect (nav is 0x02, not 0x01)
2014-09-22 00:56:49 +02:00
Alessio Morale
3c6a8e0395
OP-1379 - Prevent loosing any update to background notification and notifications with priority higher than current
2014-09-21 23:32:52 +02:00
Corvus Corax
41e062373d
OP-1483 enable postfilter for indoor mode for filter debugging, change default filter alpha coefficient to 0.999
2014-09-21 19:26:01 +02:00
Alessio Morale
a5ebf36425
OP-1499 - Replay the configuration sequence in case of gps disconnection, add retry logic in case of errors
2014-09-21 16:38:52 +02:00
Alessio Morale
7a9a0868c9
OP-1275 - split persistence handling out of UavobjectManager. stubs are used if target deos not support persistency
2014-09-20 21:02:51 +02:00
Alessio Morale
cedb4f127d
OP-1477 - typos and other fixes from review
2014-09-20 20:58:40 +02:00
Corvus Corax
76f94e13ef
Revert "OP-1483 implement leaky integral on position control loop in pathfollower (vtol only)"
...
This reverts commit 1a0ab29050
.
2014-09-20 13:45:45 +02:00
Corvus Corax
b315c8f106
OP-1483 Added velocity filter to correct EKF's velocity estimate for static velocity offsets
...
(caused for example by sensor disagreement or calibration issues)
2014-09-19 16:34:20 +02:00
Corvus Corax
1a0ab29050
OP-1483 implement leaky integral on position control loop in pathfollower (vtol only)
2014-09-19 15:52:11 +02:00
m_thread
226fe186c4
Merge branch 'skarlsso/OP-1474-PID_Scaling_one_factor' of ssh://git.openpilot.org/OpenPilot into thread/OP-1474_PID_Scaling_Banks
2014-09-19 15:15:52 +02:00
Stefan Karlsson
b3e7a23f4f
OP-1474 Demultiplex TPS settings when pid banks are updated
2014-09-19 15:12:07 +02:00
Stefan Karlsson
9a21eed71e
OP-1474 Make it possible to select axes to scale
2014-09-19 15:11:15 +02:00
m_thread
3b1e67d185
Merge remote-tracking branch 'origin/next' into thread/OP-1474_PID_Scaling_Banks
...
Conflicts:
ground/openpilotgcs/src/plugins/config/stabilization.ui
2014-09-19 09:01:02 +02:00
Stefan Karlsson
f0c47976a5
OP-1474 Fix label compile error
2014-09-19 01:29:04 +02:00
Stefan Karlsson
31c5f1c519
OP-1474 Make it possible to select the combination of P, I, and D to scale
2014-09-19 01:16:49 +02:00
Stefan Karlsson
d3e7ef300f
OP-1474 Use PID banks for the TPS settings
2014-09-19 01:05:08 +02:00
Werner Backes
c90973cb99
Removed the now unused position Ki from VtolPathFollowerSettings UAVObject
2014-09-18 17:01:50 +02:00
Alessio Morale
46ef59f186
OP-1379 - Rebuild and simplify the queuing mechanism
2014-09-17 01:24:01 +02:00
Alessio Morale
eb15939031
OP-1477 - typo in mallocFailed trap
2014-09-17 00:21:32 +02:00
Alessio Morale
2cca5162f7
OP-1477 - a bit of cleanup, some flash bits moved to a separate file
2014-09-16 23:02:53 +02:00
Alessio Morale
2885a20acb
OP-1477 - add watchdog support
2014-09-16 22:51:28 +02:00
Alessio Morale
2f50dbeee5
OP-1477 - Split and cleanup gpssys module
2014-09-16 22:40:55 +02:00
Alessio Morale
cac463e623
OP-1477 - various changes
...
- move to UBX libraries;
- remove configuration (it will be done by Revo);
- set speed at 115200;
- Change sysmod rate;
2014-09-16 22:40:55 +02:00
Alessio Morale
50d4a97c0c
OP-1477 - GPS SYS: for multi device support of HMC5x driver
2014-09-16 22:40:55 +02:00
Alessio Morale
c232985baa
OP-1477 - initial framer + autoconfiguration and some fixes
...
- Added a framing code for gps data to be able to interleave mag sentences.
- Fix fields definition, set structures used to send UBX data as packed to fix issues with alignments,
- change axis orientation to match revo when both boards conector sides are are aligned
2014-09-16 22:40:54 +02:00
Alessio Morale
28f3ca9a17
OP-1477 - Use UBX_DDC driver
2014-09-16 22:40:54 +02:00
Alessio Morale
11522ccbb0
OP-1477 - move to PIOS_I2C
2014-09-16 22:40:54 +02:00
Alessio Morale
36bb58755b
OP-1477 - add support for SPI/MAG
2014-09-16 22:40:54 +02:00
Alessio Morale
1fa2bfddc6
OP-1477 - Add GPS System Module
2014-09-16 22:40:54 +02:00
Alessio Morale
531d80a69c
OP-1476 - Fix other targets for OP_DFU changes
2014-09-16 22:40:54 +02:00
Alessio Morale
b971b713d6
OP-1476 - Fix Bootloader jumpToApp condition and change speed to 57600
2014-09-16 22:40:53 +02:00
Alessio Morale
7e73c59e90
OP-1476 - Fixes for Bootloader
...
- Allocate 10KBytes for bootloader;
- Replace pios_com_msg with pios_com for ssp support
- Change Speed to 9600 for higher reliability
2014-09-16 22:40:53 +02:00
Alessio Morale
c44dac2447
OP-1476 - fix bootloader for serial support
2014-09-16 22:40:53 +02:00
Alessio Morale
3eca0fefef
OP-1477 - Change mag GAIN to 1.3
2014-09-16 22:40:53 +02:00
Alessio Morale
250b7fe962
OP-1477 - Fix mag DRDY/GPIO support
2014-09-16 22:40:52 +02:00
Alessio Morale
14862c687d
OP-1477 - Add ubx handling libraries
2014-09-16 22:40:52 +02:00
Alessio Morale
a6fc5c9190
OP-1477 - Fixes for multi device support of HMC5x driver
2014-09-16 22:40:52 +02:00
Alessio Morale
bcb30ecbf3
OP-1477 - enable temp compensation and fix axis orders
2014-09-16 22:40:52 +02:00
Alessio Morale
4890ef3ab0
OP-1477 - Add support for Flash
2014-09-16 22:40:52 +02:00
Alessio Morale
146c1764fd
OP-1477 - UBX_DDC driver implementation
2014-09-16 22:40:52 +02:00
Alessio Morale
f2a0daac5c
OP-1477 - Add pios_ubx_ddc driver to handle i2c comms with UBlox GPS
2014-09-16 22:40:52 +02:00
Alessio Morale
71af403c9d
OP-1477 - some cleanup
2014-09-16 22:40:51 +02:00
Alessio Morale
7e55d6ff41
OP-1477 - add support for SPI/MAG
2014-09-16 22:40:51 +02:00
Alessio Morale
b4f9c7c2b1
OP-1477 - BL fix issue with usart name
2014-09-16 22:40:51 +02:00
Alessio Morale
b3a971e91d
OP-1477 - support for mag
2014-09-16 22:40:51 +02:00
Alessio Morale
c28eb4fbca
OP-1477 - Add SPI Support
2014-09-16 22:40:51 +02:00
Alessio Morale
46424523b0
OP-1477 - Firmware usart Working
2014-09-16 22:40:51 +02:00
Alessio Morale
1970e0a870
OP-1477 - Fix bootloader
2014-09-16 22:40:50 +02:00
Alessio Morale
9b61fc611b
OP-1477 - Add platform support
2014-09-16 22:40:50 +02:00
Alessio Morale
81ae43ac40
OP-1275 - fix Watchdog
2014-09-16 22:40:50 +02:00
Laurent Lalanne
bc9e6b24f9
Merge remote-tracking branch 'origin/laurent/OP-1491_HQuad_mixing_values' into laurent/OP-1222_FW_Wizard
...
Conflicts:
ground/openpilotgcs/src/plugins/setupwizard/pages/multipage.cpp
ground/openpilotgcs/src/plugins/setupwizard/resources/connection-diagrams.svg
Conflicts resolved in artwork, same style as FW branch
2014-09-16 18:55:43 +02:00
Alessio Morale
984a7a675c
OP-1275 - add ChangeBaud to PIOS_COM_MSG
2014-09-16 00:42:51 +02:00
Alessio Morale
20273e77aa
OP-1275 - Fix CPU usage due to uncleared irq flags
2014-09-16 00:42:51 +02:00
Alessio Morale
94c39caa50
OP-1275 - Fix PIOS_COM to be used with no PIOS_INCLUDE_FREERTOS defined
2014-09-16 00:42:51 +02:00
Alessio Morale
ffac550601
OP-1275 - Optimize fifo for single char operations
2014-09-16 00:42:51 +02:00
Alessio Morale
0c7f4905da
OP-1275 - Fix PiOS_EXTI
2014-09-16 00:42:51 +02:00
Alessio Morale
de4180f990
OP-1275 - Reenable usart after init in ChangeBaud
2014-09-16 00:42:51 +02:00
Alessio Morale
212170bcb9
OP-1275 Fix pios_delay DiffuS
2014-09-16 00:42:51 +02:00
Alessio Morale
3c2300ffda
OP-1275 Change several parameters const
2014-09-16 00:42:50 +02:00
Alessio Morale
0682e60053
OP-1275 Add a memory barrier before remapping the vector table
2014-09-16 00:42:50 +02:00
Alessio Morale
baad216810
OP-1275 uncrustification
2014-09-16 00:42:50 +02:00
Alessio Morale
55d52ceab0
OP-1275 Working initial PIOS_I2C implementation
2014-09-16 00:42:50 +02:00
Alessio Morale
cd7c76aa13
OP-1275 move implementation specific enums out of common pios_i2c_priv.h
2014-09-16 00:42:50 +02:00
Alessio Morale
5986e72a29
OP-1275 Add SPI Implementation. DMA block transfer needs to be fixed with handling for LDMA_TX and LDMA_RX
2014-09-16 00:42:49 +02:00
Alessio Morale
2ca1adafe5
OP-1275 support HSI oscillator, fix gpio, usart and sys (vector remapping not working yet)
2014-09-16 00:42:49 +02:00
Alessio Morale
ff82d50ee0
OP-1275 add an APP_MINIMAL flag that optionally omits most of the stuffs (flight related stuffs and sensors for example)
2014-09-16 00:42:49 +02:00
Alessio Morale
7a3bc518c2
OP-1275 fixes unused vars in SPL
2014-09-16 00:42:49 +02:00
Alessio Morale
bb7d4aef04
OP-1275 fixes for ld scripts, fix for pios_delay timer setup. pios_sys
2014-09-16 00:42:49 +02:00
Alessio Morale
4d1e8cf5a7
OP-1275 F0 support: fix make scripts, bootloader size, linker scripts, add other missing pios drivers.
2014-09-16 00:42:49 +02:00
Alessio Morale
5ab9806279
OP-1275 add Stack_Change support
2014-09-16 00:42:48 +02:00
Alessio Morale
5a60c254ed
OP-1275 copy relevant F1 PiOS drivers (yet unmodified)
2014-09-16 00:42:48 +02:00
Alessio Morale
7eca9f80e3
OP-1275 Initial commit for f0 support: add CMSIS, Std Peripheral drivers
2014-09-16 00:42:48 +02:00
Alessio Morale
b4c1a856c7
OP-1274 Implement 4 bytes aligment for standard malloc (while keeping 8byte alignment for RTOS Stuctures) as done for M3
2014-09-16 00:42:48 +02:00
Alessio Morale
c49497f2e0
Merge branch 'amorale/OP-1434_GPSV9_fc_support' into next
2014-09-15 23:49:54 +02:00
Stefan Karlsson
09a943f17f
OP-1493 Make Vehicle and TX Wizards work with the discoveryf4bare target
2014-09-15 23:43:58 +02:00
Stefan Karlsson
dd86e7f9c4
OP-1493 Update BOARD_REVISION for discoveryf4bare and fix AutoUpdate
2014-09-15 23:30:17 +02:00
Laurent Lalanne
48ce38370c
OP-1491 HQuad_mixing_values First commit : add QuadH artwork, config tab
2014-09-15 22:25:07 +02:00
Alessio Morale
ece0d64c9f
OP-1434 - Update a (old, now wrong) comment
2014-09-15 15:27:19 +02:00
Alessio Morale
3e785cf929
OP-1434 - Use vector_lengthf, fix a typo in a comment
2014-09-14 21:44:41 +02:00
Werner Backes
2f0c43c6e5
Wrong I2C bus used for the onboard magnetometer
2014-09-15 03:11:31 +10:00
Stefan Karlsson
bdbe875a90
OP-1474 Use ActuatorDesiredThrust as default source for TPS
2014-09-14 16:08:21 +02:00
Werner Backes
80b6757ea6
Don't use I-term in the VtolPathFollower's position control loop for now.
...
See OP-1483 for why it's considered not to work as expected.
2014-09-14 15:39:13 +02:00
Alessio Morale
3fd5ca08cd
OP-1434 - Switch to common aux mag support library
2014-09-13 16:15:02 +02:00
Alessio Morale
76b9b1c40f
OP-1406 - Create a support library to share common calibration and sample publishing logic
2014-09-13 16:14:34 +02:00
Stefan Karlsson
662b29ac05
OP-1474 Include I in the scaling and let the TPS factor piggyback on the speedScaleFactor
2014-09-10 22:49:49 +02:00
Stefan Karlsson
344172e879
OP-1474 Add missing stdint.h include to mathmisc.h
2014-09-10 01:03:49 +02:00
Stefan Karlsson
7afb211330
OP-1474 Revert TPS debugging code
2014-09-10 00:42:40 +02:00
Stefan Karlsson
0e2af9c654
OP-1474 Extract line and curve functions out to mathmisc.h, nan check and unit tests
2014-09-10 00:34:06 +02:00
Alessio Morale
c777f9e194
OP-1406 - Fixes from review comments
2014-09-08 23:24:18 +02:00
Stefan Karlsson
c0152b7e19
OP-1474 Thrust PID scaling
2014-09-08 00:14:49 +02:00
Fredrik Larrson
d91db0af6f
Revert "Merge remote-tracking branch 'origin/proff/OP-1373_DSMFixes' into next"
...
This reverts commit a39e393274
, reversing
changes made to ebfdaf28b5
.
2014-09-08 02:31:02 +10:00
Fredrik Larrson
a39e393274
Merge remote-tracking branch 'origin/proff/OP-1373_DSMFixes' into next
...
Conflicts:
shared/uavobjectdefinition/hwsettings.xml
2014-09-08 01:54:59 +10:00
Fredrik Larrson
ebfdaf28b5
Merge remote-tracking branch 'origin/havyan/OP-1473_sbus_eof' into next
2014-09-08 01:35:39 +10:00
Corvus Corax
4a19f98c95
OP-1156 hotfix in pathfollower code - use correct VerticalPosPI.Ki and ILimit + uavobject typo
2014-09-06 13:51:30 +02:00
Alessio Morale
cf9329b8ee
OP-1440 - Change timing slightly to support also WS2812B
2014-09-06 12:12:11 +02:00
Alessio Morale
233dec6d8d
OP-1379 - Various fixes and additions
...
- Support blocks of led for notification (that is a certain number of leds between a min and a max index);
- Fix an issue with bogus colours on fast updates at LED N°0.
- Add NOTIFY_SEQUENCE_NULL to skip handling a specific alarm status;
- Adjust sequences and add Config and Receiver Alarms;
- fix issue with Alarm trigger/repetition;
- Enables Notify module only if a WS281x output is enabled.
- Add some documentation for sequence/alarm definitions (sequences.h)
- Make sequences more coherent. All GPS related info are now shown in green.
- Revert to original blinking rate for onboard led
- add Notify on DiscoveryF4Bare target
2014-09-06 12:11:53 +02:00
Alessio Morale
e549c71da6
OP-1379 - add unit testing
2014-09-06 12:11:52 +02:00
Karl Knutsson
ec0d44e1b0
OP-1473 Fix EOF handling for R7008SB
2014-09-04 18:15:36 +02:00
Alessio Morale
884f797d61
OP-1370 - Add SBAS configuration options
2014-09-02 21:26:56 +02:00
Alessio Morale
2ddbb72bcf
OP-1370 - Fixes parameters name, values and cosmetic issues.
2014-09-02 21:26:43 +02:00
Alessio Morale
78662eb356
OP-1370 - Explicitly disable unneeded messages
2014-09-02 00:36:04 +02:00
Alessio Morale
3157c4e501
OP-1370 - Fix configuration storage on GPS
2014-09-02 00:35:26 +02:00
Alessio Morale
4715219a4b
OP-1434 - Enable magFilter for CF as it is needed to get Mag data for initial estimation
2014-08-31 23:39:30 +02:00
Corvus Corax
b64326208e
Merge branch 'next' into corvuscorax/OP-1456_struct_to_array_improvement
2014-08-31 18:43:48 +02:00
Philippe Renon
575e89f1a1
OP-1319 fixed minor spelling mistake in firmware code
2014-08-30 18:09:23 +02:00
Alessio Morale
f69e476ed3
Merge branch 'amorale/OP-1452_comusbbridge_improvements' into next
2014-08-29 20:25:29 +02:00
Alessio Morale
10f5d7c531
Merge remote-tracking branch 'origin/skarlsso/OP-922_fix_fw_DEBUG_compile_errors' into next
2014-08-26 01:05:32 +02:00
Alessio Morale
8418804ce4
OP-1406 - Revert magstate to non normalized values
2014-08-25 16:00:33 +02:00
Corvus Corax
551392d6bf
OP-1456 fixed macro for uav object field to array casting and added compile time asserts to assure its working
2014-08-24 16:19:15 +02:00
Fredrik Larson
a0fda9a60f
Merge branch 'txpid_typo' into rel-14.06.01
2014-08-24 10:24:24 +10:00
Fredrik Larson
35a6807e63
Merge branch 'txpid_typo' into next
2014-08-24 10:23:14 +10:00
Laurent Lalanne
ccb97f014c
OP-1241 TxPID_Bank3 : Similar bug while GET data from bank
2014-08-24 02:15:24 +02:00
Corvus Corax
6faf1a73ac
OP-1456 get rid of cast_struct_to_array because it is error prone!
2014-08-24 00:16:34 +02:00
Corvus Corax
e7aa12be94
Merge remote-tracking branch 'origin/corvuscorax/OP-1454_weakleveling-hotfix' into next
2014-08-23 15:25:24 +02:00
Alessio Morale
1d3f9399c3
OP-1370 - Fix sensortype not shown for non PVT GPSs
2014-08-22 23:35:13 +02:00
Alessio Morale
5a3ea5fde0
OP-1370 - Add an option to store the configuration onto GPS
2014-08-22 23:16:38 +02:00
Corvus Corax
c5e0e58e6a
OP-1454 - fix weak leveling bug
2014-08-22 22:42:12 +02:00
Alessio Morale
5bf866c96e
OP-1370 - Remove autoconfig from CC (removing sat info to spare some ram and adding autoconfig does not make much sense), fixed compilation for all other targets
2014-08-22 22:34:52 +02:00
Alessio Morale
c4d5234ee6
OP-1370 - Show AutoConfig status in GPSPositionSensor
2014-08-22 22:32:57 +02:00
Alessio Morale
69b76b665c
OP-1370 - Add automatic sentence rate configuration based on HW version (llh+velned etc. vs PVT)
2014-08-22 21:27:50 +02:00
Alessio Morale
f430af83c5
OP-1370 - Add configuration support for nav rate and dynamic model.
...
Added stub for sentence rate configuration (enable_sentences(...))
2014-08-22 19:00:46 +02:00
Alessio Morale
1846806d17
OP-1370 - Refactor AutoConfig code out of UBX.*
2014-08-22 10:10:21 +02:00
Alessio Morale
903a77669e
OP-1370 - Add "management tasks" support for UBX, used for self configuration.
...
Initial state machine asking for gps version. Configuration messages definition
2014-08-22 02:43:30 +02:00
Alessio Morale
e64ab1f1ff
OP-1370 - Configure bidirectional COM port for GPS
2014-08-22 02:41:36 +02:00
Stefan Karlsson
070c2569ff
OP-922 Add pios_user_fs_id to oplinkmini to fix DEBUG=YES link error
2014-08-21 22:37:38 +02:00
Stefan Karlsson
607f7ae4bc
OP-922 Add missing UAVO source files to the fw_osd target
2014-08-21 20:15:56 +02:00