Arne Schwabe
aa5d8c4ba7
Remove remaining references to Mavlink
2018-07-05 12:05:55 +02:00
Arne Schwabe
c80f0da4ac
Remove various references of AVR from script and referenced files
2018-07-05 12:05:55 +02:00
Arne Schwabe
9c7cfe9252
Remove all CPUM128/CPUM2560/CPUM2561 macros
...
Also remove pulses_avr*
2018-07-05 12:05:55 +02:00
Arne Schwabe
a5b44fa877
Remove ARM_FIELD and AVR_FIELD macros
2018-07-05 12:05:55 +02:00
Arne Schwabe
fdedcf4de0
Remove CASE_CURVES
2018-07-05 12:05:55 +02:00
Arne Schwabe
8530cce10a
Remove CASE_PERSISTENT_TIMERS
2018-07-05 12:05:55 +02:00
Arne Schwabe
c75d873b91
Remove CASE_CPUARM and IF_CPUARM macros
2018-07-05 12:05:55 +02:00
Arne Schwabe
cbf60380f2
Assume CURVES are always defined
2018-07-05 12:05:55 +02:00
Arne Schwabe
e76d1d0c3d
Remove unused telemetry protocols
2018-07-05 12:05:55 +02:00
Arne Schwabe
d831b0f55e
More AVR cleanup
2018-07-05 12:05:54 +02:00
Max Paperno
4300e4b022
Merge branch '2.2' into 2.3
2018-07-05 05:30:58 -04:00
3djc
ca3093e07e
Do not build avr simu anymore
2018-07-05 10:26:17 +02:00
3djc
47cfd7da98
Fix some files permission
2018-07-05 10:06:19 +02:00
3djc
8e66b32c95
Fix some files permission
2018-07-05 10:05:07 +02:00
Kilrah
1dd3aadbd8
Display stick type when applicable
...
(cherry picked from commit daedeed
)
2018-07-05 08:44:39 +02:00
LapinFou
ec49fb9e49
Shorten translation.
...
(cherry picked from commit 337e224
)
2018-07-05 08:44:28 +02:00
LapinFou
4313d23ba7
Updated French Translation.
...
(cherry picked from commit 8dda878
)
2018-07-05 08:44:19 +02:00
LapinFou
5a6f3f04e7
Initial version.
...
(cherry picked from commit eeaab12
)
2018-07-05 08:44:13 +02:00
Arne Schwabe
aa1493cad0
Use nano.spec for linking bootloader ( #6004 )
...
This saves about 2kB on the Taranis X-Lite
(cherry picked from commit 5dd0ac7
)
2018-07-05 08:43:46 +02:00
3djc
dd632969f3
Massive clean thanks to Schwabe : unifdef -m -DCPUARM -UCPUM64 -UCPUM2560 -UPCBSTD -UPCBMEGA2560 -UPCBGRUVIN9X -UPCB9X $(find . -name "*.cpp" -or -name "*.h")
2018-07-05 08:04:55 +02:00
3djc
c032b30247
avr-remove remove files in main dir and targets
2018-07-03 09:44:03 +02:00
3djc
ec0c82a4bf
avr-remove main CmakeList
2018-07-03 09:29:20 +02:00
3djc
b07547df75
Remove avr from commit-tests.sh
2018-07-03 09:00:27 +02:00
3djc
617cc47231
Ask Travis to not build avr anymore
2018-07-02 15:14:42 +02:00
3djc
fd68286b2f
Merge pull request #6011 from opentx/LapinFou/Fr_Translation
...
Updated French translation
2018-07-02 12:33:33 +02:00
Kilrah
daedeed8d7
Display stick type when applicable
2018-07-02 12:29:54 +02:00
LapinFou
337e224ad3
Shorten translation.
2018-07-02 10:17:25 +02:00
LapinFou
8dda878c62
Updated French Translation.
2018-07-01 18:05:56 +02:00
LapinFou
eeaab1268e
Initial version.
2018-07-01 18:03:23 +02:00
Arne Schwabe
5dd0ac75bc
Use nano.spec for linking bootloader ( #6004 )
...
This saves about 2kB on the Taranis X-Lite
2018-06-30 17:40:33 +02:00
Max Paperno
60c8b1b2be
Change to v2.3 [ci skip]
2018-06-29 20:13:27 -04:00
Max Paperno
d233fa39bd
Bump version to 2.3.0 in CMakeFiles.
2018-06-29 19:44:39 -04:00
Arne Schwabe
a26879dca8
Revert "Remove -nostartfiles linker option from bootloader ( #5996 )"
...
This reverts commit 17b4aa2466
.
Removing the -nostartfiles caused the Taranis bootloader to include
a number of strange functions. Instead define _fini to avoid the linker
issues.
2018-06-30 00:46:50 +02:00
Arne Schwabe
429d55769c
Revert "Remove -nostartfiles linker option from bootloader ( #5996 )"
...
This reverts commit 17b4aa2466
.
Removing the -nostartfiles caused the Taranis bootloader to include
a number of strange functions. Instead define _fini to avoid the linker
issues.
2018-06-30 00:39:54 +02:00
Yannick Richter
9cbd0b9813
Full 11 bit USB HID gamepad resolution and fixed offsets for compatibility ( #5825 )
...
* Changed USB Gamepad resolution to full 11 bit and fixed offset issues for some games
* Changed USB Gamepad resolution to full 11 bit and fixed offset issues for some games
* Changed USB Gamepad resolution to full 11 bit and fixed offset issues for some games
2018-06-29 08:07:30 +02:00
Max Paperno
71912cfdbd
Refactor Companion Windows install and installer targets ( #5949 )
...
* [companion][build][Windows] Refactor 'install' and 'installer' targets: Use qtwindeploy to collect Qt dependencies; 'install' with WIN_DO_FULL_INSTALL=YES now really copies everything needed; Simplified NSIS script, now also supports MinGW build; Refactor libeay search.
* Rename nsis input script.
* Fix NSIS input script name in CMakeLists.txt.
* [Companion][build] Create new Windows icon with more sizes; move icon files out of src root.
2018-06-29 08:07:02 +02:00
3djc
7db74cb017
Review pulse start sequence ( #5998 )
2018-06-29 08:05:08 +02:00
Max Paperno
2eec091ac0
Companion custom functions sound playback fixes ( #6000 )
...
* [CompanionIcon] Can now add multiple image files to icon for representing different UI states (checked/active/etc).
* [Companion][CustomFunctionsPanel] Fix sound file locked after playback (fixes #5222 , fixes #5997 ); Refactor play button (fixes #4929 ); Create new QMediaPlayer on each play and load in "LowLatency" mode instead of stream.
2018-06-29 08:04:45 +02:00
Bertrand Songis
cb19949a82
Update CREDITS.txt
2018-06-28 00:28:47 +02:00
Sebastien Charpentier
54e0795e51
Fr Translation update ( #5991 )
...
* Initial version.
* Updated French translation.
2018-06-27 16:13:40 +02:00
Raphael Coeffic
1492a346d3
fixes #5988 ( #5992 )
2018-06-27 16:12:33 +02:00
Arne Schwabe
968e7233e5
Clean up PWM stick reads, remove double averaging ( #5995 )
...
We already do averaging in the normal anaIn/getADC().
Also according to Mike's and my own research we don't need the averaging.
Tested on two X-Lites with PMW sticks
2018-06-27 16:10:27 +02:00
Arne Schwabe
17b4aa2466
Remove -nostartfiles linker option from bootloader ( #5996 )
...
* Remove -nostartfiles linker option from bootloader
Compiling with this option creates undefined references to _fini
* Remove now empty init.c
2018-06-27 16:09:12 +02:00
Bertrand Songis
6be0c3f4c6
Update CREDITS.txt
2018-06-25 14:45:50 +02:00
Kilrah
c3b23fcc6e
Prevent users from cheating ( fix #5990 )
2018-06-25 09:44:16 +02:00
Bertrand Songis
af88b60c0e
Update CREDITS.txt
2018-06-24 15:50:37 +02:00
3djc
793e971460
early release prep
2018-06-23 10:22:12 +02:00
3djc
a9e88c272a
Remove misleading RC99 ( #5982 )
...
Replace 'release' by 'version' in a few places
2018-06-23 09:07:13 +02:00
3djc
f76c23d7f7
Remove nofp option for a few board ( #5986 )
...
* Remove nofp option for a few board
* Little fix
2018-06-23 09:06:43 +02:00
3djc
c8205c4cff
Cosmetics around R9M Lite FCC
2018-06-22 19:33:25 +02:00