Alessio Morale
1d0c18ebcd
Applied hidapi branch iokit_path from https://github.com/mrpippy/hidapi.git
2013-05-23 22:52:26 +02:00
Fredrik Arvidsson
cfaeead5b3
OP-935 Adds tool-tips for the majority of the settings in the Stabilization screen.
2013-05-23 21:26:43 +02:00
Alessio Morale
711f1ad35b
Fix indentation
2013-05-23 00:47:38 +02:00
Alessio Morale
697874b315
Port of OP-754 On Revo. Fixed signs on bias calculation. Added rate zeroing at startup to yaw
2013-05-22 23:17:09 +02:00
Mathieu Rondonneau
bfcb608b82
OP-958: More cleanup and handle some corner cases:
...
- retry discovery 5 times max before giving up.
- open the last hid device in the list in case there are several hid device of the same vid.
- remove structure and move handle to class.
2013-05-21 21:04:44 -07:00
Mathieu Rondonneau
4b68c6da74
OP-958: adding clearer message regarding the requirement for libusb-1.0.0 dev package:
...
- break the build nicely telling the user to install the dev library package.
2013-05-21 20:10:37 -07: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
Mathieu Rondonneau
3ec742f540
Merge branch 'next' into Mathieu/OP-958_HID_plugin_basic_cleanup
2013-05-21 19:09:20 -07:00
Mathieu Rondonneau
133a801dc5
OP-958: fix compiler error (showing on bambo)
2013-05-21 19:06:48 -07:00
Brian Webb
dbce08a151
OP-932 Changes the radio task loop to loop every 1ms, and reduces the tx transmit period back down to 8ms. Also reduces the Tx windows to 1ms for each modem, and reserves the latter half of the Tx window for channel changing.
2013-05-21 17:40:05 -07:00
Alessio Morale
294a295510
Port CF patch from Cyr that filters accel to reduce attitude drift due to vibrations
2013-05-22 00:55:10 +02:00
Alessio Morale
0b5a28f19e
Port OP-754 to Revolution attitude estimation module: subtract GyroBIAS to work on raw value
...
Added MagKp and MagKi to AttitudeSetting UAVO
2013-05-21 23:44:12 +02:00
a*morale
464d2be9f7
Port OP-754 to Revolution attitude estimation module
2013-05-21 22:40:35 +02:00
Mathieu Rondonneau
c3033ece11
OP-958: add usb.h include only for linux
2013-05-21 09:00:50 -07:00
Mathieu Rondonneau
ec42669787
Merge branch 'amorale/OP-958_HID_plugin_basic_cleanup' into Mathieu/OP-958_HID_plugin_basic_cleanup
2013-05-21 08:22:33 -07:00
Alessio Morale
3b6ce9dbc3
OP-958 Fix compilation issues on Windows platform
2013-05-21 15:16:56 +02:00
Brian Webb
daeb6aad07
Merge remote-tracking branch 'origin/next' into OP-932-Modularize_Radio_Driver
2013-05-21 06:08:54 -07:00
Alessio Morale
2e3e5be053
OP-960 Fixed spacing
...
+review OPReview-481
2013-05-21 08:29:35 +02:00
Brian Webb
d4a4588011
OP-932 Changes the RFM22 frequency hopping to change channels every Tx period. Also increases the Tx clock period from 8ms to 16ms, and adds a check on calculation the the time delta that it doesn't change the previous estimated time delta by too much. If the delta between the current time delta and the previously estimated time delta is too large it could indicate that there was a delay somewhere that makes the calculated time delta inaccurate.
...
Rearanges the packet send priority in the rfm22b driver so that PPM packets are top priority.
2013-05-20 20:49:24 -07:00
Alessio Morale
81e10c9d1b
OP-960 Prevent a warning to appear each time an alarm not in svg is received
...
+review OPReview
2013-05-21 00:47:22 +02:00
Alessio Morale
8e7e7e052a
OP-962 Fix Stack size for ComUSBBridge
...
+review OPReview
2013-05-21 00:45:45 +02:00
Fredrik Arvidsson
3d04238a00
OP-957 Removed I-Term settings for Attitude mode on Basic stabilizations tab.
2013-05-20 22:54:42 +02:00
Mathieu Rondonneau
6e909f0dcf
OP-958: HID plugin basic cleanup:
...
- minor forgotten cleanup.
2013-05-20 02:46:45 -07:00
Mathieu Rondonneau
d2244d83d1
OP-958: GCS HID plugin basic cleanup:
...
- new plugin (opHID) to deprecate old one (rawhid).
- remove pjrc HID api implementation.
- add hidapi library taken from https://github.com/signal11/hidapi.git (copied files, the lib is not compiled from its git repo).
- history of those files is broken (cp instead of git mv) but the history is all in rawhid plugin.
- mac and windows not tested yet.
2013-05-19 21:49:53 -07:00
Oleg Semyonov
0798d8e330
OP-891: move firmware_info template under flight directory
2013-05-20 01:12:45 +03:00
Oleg Semyonov
a408d9748c
Uncrustification
2013-05-20 00:02:34 +03:00
Fredrik Arvidsson
864300d975
OP-893 Added Auto Update functionality to the firmware page.
2013-05-19 23:00:44 +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
Oleg Semyonov
97b4433a36
Merge remote-tracking branch 'origin/thread/OP-955_Version_Info_Improvements' into next
2013-05-19 15:22:55 +02:00
Alessio Morale
919ea48801
Merge branch 'amorale/OP-901_lib_udates-usb_fixes' into next
2013-05-19 15:03:30 +02: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
Alessio Morale
37eabb0931
Pointed type is explicitly used with sizeof when dealing with struct pointers.
...
+review OPReview-474
2013-05-19 12:00:16 +02:00
Alessio Morale
88a39a81d8
Enable ComUsbBridge Optional Module and fix CDC support for RevoProto
2013-05-19 10:07:01 +02:00
David Ankers
f6cedeaaf6
Add John Pike and Rick King to contributors, rename Authors Tab to Contributors, the GCS lists all people that have helped OP, not just GCS authors.
2013-05-19 15:31:59 +10:00
David Ankers
915b7857f6
Changed the word maiden to the word first, easier to read and makes more sense for people that use English as a second language
2013-05-19 14:58:57 +10:00
David Ankers
2abcef1071
Changed aircraft word to controller as per Pablo.
2013-05-19 14:57:40 +10:00
David Ankers
3d2f62f014
Removed the CopterControl wording from the bis calib screen om the wizard, this page will be used for the Revo also
2013-05-19 14:55:39 +10:00
Oleg Semyonov
4a93e739de
OP-955: remove old copy of moved file
2013-05-19 00:11:27 +03:00
Alessio Morale
2e458b5652
OP-901 USB OTG/Device Drivers are not targeted for f103 (they are targeted at f105) so move again to F4 library folder instead of common
2013-05-18 20:53:28 +02:00
Alessio Morale
3ec9447fdc
OP-901 Update CMSIS to r3p2-00rel1
2013-05-18 20:29:06 +02:00
Oleg Semyonov
5274a6c6fa
OP-955: rename version_info related files an directories
2013-05-18 20:28:52 +02:00
Alessio Morale
e8dc7509f9
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into next
2013-05-18 17:18:48 +02:00
Oleg Semyonov
bff47dfa0e
Fix weird error of running python script with extra --verbose option as a part of script name
...
This error of building any EF targets was found on Windows if used with
make V=1 verbose output option. The '--verbose' python script option was
used by the Windows make as a part of python script file name with
'file not found' error. Now it works. Still can't get the cause of that
error, though...
2013-05-18 16:26:35 +02:00
Oleg Semyonov
80ce4fc995
Fix weird error of running python script with extra --verbose option as a part of script name
...
This error of building any EF targets was found on Windows if used with
make V=1 verbose output option. The '--verbose' python script option was
used by the Windows make as a part of python script file name with
'file not found' error. Now it works. Still can't get the cause of that
error, though...
2013-05-18 17:25:26 +03:00
Alessio Morale
c1f767b12d
Merge remote-tracking branch 'origin/amorale/OP-954_logfs_settings_in_internal_flash' into next
...
Conflicts:
flight/pios/common/pios_flashfs_logfs.c
2013-05-18 15:53:25 +02:00
Alessio Morale
66da2796e0
Merge remote-tracking branch 'origin/amorale/OP-905_revolution_watchdog_next' into next
2013-05-18 15:00:50 +02:00
Fredrik Arvidsson
62ee55fbb8
OP-955 Moved generated version info to its own lib. Updated code using version info in all referenced places.
2013-05-18 14:28:46 +02:00
Alessio Morale
aba64689a6
OP-901 removed stale core_cm3.c file
2013-05-18 14:25:37 +02:00
Alessio Morale
c23ca3046b
Merge remote-tracking branch 'temp/amorale/usb_fixes' into amorale/OP-901_lib_udates-usb_fixes
2013-05-18 14:13:23 +02:00