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

14171 commits

Author SHA1 Message Date
bsongis
0115012eff Telemetry screens now visible on simu 2012-01-05 18:00:46 +00:00
bsongis
5fbec8a513 Functions for drawing horizontal lines may not have an int8_t width argument or the max size will be 127 when 128 is needed. 2012-01-05 17:59:54 +00:00
bsongis
29cc8a3529 gruvin9x issue 81 2012-01-03 18:22:14 +00:00
bsongis
26bfcae3e7 FRSKY + FRSKY HUB for open9x in companion9x 2012-01-02 21:08:48 +00:00
bsongis
64f8123987 gcc on MAC warnings 2011-12-29 20:57:39 +00:00
bsongis
f88064273d Warnings on gcc (apple) compilation 2011-12-22 11:18:20 +00:00
bsongis
6e2ee25fee Cosmetics: .rule files added to svn:ignore + a warning removed 2011-12-21 18:02:35 +00:00
bsongis
492052e04e Stupid compilers don't like when we mix uint16_t:14 and uint8_t:1 in the same struct 2011-12-17 16:43:45 +00:00
bsongis
851950338d I commited the 0 division for c9x test ... 2011-12-16 20:51:47 +00:00
bsongis
43ccaa60e6 Now it compiles without a warning under Visual C++ ... Why? Only because I wanted to have exceptions catched under Windows as we have on Linux. Most users are Windows. They will be all testers :) 2011-12-16 19:06:28 +00:00
bsongis
88fca5135d Added a SIMU_EXCEPTIONS definition for allowing asserts (and on Linux all SIGFPE/SIGSGF ...) to be displayed in c9x as errors in a MessageBox. It's better than crashing the whole tool and will allow us to easily find the error thanks to the stack which will be displayed. No need to generate new hexes, nothing changed. 2011-12-14 18:34:53 +00:00
bsongis
b72fb334d4 Warnings removed 2011-12-13 19:13:00 +00:00
bsongis
b491bf5dfe Division per 0 in flight phases maths. 2011-12-13 07:30:07 +00:00
bsongis
423ca57f10 Non regression test for 0 division issue in flight phases switch 2011-12-12 18:53:36 +00:00
bsongis
8a2e035dc9 Last lines of SETUP 1/10 were buggy 2011-12-10 19:10:42 +00:00
bsongis
835d8dc0f4 svn::ignore updated 2011-12-08 22:59:08 +00:00
bsongis
934e176b47 Issue 80 solved. To be improved later in trunk. 2011-12-08 21:43:55 +00:00
bsongis
f25c282249 Minor changes to avoid infinite loops inside companion9x 2011-12-08 19:48:40 +00:00
bsongis
9c40d8b9b3 Minor changes to avoid infinite loops inside companion9x 2011-12-08 19:02:38 +00:00
bsongis
aefc409173 One ; removed 2011-12-08 19:00:22 +00:00
bsongis
53d9ddfacd Minor changes to be able to wrap everything into a simulation tool inside companion9x 2011-12-07 20:36:13 +00:00
bsongis
87dddbb773 Throttle expo feature removed. If really needed, there are plenty of other ways to achieve it. 2011-12-03 21:51:20 +00:00
bsongis
352b04302a Simu for V4. First draft of rotary encoders use in menus 2011-12-03 16:40:36 +00:00
bsongis
8faf304b14 Simu compilation error 2011-12-03 16:06:27 +00:00
bsongis
6a579226cd Simu async lcd display 2011-11-28 21:32:04 +00:00
bsongis
a82d2346a8 The circles again, smoother especially with general settings 2011-11-27 21:33:52 +00:00
bsongis
7a525257bd And now the progress vertical bar. So 4 different pictos/anims select-able via a #define in the end of file.cpp. All comments / other ideas welcome! 2011-11-26 22:52:13 +00:00
bsongis
c38cb2e0ff Progress circle in all menus 2011-11-26 22:30:00 +00:00
bsongis
ab5de66405 Smoother with this formula 2011-11-26 16:12:09 +00:00
bsongis
e0cdbb8294 Another animation (circle). Comments welcome :) 2011-11-26 16:02:46 +00:00
bsongis
2ec3769bb5 One byte read 2 times in EEPROM when it could be read only one time 2011-11-26 13:02:56 +00:00
bsongis
5e633363a9 EEPROM async write bug solved. Progress bar. Popup on MODELSEL. Simu EEPROM async write. 2011-11-26 12:55:00 +00:00
bsongis
9761da9de3 Issues with current model during copy / move operations in MODELSEL menu. 2011-11-25 11:04:38 +00:00
bsongis
5d9a2a483b Gruvin9x issue 73 solved 2011-11-19 13:22:02 +00:00
bsongis
afe2e339b3 Some RAM saved in getADC functions (port from er9x). Reverse throttle issue 14 solved. Bug in mixer delays. PPM frame length configurable. 2011-11-18 18:45:12 +00:00
bsongis
a9a8947744 More inline in pulses.cpp. Saves 4 bytes flash as well when DSM2 not used :) 2011-11-17 22:04:13 +00:00
bsongis
2b4823ab84 Last changes to gruvin9x 2011-11-17 21:35:33 +00:00
bsongis
3772179692 Function not used removed 2011-11-09 20:33:17 +00:00
bsongis
14104d00a2 Bugs in EXPOS/DR 2011-11-09 20:11:15 +00:00
bsongis
58ab92f7a8 Cosmetics 2011-11-09 19:12:47 +00:00
bsongis
af4391857e Problem with putsStr and LEADING0 2011-10-31 08:37:26 +00:00
bsongis
5a29859183 Minor bug: when adding a Mix/Expo after or before a line, the event was not killed. 2011-10-30 07:49:22 +00:00
bsongis
f529eca41c The last one was not the very last. This is the winner: curve screen is impossible to use. All values move in the same time. Found on the runway before my Yak first flight. 2011-10-16 17:50:01 +00:00
bsongis
c3bb6ac2b5 Bugs in model copy 2011-10-14 19:45:53 +00:00
bsongis
54d6634a8b Calibration screen. Bugs and optimizations. 2011-10-13 18:23:01 +00:00
bsongis
f131b0a016 Huge ram saving (320bytes) + expos order change 2011-10-10 19:58:02 +00:00
bsongis
f65942d83b Issue 57 solved 2011-10-10 09:42:20 +00:00
bsongis
423a394bb4 Trims2Offsets feature is back 2011-10-10 08:42:30 +00:00
bsongis
7f41efd74d Import current stable gruvin9x version eeproms (v3) 2011-10-09 20:29:05 +00:00
bsongis
8312f5d20e Many MODELSEL screen bugs solved 2011-10-09 12:16:48 +00:00