Bertrand Songis
900266be4a
[Crossfire] Cosmetics
2016-06-16 15:18:32 +02:00
Bertrand Songis
c172d9727c
[Crossfire] Telemetry logs parser
2016-06-14 21:50:50 +02:00
Andre Bernet
4226b7c89b
Fix overlap in numbered sound file names
2016-06-12 12:02:51 +02:00
reichi
0c926e5d19
Allow software based volume control ( #3556 )
...
* Allow software based volume control
- enable it for AR9X
- rename "HARDWARE_VOLUME" defines to "MASTER_VOLUME"
- adjust build-firmware.py and fwoptions.py
* Software based volume control: Do it right
* whitespace cleanup
* software volume: cleanup/revert some leftovers of undone changes
2016-06-09 22:50:06 +02:00
Bertrand Songis
5767be27b6
[Crossfire] New frame ATTITUDE added
2016-06-04 12:36:37 +02:00
Bertrand Songis
5f65217124
[MEGA2560] Add KS108 lcd + voice + "far" splash for firmware > 64Kb ( #3515 )
2016-05-25 21:21:51 +02:00
Bertrand Songis
32576b6f72
LUA option added to automatic builds
2016-05-19 07:00:27 +02:00
Bertrand Songis
1da69e4066
Dockerfile updated (zip needed for sd packs)
2016-05-17 23:52:47 +02:00
Bertrand Songis
cc6ccdc3ab
Travis good?
2016-05-14 12:15:49 +02:00
Bertrand Songis
0467ef862f
Again OK with python2
2016-05-14 12:09:26 +02:00
Bertrand Songis
30f2f3a1e4
Again OK with python2
2016-05-14 12:08:11 +02:00
Bertrand Songis
f63a9c4cb7
Travis install time reduced ( #3493 )
2016-05-14 11:33:02 +02:00
Bertrand Songis
7908eaa406
[All] Code refactoring
...
- keys beep and haptic refactoring (not anymore audio events)
- trims move/mid/min/max refactoring (trim end splitted to trim min / trim max)
- S6R new alarms
- S6R servos/rx status displayed as a text (not an integer which has no sense)
- Timer countdown configuration
- The splash was not displayed (but the timeout was there) after the first calibration
2016-05-13 14:41:48 +02:00
Bertrand Songis
77888ae200
TTS scripts were completely broken
2016-05-13 13:08:56 +02:00
Bertrand Songis
fa9b94bb71
Cosmetics
2016-05-07 15:36:36 +02:00
Bertrand Songis
8dee23d9d3
Build scripts update
2016-05-05 22:33:53 +02:00
Bertrand Songis
a5a4309cee
Build scripts update
2016-05-05 20:24:43 +02:00
Bertrand Songis
1d7f33e23f
Build scripts update
2016-05-05 13:56:40 +02:00
Bertrand Songis
870b6e2c68
Build scripts update
2016-05-05 11:27:51 +02:00
Bertrand Songis
65c4b26181
Build scripts update
2016-05-04 18:59:07 +02:00
Bertrand Songis
cc8ea42cdb
Build scripts update
2016-05-03 07:36:25 +02:00
Bertrand Songis
d2f654e32d
Build scripts update
2016-05-02 23:36:57 +02:00
Bertrand Songis
30056224a6
Build scripts update
2016-05-02 23:30:44 +02:00
Bertrand Songis
bded417e8d
Build scripts update
2016-05-02 23:28:54 +02:00
Bertrand Songis
0e26f03a1c
Compilation scripts update
2016-05-02 23:25:24 +02:00
Bertrand Songis
895a62c84e
Unit "milliwatts" missing in french TTS
2016-05-01 22:48:54 +02:00
Arne Schwabe
7b30201867
Implement Multimodule TX options for Companion
2016-04-18 00:09:51 +02:00
Bertrand Songis
9c0e0a136a
Simplification for div_and_round function
2016-04-16 18:26:14 +02:00
Bertrand Songis
dd2ff29601
[AVR] Flash usage on 9X now almost equals to 2.1 release
2016-04-10 12:50:43 +02:00
Bertrand Songis
b7939dc742
Executable permissions for checksize.py
2016-04-10 11:52:49 +02:00
Bertrand Songis
070c64631a
[Horus] Font again. How is it now?
2016-04-09 19:39:03 +02:00
Bertrand Songis
2f1f4243f0
[Horus] Is the font better?
2016-04-09 18:23:29 +02:00
Bertrand Songis
79fcaec78f
[Horus] DE special chars added
2016-04-08 09:05:07 +02:00
Bertrand Songis
ce0b17744c
French special chars added
2016-04-05 09:53:14 +02:00
Bertrand Songis
1f54c61e41
Dockerfile fixes ported to 'next'
2016-03-30 23:14:17 +02:00
Bertrand Songis
e4d820b11e
Dockerfile cosmetics
2016-03-30 18:51:42 +02:00
Bertrand Songis
4382445123
Cosmetics
2016-03-30 07:56:02 +02:00
Bertrand Songis
2e6570e209
New script to check AVR firmware size, as it seems it increased over time in the 'next' branch ...
2016-03-29 21:35:46 +02:00
Arne Schwabe
86076bbf32
Also backup members inside unions,
...
the code is a bit more complicated since unions can have structs or simple types. Also change Telemetry sensor to be a struct, since a class with all public is identical to a struct in C++
2016-03-29 16:05:32 +02:00
Bertrand Songis
8c636e31d9
Dockerfile updated
2016-03-26 23:06:54 +01:00
Bertrand Songis
c2412ca05e
Python scripts with the executable flag
2016-03-26 23:04:39 +01:00
Bertrand Songis
dfd4a04220
Revert "Also backup members inside unions,"
...
This reverts commit dd76e9d8bf
.
2016-03-26 15:48:42 +01:00
Bertrand Songis
0273038289
Python build script fix
2016-03-26 12:48:47 +01:00
Bertrand Songis
6b4da258e7
Merge pull request #3385 from schwabe/next
...
Also backup members inside unions,
2016-03-26 09:22:07 +01:00
Bertrand Songis
47f083e1c8
Now we will try to build simulators the same way
2016-03-25 22:50:45 +01:00
Bertrand Songis
c2786d36c9
More compilation server errors
2016-03-25 19:12:35 +01:00
Bertrand Songis
7501608aca
Build output now saved in a .out file ... so that we can grep for warnings!
2016-03-25 16:53:09 +01:00
Bertrand Songis
862199f822
Dockerfile commited
2016-03-25 16:23:12 +01:00
Bertrand Songis
ccfcfa85d0
Dockerfile commited
2016-03-25 15:56:21 +01:00
Bertrand Songis
884e1feee4
Dockerfile commited
2016-03-25 15:47:48 +01:00