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

555 commits

Author SHA1 Message Date
Damjan Adamic
6304679582 Working ADC3 driver for 9XE additional analog inputs (driver source based on Michael Blandford's code) 2014-12-19 20:16:23 +01:00
bsongis
4394d18b13 MenuGeneral split - 2nd part 2014-12-15 20:39:06 +01:00
bsongis
4c2c85fe9f MEGA2560 didn't compile correctly 2014-12-08 20:20:13 +01:00
bsongis
a9e64c3603 #1761 - Radio part done 2014-12-08 19:39:54 +01:00
Damjan Adamic
f8203b72f7 perMainArm() renamed to perMain() 2014-12-07 10:12:26 +01:00
Damjan Adamic
8aeb35c912 Refactoring continued: Try to run lua scripts before the first LCD function 2014-12-06 15:36:10 +01:00
Damjan Adamic
5c8e8ebbe5 Separated perMain() for ARM and other platforms 2014-12-06 12:44:30 +01:00
bsongis
22c2846992 Trims displayed on main view - related to #1419 2014-12-02 07:26:12 +01:00
bsongis
d64989baac All X9E switches now working 2014-11-27 23:09:14 +01:00
bsongis
06437b2954 Switches configuration + Switches/Pots/Sliders/Sticks custom names 2014-11-21 18:22:13 +01:00
bsongis
b492d43f73 Cosmetics 2014-11-20 23:22:43 +01:00
bsongis
8eef4cd0bd #1850 2014-11-16 22:18:37 +01:00
Damjan Adamic
ede1f7ff6f Fixed bmpLoad():
* added gtests
 * fixed various memory leaks
 * fixed wrong display of images with width < 8
 * fixed wrong display of images with odd width and/or height
2014-11-16 19:56:04 +01:00
bsongis
88d9691d16 Telemetry refactoring - Fixes #1634 2014-11-08 12:06:42 +01:00
bsongis
1066176b0f Fixes #1796 - needs tests on the nightly builds. Caution I removed the
lcd.lock() function completely
2014-10-22 20:39:19 +02:00
bsongis
0b8963b15e Shutdown sound - bye.wav - A little bit related to #719 2014-10-15 23:27:18 +02:00
bsongis
f57444f1cb Master/SBUS Module now working 2014-09-29 07:47:08 +02:00
bsongis
440cd6a162 New trainer modes:
- Master / SBUS module
- Master / CPPM module
- Master / SBUS in battery compartment
Thanks to Mike for this feature!
2014-09-29 07:47:08 +02:00
bsongis
e4bb750c1f Fixes #1735 2014-09-19 20:19:55 +02:00
bsongis
2f8b9347a4 Global functions (only Firmware) - saves 20bytes flash on 9X stock 2014-09-18 11:44:09 +02:00
bsongis
99e87050f3 Overflow on OverrideCHxx functions on ARM boards (range is now
-150:+150)
2014-09-15 18:50:23 +02:00
bsongis
74252f787b Fixes #1633 2014-09-15 15:47:46 +02:00
bsongis
fff69c74f4 Tests added to avoid doing anything in the Lua interpreter after a Lua
Panic
2014-09-15 10:07:24 +02:00
mhotar
e05a16988f No special characters in edit fields for CZ language, but enabled in internally defined strings.
It fixes autogenerated Input names.
2014-09-15 10:06:20 +02:00
bsongis
f584766fc7 The Lua Wizard was broken in 2.0.11 2014-09-10 15:35:53 +02:00
bsongis
056d915d37 Added DEBUG information (thanks again projectkk2glider!)
Conflicts:
	radio/src/opentx.cpp
2014-09-05 17:54:12 +02:00
bsongis
500602e8cc Fixes #1643 - Thanks to projectkk2glider for his help on this one
Conflicts:
	radio/src/lua.cpp
	radio/src/opentx.cpp
2014-09-05 17:54:12 +02:00
bsongis
f865af2cbe tasks.cpp added to deal with OpenTX tasks on ARM 2014-09-03 19:07:12 +02:00
bsongis
0a86153843 SBUS 2014-09-01 15:15:26 +02:00
bsongis
e620230e44 STAY replaced by EDGE in constants names 2014-08-28 21:03:15 +02:00
Damjan Adamic
98e352b8e3 Fixes #1622: Lua function script not called for SF >= 8 2014-08-23 18:29:38 +02:00
bsongis
4d84ba4c19 LCD refactoring - saves 6 bytes on 9x stock 2014-08-20 22:29:45 +02:00
bsongis
1454eff428 Fixes #1092 - Chronos names 2014-08-18 14:17:59 +02:00
bsongis
36481471a3 Fixes #1595 2014-08-13 11:37:03 +02:00
bsongis
39edaff669 Problems with S3 on Taranis (not plus) 2014-08-04 10:19:31 +02:00
bsongis
7a85328b86 #1549 (Firmware part) 2014-07-23 17:05:14 +02:00
bsongis
eea1c3a84c SAFETY renamed to OVERRIDE 2014-07-21 20:38:44 +02:00
bsongis
fa3c50df8e Fixes #1458 2014-07-06 18:58:34 +02:00
Damjan Adamic
8c010277c9 Renamed s_timeCumTot to sessionTimer 2014-07-04 11:09:30 +02:00
bsongis
17a2865070 Fixes #1424 2014-07-02 21:50:25 +02:00
bsongis
6716482ae4 Fixes #1428 2014-07-02 16:34:26 +02:00
bsongis
1d1a815ef7 lcd.drawChannel(...) added. Possibility to write telemetry values using
different sizes
2014-07-01 17:36:39 +02:00
bsongis
09842fe531 Telemetry "voltages" and "after flight" screens may be overriden by
telempw.lua and telemaf.lua
2014-07-01 12:10:17 +02:00
bsongis
4b64862cf2 New automatic tests added for the LCD 2014-06-30 15:55:19 +02:00
bsongis
5fcba6e193 Fixes #1339 2014-06-21 21:49:26 +02:00
Bertrand Songis
a191543ee3 Merge pull request #1298 from ChrisNisbet01/mass_storage_in_firmware
CN - Adds support for a mass storage USB device in the main firmware.
2014-06-20 11:03:59 +02:00
bsongis
6908509d79 CopyTrimsToOffset function added - #1323 2014-06-19 23:52:50 +02:00
bsongis
b1f44d7101 Fixes #1323 2014-06-19 23:17:50 +02:00
bsongis
a9ad37cab9 Fixes #1304 - A1, A2, A3, A4, RSSI, SWR and Telemetry State alarms are
now Critical alarms and are played in "Alarm" mode.
2014-06-19 15:09:09 +02:00
Bertrand Songis
7e147c71c1 Merge pull request #1312 from opentx/projectkk2glider/issue_115
Fixes issue #115
2014-06-19 07:31:03 +02:00