Rev 454 | Rev 459 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
321 | cascade | 1 | /**************************************************************************** |
2 | * Copyright (C) 2009 by Claas Anders "CaScAdE" Rathje * |
||
3 | * admiralcascade@gmail.com * |
||
4 | * Project-URL: http://www.mylifesucks.de/oss/c-osd/ * |
||
5 | * * |
||
6 | * This program is free software; you can redistribute it and/or modify * |
||
7 | * it under the terms of the GNU General Public License as published by * |
||
8 | * the Free Software Foundation; either version 2 of the License. * |
||
9 | * * |
||
10 | * This program is distributed in the hope that it will be useful, * |
||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of * |
||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * |
||
13 | * GNU General Public License for more details. * |
||
14 | * * |
||
15 | * You should have received a copy of the GNU General Public License * |
||
16 | * along with this program; if not, write to the * |
||
17 | * Free Software Foundation, Inc., * |
||
18 | * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
||
19 | ****************************************************************************/ |
||
455 | cascade | 20 | |
21 | 20090513-1040 |
||
22 | *some code movement |
||
23 | +artificial horizon for FC-ONLY mode |
||
389 | cascade | 24 | |
454 | cascade | 25 | 20090512-2100 |
455 | cascade | 26 | +some FCONLY basics (set FCONLY to 1 in main.h to use it) |
454 | cascade | 27 | |
453 | cascade | 28 | 20090511-2345 |
29 | *battery voltages now calculated according to CELL_VOLT_MIN CELL_VOLT_MAX and CELL_NUM |
||
30 | *CELL_NUM -1 causes a rough auto detection of cell number |
||
31 | -UBAT_WRN and UBAT_MAX are now deprecated |
||
32 | |||
412 | cascade | 33 | 20090427-2315 |
34 | +write_gps_pos(...) (needs to be tested) |
||
35 | +gps position is shown in stats screen for testing purpose |
||
36 | |||
410 | shaddi | 37 | 20090427-2131 |
38 | *stats are only collected while engines running (shaddi) |
||
39 | |||
409 | shaddi | 40 | 20090427-2102 |
410 | shaddi | 41 | *fixed maximum distance in stats (shaddi) |
409 | shaddi | 42 | |
407 | cascade | 43 | 20090427-2050 |
44 | *clear() now faster |
||
45 | *fixed calculation of max speed in stats (shaddi) |
||
46 | *littel typo in artificial horizon (thx joko) |
||
47 | *stats are only shown AFTER flight (more specific, after motors had been on at least once) |
||
48 | +indication icon for serial link (requires new character 198) |
||
49 | +indication icon for manual controll (stick > stick threshold) |
||
50 | (Character set 192 needs to be reflashed since new icon is in it) |
||
51 | |||
389 | cascade | 52 | 20090420-0205 |
53 | *reset-bug fixed |
||
54 | *moved code a bit |
||
407 | cascade | 55 | |
387 | cascade | 56 | 20090419-2145 |
57 | *reset-bug workaround in usart1.c: usart1_DisableTXD and usart1_EnableTXD |
||
379 | cascade | 58 | |
386 | cascade | 59 | 20090419-1900 |
60 | *fixed bug in heading-fine conv for bearing to home |
||
61 | |||
385 | cascade | 62 | 20090419-1245 |
63 | *compass characters bigger |
||
64 | *battery position |
||
65 | +voltage-symbol to battery-voltage |
||
66 | (Character Set 208 needs to be reflashed since compass chars are in it) |
||
67 | |||
383 | cascade | 68 | 20090418-2015 |
69 | *fixed bug in Character Set 128 (reflash it if you already flashed it!) |
||
385 | cascade | 70 | +another set of vario chars |
383 | cascade | 71 | *changed vario to use new characters |
72 | *moved vario/home-bearing positions |
||
385 | cascade | 73 | *big vario now enabled via menu or BIGVARIO |
383 | cascade | 74 | (Character Set 112 needs to be flashed) |
385 | cascade | 75 | |
379 | cascade | 76 | 20090418-1235 |
77 | +big vario for testing purpose |
||
78 | (Character Set 192 needs to be flashed) |
||
383 | cascade | 79 | |
377 | cascade | 80 | 20090418-0100 |
81 | *variometer uses more steps (9 instead of 5) |
||
82 | *home-arrow is now home-clock using more steps (22,5° resolution) |
||
83 | +visual battery-gauge according to difference between UBAT_WRN and UBAT_MAX |
||
321 | cascade | 84 | |
375 | cascade | 85 | 20090417-1115 |
86 | *changed calculation of km/h (thx wowie) |
||
87 | *added JochenK_(joko)'s characters |
||
88 | (Character-Sets 128, 136, 144, 152, 160, 168, 176 and 184 need to be flashed!) |
||
89 | |||
367 | cascade | 90 | 20090408-1245 (shaddi) |
91 | *fixed distance towards home |
||
92 | |||
349 | cascade | 93 | 20090408-0035 |
94 | *rewrote number->display functions |
||
95 | *fixed height bug (uint vs int) |
||
96 | |||
346 | cascade | 97 | 20090407-2100 |
98 | +added request of OSD data, disrequest of debug data and uptime reset to menu |
||
99 | -removed the uptime-reset binding from S2 |
||
100 | +pgm space for some strings to save _normal_ data space |
||
101 | *some code movement |
||
102 | |||
339 | cascade | 103 | 20090406-0130 |
104 | *MK-Datastruct updated to work with NaviCtrl 0.15c firmware |
||
105 | *changed flags from NO* to invers versions |
||
106 | *enhanced the menu a bit |
||
107 | -artificial horizon at bootup, the menu is cooler imho |
||
108 | |||
336 | cascade | 109 | 20090405-0207 |
110 | +NOOSD as requested |
||
111 | *height now corrected (thx lephisto) and displayed as .x up to 10m |
||
112 | |||
331 | cascade | 113 | 20090402-0106 |
114 | + disabling the txd pin while not using it so it won't interfere with KopterTool usage (thx joko) |
||
115 | + if no data has been received for over 2sec we re-request it |
||
116 | * tried source organisation a bit |
||
117 | |||
330 | shaddi | 118 | 20090401-1741 (shaddi) |
119 | + More precise Veriometer. Uses more more characters to show the speed of the movement |
||
120 | (Character-Set 232 needs to be flashed!) |
||
331 | cascade | 121 | |
326 | cascade | 122 | 20090331-1549 |
123 | + simple config menu during runtime, press S1 to jump in, S2 to cyle and S1 to accept choice |
||
124 | - S1 no longer requests the NC data |
||
331 | cascade | 125 | |
324 | cascade | 126 | 20090331-1305 |
127 | + added more statistics |
||
128 | * corrected S1/S2 mapping (d'oh) |
||
129 | + started simple mode controll, press S2 during bootup toggles artificial horizon |
||
130 | |||
321 | cascade | 131 | 20090329-1452 |
324 | cascade | 132 | * fixed bearing to home |
133 | + added flight stats (shown while engines off) |
||
134 | + sat icon should indicate PH/CH/Free now |
||
135 | + you need to flash characters 224-231 if you were using previous versions |
||
321 | cascade | 136 | |
137 | 20090327-2140 |
||
324 | cascade | 138 | * fixed km/h (was cm/s) |
139 | * fixed height m (was dm) |
||
140 | * modified incoming data speed to 100ms (was 200ms) |
||
321 | cascade | 141 | |
142 | 20090326-2031 |
||
455 | cascade | 143 | + first binary release |