1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 12:55:12 +03:00
Commit graph

9429 commits

Author SHA1 Message Date
Bertrand Songis
82d6b96f8b X7D renamed to X7 2016-12-12 07:39:51 +01:00
Bertrand Songis
7b5dfd7de5 [X9D/X7D] FrSky splash is now an option 2016-12-11 21:05:29 +01:00
Mike Morrison
4f47c13efc fix log playback when log frequency is .1s (#4115) 2016-12-11 20:36:30 +01:00
Damjan Adamic
4233e71954 Lua docs updated 2016-12-11 20:11:56 +01:00
Damjan Adamic
a4d899844e Re #4125: New functions usbStart() and usbStop() to make USB code cleaner 2016-12-11 16:28:23 +01:00
Benjamin Boy
aecf53b3e1 Fixed a problem with precesion 0,0 0,00 (#4120)
When precesion is set to 0,0 or 0,00 and the choosen value is 1,0 or 1,00 following happens:
eins meter
This is incorrect so i coded another part in the else part of "qr.rem > 0"  that checks if qr.quot is 1. If it is following happens now:
ein meter
2016-12-11 10:35:57 +01:00
Damjan Adamic
29c43d9e33 Projectkk2glider/usb hardening (#4125)
* USB fixes:
 * USB initialized when USB cable is inserted and de-initialized when disconnected (this was the original way, which proved itself unreliable in the past. Now with the new USB library it appears to work without any problems. Used in this way result in safer operation - USB controller is disabled while unconnected)
Works without force device mod
 * Serial: initialization of global variables
 * Reduced RAM usage - data moved to FLASH

* Detailed USB interrupt counters (+ debug print fix)
2016-12-11 10:33:52 +01:00
3djc
c3238ee38c Port #4116 to Next (#4118)
Fixes #4103: SF repeat parameter was not reset when changing function type
2016-12-10 19:33:13 +01:00
Andre Bernet
6325c3d40f Compilation fix 2016-12-10 18:53:05 +01:00
Andre Bernet
86b85aabc5 Disable rotary encoder rotation while pressed (will hopefully prevent some of the common unwanted edits when pressing, thanks 3djc for the idea) 2016-12-10 18:44:09 +01:00
Andre Bernet
98b695c284 [128x64] Fix and cleanup custom failsafe menu (Fix #4123) 2016-12-10 17:51:24 +01:00
Andre Bernet
a747d99ec4 VC++ compilation 2016-12-10 11:24:50 +01:00
Andre Bernet
74a7ae3134 VC++ compilation 2016-12-10 10:35:41 +01:00
Andre Bernet
985541db50 Add X7D to build script 2016-12-10 09:34:43 +01:00
Andre Bernet
e3cb1fe91b Merge branch 'kilrah/vc_mp' into next 2016-12-09 11:24:43 +01:00
Andre Bernet
a743068fdc Compilation fix 2016-12-08 23:58:26 +01:00
3djc
fe85290a18 Fix #4111 and fix capitalize issue (#4112) 2016-12-08 22:35:16 +01:00
Andre Bernet
f99cba75d1 Enable multiprocessor compilation on windows 2016-12-08 22:31:00 +01:00
Arne Schwabe
85f3e3510e Update protocols of Multi module (#4093)
* Update protocols of Multi module

* Fix missing ;
2016-12-08 21:33:59 +01:00
Bertrand Songis
ec56d2dbdb [Companion] MdiChild now use a QTreeWidget instead of a QListWidget (… (#4096)
* [Companion] MdiChild now use a QTreeWidget instead of a QListWidget (for Horus compatibility)

* [Companion] Horus models.txt parsing / writing implemented

* Fix for QT53 (#4109)
2016-12-08 21:26:08 +01:00
Arne Schwabe
dd77670007 Also bundle avrdude in addition to dfu-util and default to the executables in the bundle (#4106) 2016-12-08 21:22:12 +01:00
3djc
3f4502d970 Fix ROT encoder nav for wizards (#4105) 2016-12-08 20:41:50 +01:00
Arne Schwabe
0c255572ec Enable hide according to http://doc.qt.io/qt-5/highdpi.html (#4110)
* Enable hide according to http://doc.qt.io/qt-5/highdpi.html

* Also enable Retina support for OS X
2016-12-08 20:38:39 +01:00
Bertrand Songis
59f3e1aea8 Cosmetics 2016-12-07 11:38:52 +01:00
Bertrand Songis
886f9661fd [All] Default value for GVARS option is OFF 2016-12-07 11:38:23 +01:00
Bertrand Songis
8326c867be [X7D] Compilation fix for DEBUG mode 2016-12-07 08:11:27 +01:00
Arne Schwabe
d37eb70b42 Fix build on non Taranis ARM platforms 2016-12-06 22:42:11 +01:00
Damjan Adamic
5a5cf7cf33 Projectkk2glider/issue 4086 usb and serial (#4097)
* Serial2 changes:
  * stm32 driver moved to common dir.
  * earlier start of driver (Taranis)
  * wait for free buffer time limited
USB changes:
 * Upgrade to ST USB-Host-Device_Lib_V2.2.0 (from V2.1.0) - this fixed a problem with USB serial #4086)
 * other fixes for #4086

* USB-Host-Device_Lib: renamed directory to V2.2.0 (from V2.1.0)
2016-12-06 20:32:30 +01:00
Bertrand Songis
9a6e64e67b [X7D] Prevents the user from selecting an external module when there is already a Wireless trainer module in the module bay 2016-12-06 20:30:23 +01:00
Bertrand Songis
5c83d03134 [X7D/X9D/X9E] Reboot because of bad deinit of Trainer port when in SBUS mode 2016-12-06 20:24:44 +01:00
3djc
01c4ddb8e3 Fix BT compile (#4104) 2016-12-06 11:17:01 +01:00
Andre Bernet
2b01481151 [Taranis] MODELS directory was missing on SD card 2016-12-04 18:52:39 +01:00
Damjan Adamic
300b8ece4e CLI fix 2016-12-04 18:30:54 +01:00
3djc
119f3ef88c Fix tricky access to Horus settings (#4094) 2016-12-04 12:18:57 +01:00
3djc
3cd139b906 Update build-sdcard.sh
Keep version history for now
2016-12-03 18:58:57 +01:00
3djc
e4848200a0 Update build-nightly.sh 2016-12-03 18:30:14 +01:00
3djc
75cbe0f984 Fix (#4090) 2016-12-03 15:53:30 +01:00
Bertrand Songis
9a43a6ebb7 [Sky9x] Remarks from @projectkk2glider taken into account 2016-12-03 11:15:40 +01:00
3djc
35e199b579 Prep for Nightly (#4089)
* Prep for Nightly

* Compile fix

* Much nicer :)

* One more

* Fix

* Last one

* Cosmetics
2016-12-03 09:36:51 +01:00
Bertrand Songis
862ff2f80d Compilation fix 2016-12-02 22:22:08 +01:00
Bertrand Songis
1512266eac [Companion] Horus fixes 2016-12-02 22:15:10 +01:00
Bertrand Songis
8cd581f770 [Companion] Horus fixes 2016-12-02 20:41:49 +01:00
Bertrand Songis
440ca771df [Companion] Horus analog input names fixed 2016-12-02 20:27:28 +01:00
Bertrand Songis
c23ac292b7 [Companion] Horus simulator fixes 2016-12-02 19:56:41 +01:00
Bertrand Songis
9b3cd8eeff [SKY9X] Audio fix - Tested on 9XR-PRO (#4088)
* [SKY9X] Audio fix - Tested on 9XR-PRO

* [X7D] Bootloader fixes
2016-12-02 18:50:23 +01:00
Bertrand Songis
705823a9a6 [X7D] UI fixes 2016-12-02 18:37:53 +01:00
Bertrand Songis
1d192d9fd2 [Crossfire] LF instead of CRLF 2016-12-01 22:08:24 +01:00
Bertrand Songis
9229a08625 [Crossfire] Lua script fixes 2016-12-01 22:07:32 +01:00
Bertrand Songis
bf0bdcb280 [X7D] Cosmetics 2016-12-01 21:38:23 +01:00
Bertrand Songis
f244cacfd3 [X7D] Switches order modification 2016-12-01 21:36:56 +01:00