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

8679 commits

Author SHA1 Message Date
Bertrand Songis
10aefb10db [X12S] GPS now OK 2016-08-20 16:36:32 +02:00
Bertrand Songis
91dc936ef3 [X12S] Crossfire module now OK 2016-08-19 19:26:34 +02:00
Bertrand Songis
ed0cc9f1d4 [X12S] Modules on REV13 now OK 2016-08-19 17:13:09 +02:00
Bertrand Songis
0994735035 [X12S] Backlight code splitted from LCD code
[X12S] PCBREV introduction (PCBREV=10 or PCBREV=13)
2016-08-19 12:25:15 +02:00
Arne Schwabe
607e737b32 [X7D] Compilation fix for multi, check for displaysize instead of board. 2016-08-19 11:24:04 +02:00
Bertrand Songis
44e477965e Cosmetics 2016-08-19 11:20:12 +02:00
Bertrand Songis
fcce94a868 [X12S] Radio calibration regression fix 2016-08-19 09:51:50 +02:00
Bertrand Songis
f940fcdcd0 [X7D] Curve edit screen now OK 2016-08-18 18:49:47 +02:00
Bertrand Songis
3e4f3b2a8e [X12S] GPS low level driver added 2016-08-18 17:23:46 +02:00
Bertrand Songis
5d7f4ebc0b [X7D] Switch warning fix 2016-08-18 15:47:21 +02:00
Bertrand Songis
3160a7d878 Fixes #3704 2016-08-18 15:22:03 +02:00
Bertrand Songis
62071a959c Fixes #3704 2016-08-18 15:19:25 +02:00
Bertrand Songis
59083f4471 Fixes #3704 2016-08-18 13:38:46 +02:00
Bertrand Songis
71a8a69f32 Another fix for #3691 without the extra #ifdef in the main code 2016-08-18 11:54:33 +02:00
Bertrand Songis
d3ae3c035d Bsongis/gui refactoring for x7 d (#3701)
* [X7D] New board added
* Cosmetics
2016-08-18 11:49:16 +02:00
3djc
282b856309 3djc/improve widgets (#3696)
* Add color option to Value widget

* Fix color handling
Add shadow effect
2016-08-14 20:36:44 +02:00
3djc
0fa7f6e132 Move default english to american, as english is defective (scottish instead) 2016-08-07 13:39:48 +02:00
3djc
d55613aa26 urlencode model string to allow models like x9d+ (#3693) 2016-08-06 21:09:51 +02:00
3djc
d62a985dcd Fix double type 2016-08-06 10:00:01 +02:00
Arne Schwabe
6559456534 Fix channel count on dsm2 module, purely cosmetic (closes issue #3673) (#3689)
Taranis menu always use 8 channels as default opposed to 9x and Horus, which use the maximum number as default channel count (which is 6 on dsm2). This commit does not change that logic.
2016-08-04 16:45:23 +02:00
Arne Schwabe
d24f60f68b Horus Multi implementation implemented/tested by kilrah, add it to the options for the Horus 2016-08-03 16:29:01 +02:00
3djc
f2d2677b2d Add CLI and Mass Storage to horus (#3682) 2016-08-03 16:24:30 +02:00
Arne Schwabe
a908d73f1f Fix gcc 5.4 compiler warnings (#3681)
The order preference in flash_driver would evaluate ! before & but I think checking the bit first is what was intended
2016-08-03 16:24:01 +02:00
Arne Schwabe
9ea048f2ad Add the new protocols of v1.1.1 of multi (#3680) 2016-08-03 16:23:28 +02:00
Bertrand Songis
16199194b5 Cosmetics 2016-08-03 05:16:25 +02:00
Arne Schwabe
789a0ee548 Report unknown Spectrum sensors as raw sensors (#3679) 2016-08-03 05:11:43 +02:00
Bertrand Songis
7fbd963b3f Another big refactoring 2016-08-02 22:15:29 +02:00
3djc
52435703a0 3djc/telem rename (#3678)
* Rename EXT option to TELEMETRY

* Change test accordingly

* Rename FRSKY to TELEMETRY_FRSKY

* Rename ARDUPILOT to TELEMETRY_ARDUPILOT

* More renames (JETI, MAVLINK, NMEA)

* Fixes to make commit-test happy

* Further tests added to commit-test

* Cleanup

* Rename EXTSTD to TELEMETRY_NONE
2016-08-02 21:53:25 +02:00
Arne Schwabe
0b67d412a0 Schwabe/multimodule 9x (#3676)
* Fix Multimodule showing up as Crossfire when only multimode and not crossfire is enabled.

* Don't hardcode telemetry to be Frysky on non STM32 arm targets

* Port multi module code to 9X platforms

* Allow Spektrum telemetry protocol to be selected as protocol for the telemetry selection

* Fix infinite loop in spektrum code

* Fix cosmetics

Changes also done for Horus and Taranis UI where appropriate
2016-08-02 18:21:18 +02:00
Bertrand Songis
d0527be2c4 Compilation fix 2016-08-02 08:04:03 +02:00
Bertrand Songis
0524f24ac6 hello.wav was not played anymore 2016-08-02 07:37:07 +02:00
Bertrand Songis
ba681666a0 [9X with MAVLINK telemetry] Compilation fix 2016-08-02 00:04:52 +02:00
Martin Hotar
9a00f03843 Category images 2016-08-01 22:00:07 +02:00
Bertrand Songis
6d8b938706 Cosmetics 2016-08-01 21:48:49 +02:00
Bertrand Songis
22433a3a13 Compilation fix 2016-08-01 21:37:41 +02:00
Bertrand Songis
ddfaa6f393 Compilation fix 2016-08-01 21:29:45 +02:00
Bertrand Songis
4d4b75d283 Compilation fix 2016-08-01 21:24:36 +02:00
Bertrand Songis
2ed742ebb7 Compilation fix 2016-08-01 21:18:37 +02:00
3djc
459ab91f09 Fix compilation warning on Horus. (#3677)
* Fix compilation warning on Horus. The // where added Jan25 as part of 5c71d74aab (diff-e7a8e42860fdbdf14bb250f27536fde6)

* Better fix ?
2016-08-01 21:17:29 +02:00
Bertrand Songis
337ab74b8b Compilation fix 2016-08-01 20:44:30 +02:00
Bertrand Songis
9f37e7a0fb Macro renamed for #3675 2016-08-01 20:37:04 +02:00
Bertrand Songis
ea095b2447 Forgotten files 2016-08-01 20:32:41 +02:00
Bertrand Songis
400faee588 Refactoring 2016-08-01 20:25:20 +02:00
3djc
adeb53c726 Fix typo, thx schwabe 2016-08-01 19:00:51 +02:00
Bertrand Songis
c5062d8c6a Duplicated bitmaps removed 2016-08-01 18:58:23 +02:00
Bertrand Songis
4df85d1047 Cosmetics 2016-08-01 18:52:29 +02:00
Bertrand Songis
6d2c5a4db6 Radio init / masstorage start / massstorage end / shutdown sequences … (#3674)
* Radio init / masstorage start / massstorage end / shutdown sequences reordering:

- More traces
- Fixes #3642
- Reuses idea of #3662

Still not finished and completely untested

* More traces

* Compilation fix

* Reuses the idea of #3652

* Alarms were checked 2 times on massstorage end
2016-08-01 18:39:34 +02:00
Bertrand Songis
6c34752907 Warnings fixed and remarks from #3666 taken into account 2016-08-01 07:16:33 +02:00
Bertrand Songis
f74381bafa Merge branch 'schwabe/ar9x_test_and_fix' into next 2016-08-01 07:03:43 +02:00
Bertrand Songis
67eb04e44c Merge branch 'next' into schwabe/ar9x_test_and_fix 2016-08-01 07:03:17 +02:00