Subversion Repositories FlightCtrl

Rev

Rev 1868 | Rev 1908 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1868 Rev 1887
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2
// + Copyright (c) 04.2007 Holger Buss
2
// + Copyright (c) 04.2007 Holger Buss
3
// + Nur für den privaten Gebrauch
3
// + Nur für den privaten Gebrauch
4
// + www.MikroKopter.com
4
// + www.MikroKopter.com
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
5
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
6
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
6
// + Es gilt für das gesamte Projekt (Hardware, Software, Binärfiles, Sourcecode und Dokumentation),
7
// + dass eine Nutzung (auch auszugsweise) nur für den privaten (nicht-kommerziellen) Gebrauch zulässig ist.
7
// + dass eine Nutzung (auch auszugsweise) nur für den privaten (nicht-kommerziellen) Gebrauch zulässig ist.
8
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
8
// + Sollten direkte oder indirekte kommerzielle Absichten verfolgt werden, ist mit uns (info@mikrokopter.de) Kontakt
9
// + bzgl. der Nutzungsbedingungen aufzunehmen.
9
// + bzgl. der Nutzungsbedingungen aufzunehmen.
10
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
10
// + Eine kommerzielle Nutzung ist z.B.Verkauf von MikroKoptern, Bestückung und Verkauf von Platinen oder Bausätzen,
11
// + Verkauf von Luftbildaufnahmen, usw.
11
// + Verkauf von Luftbildaufnahmen, usw.
12
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
12
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
13
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
13
// + Werden Teile des Quellcodes (mit oder ohne Modifikation) weiterverwendet oder veröffentlicht,
14
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
14
// + unterliegen sie auch diesen Nutzungsbedingungen und diese Nutzungsbedingungen incl. Copyright müssen dann beiliegen
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
15
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
16
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
16
// + Sollte die Software (auch auszugesweise) oder sonstige Informationen des MikroKopter-Projekts
17
// + auf anderen Webseiten oder sonstigen Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
17
// + auf anderen Webseiten oder sonstigen Medien veröffentlicht werden, muss unsere Webseite "http://www.mikrokopter.de"
18
// + eindeutig als Ursprung verlinkt werden
18
// + eindeutig als Ursprung verlinkt werden
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
19
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
20
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
20
// + Keine Gewähr auf Fehlerfreiheit, Vollständigkeit oder Funktion
21
// + Benutzung auf eigene Gefahr
21
// + Benutzung auf eigene Gefahr
22
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
22
// + Wir übernehmen keinerlei Haftung für direkte oder indirekte Personen- oder Sachschäden
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
23
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
24
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
24
// + Die Portierung der Software (oder Teile davon) auf andere Systeme (ausser der Hardware von www.mikrokopter.de) ist nur
25
// + mit unserer Zustimmung zulässig
25
// + mit unserer Zustimmung zulässig
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
26
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
27
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
27
// + Die Funktion printf_P() unterliegt ihrer eigenen Lizenz und ist hiervon nicht betroffen
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
28
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
29
// + Redistributions of source code (with or without modifications) must retain the above copyright notice,
30
// + this list of conditions and the following disclaimer.
30
// + this list of conditions and the following disclaimer.
31
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
31
// +   * Neither the name of the copyright holders nor the names of contributors may be used to endorse or promote products derived
32
// +     from this software without specific prior written permission.
32
// +     from this software without specific prior written permission.
33
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
33
// +   * The use of this project (hardware, software, binary files, sources and documentation) is only permittet
34
// +     for non-commercial use (directly or indirectly)
34
// +     for non-commercial use (directly or indirectly)
35
// +     Commercial use (for example: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
35
// +     Commercial use (for example: selling of MikroKopters, selling of PCBs, assembly, ...) is only permitted
36
// +     with our written permission
36
// +     with our written permission
37
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
37
// +   * If sources or documentations are redistributet on other webpages, out webpage (http://www.MikroKopter.de) must be
38
// +     clearly linked as origin
38
// +     clearly linked as origin
39
// +   * porting to systems other than hardware from www.mikrokopter.de is not allowed
39
// +   * porting to systems other than hardware from www.mikrokopter.de is not allowed
40
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
40
// +  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
41
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41
// +  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42
// +  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
43
// +  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
44
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
44
// +  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
45
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
45
// +  CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
46
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
46
// +  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
47
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
47
// +  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN// +  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
48
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
48
// +  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
49
// +  POSSIBILITY OF SUCH DAMAGE.
49
// +  POSSIBILITY OF SUCH DAMAGE.
50
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
50
// ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
51
#include <util/delay.h>
51
#include <util/delay.h>
52
#include <avr/eeprom.h>
52
#include <avr/eeprom.h>
53
#include <stddef.h>
53
#include <stddef.h>
54
#include "configuration.h"
54
#include "configuration.h"
55
#include "eeprom.h"
55
#include "eeprom.h"
56
#include "timer0.h"
-
 
57
 
56
 
58
int16_t variables[8] = {0,0,0,0,0,0,0,0};
57
int16_t variables[8] = {0,0,0,0,0,0,0,0};
59
dynamicParam_t dynamicParams = {48,251,16,58,64,8,150,150,2,10,{0,0,0,0,0,0,0,0},100,70,90,65,64,100,0,0,0};
58
dynamicParam_t dynamicParams = {48,251,16,58,64,8,150,150,2,10,{0,0,0,0,0,0,0,0},100,70,90,65,64,100,0,0,0};
60
uint8_t CPUType = ATMEGA644;
59
uint8_t CPUType = ATMEGA644;
61
uint8_t BoardRelease = 13;
60
uint8_t BoardRelease = 13;
62
 
61
 
63
/************************************************************************
62
/************************************************************************
64
 * Map the parameter to pot values                                    
63
 * Map the parameter to pot values                                    
65
 * Replacing this code by the code below saved almost 1 kbyte.
64
 * Replacing this code by the code below saved almost 1 kbyte.
66
 ************************************************************************/
65
 ************************************************************************/
67
 
66
 
68
void configuration_applyVariablesToParams(void) {
67
void configuration_applyVariablesToParams(void) {
69
  uint8_t i;
68
  uint8_t i;
70
#define SET_POT_MM(b,a,min,max) {if (a<255) {if (a>=251) b=variables[a-251]; else b=a;} if(b<=min) b=min; else if(b>=max) b=max;}
69
#define SET_POT_MM(b,a,min,max) {if (a<255) {if (a>=251) b=variables[a-251]; else b=a;} if(b<=min) b=min; else if(b>=max) b=max;}
71
#define SET_POT(b,a) { if (a<255) {if (a>=251) b=variables[a-251]; else b=a;}}
70
#define SET_POT(b,a) { if (a<255) {if (a>=251) b=variables[a-251]; else b=a;}}
72
  SET_POT(dynamicParams.MaxHeight,staticParams.MaxHeight);
71
  SET_POT(dynamicParams.MaxHeight,staticParams.MaxHeight);
73
  SET_POT_MM(dynamicParams.HeightD,staticParams.HeightD,0,100);
72
  SET_POT_MM(dynamicParams.HeightD,staticParams.HeightD,0,100);
74
  SET_POT_MM(dynamicParams.HeightP,staticParams.HeightP,0,100);
73
  SET_POT_MM(dynamicParams.HeightP,staticParams.HeightP,0,100);
75
  SET_POT(dynamicParams.Height_ACC_Effect,staticParams.Height_ACC_Effect);
74
  SET_POT(dynamicParams.Height_ACC_Effect,staticParams.Height_ACC_Effect);
76
  SET_POT(dynamicParams.CompassYawEffect,staticParams.CompassYawEffect);
75
  SET_POT(dynamicParams.CompassYawEffect,staticParams.CompassYawEffect);
77
  SET_POT_MM(dynamicParams.GyroP,staticParams.GyroP,10,255);
76
  SET_POT_MM(dynamicParams.GyroP,staticParams.GyroP,10,255);
78
  SET_POT(dynamicParams.GyroI,staticParams.GyroI);
77
  SET_POT(dynamicParams.GyroI,staticParams.GyroI);
79
  SET_POT(dynamicParams.GyroD,staticParams.GyroD);
78
  SET_POT(dynamicParams.GyroD,staticParams.GyroD);
80
  SET_POT(dynamicParams.IFactor,staticParams.IFactor);
79
  SET_POT(dynamicParams.IFactor,staticParams.IFactor);
81
  for (i=0; i<sizeof(staticParams.UserParams1); i++) {
80
  for (i=0; i<sizeof(staticParams.UserParams1); i++) {
82
    SET_POT(dynamicParams.UserParams[i],staticParams.UserParams1[i]);
81
    SET_POT(dynamicParams.UserParams[i],staticParams.UserParams1[i]);
83
  }
82
  }
84
  for (i=0; i<sizeof(staticParams.UserParams2); i++) {
83
  for (i=0; i<sizeof(staticParams.UserParams2); i++) {
85
    SET_POT(dynamicParams.UserParams[i + sizeof(staticParams.UserParams1)], staticParams.UserParams2[i]);
84
    SET_POT(dynamicParams.UserParams[i + sizeof(staticParams.UserParams1)], staticParams.UserParams2[i]);
86
  }
85
  }
87
  SET_POT(dynamicParams.ServoPitchControl,staticParams.ServoPitchControl);
86
  SET_POT(dynamicParams.ServoPitchControl,staticParams.ServoPitchControl);
88
  SET_POT(dynamicParams.LoopGasLimit,staticParams.LoopGasLimit);
87
  SET_POT(dynamicParams.LoopGasLimit,staticParams.LoopGasLimit);
89
  SET_POT(dynamicParams.AxisCoupling1,staticParams.AxisCoupling1);
88
  SET_POT(dynamicParams.AxisCoupling1,staticParams.AxisCoupling1);
90
  SET_POT(dynamicParams.AxisCoupling2,staticParams.AxisCoupling2);
89
  SET_POT(dynamicParams.AxisCoupling2,staticParams.AxisCoupling2);
91
  SET_POT(dynamicParams.AxisCouplingYawCorrection,staticParams.AxisCouplingYawCorrection);
90
  SET_POT(dynamicParams.AxisCouplingYawCorrection,staticParams.AxisCouplingYawCorrection);
92
  SET_POT(dynamicParams.DynamicStability,staticParams.DynamicStability);
91
  SET_POT(dynamicParams.DynamicStability,staticParams.DynamicStability);
93
  SET_POT_MM(dynamicParams.J16Timing,staticParams.J16Timing,1,255);
92
  SET_POT_MM(dynamicParams.J16Timing,staticParams.J16Timing,1,255);
94
  SET_POT_MM(dynamicParams.J17Timing,staticParams.J17Timing,1,255);
93
  SET_POT_MM(dynamicParams.J17Timing,staticParams.J17Timing,1,255);
95
 
94
 
96
#if defined (USE_NAVICTRL)
95
#if defined (USE_NAVICTRL)
97
  SET_POT(dynamicParams.NaviGpsModeControl,staticParams.NaviGpsModeControl);
96
  SET_POT(dynamicParams.NaviGpsModeControl,staticParams.NaviGpsModeControl);
98
  SET_POT(dynamicParams.NaviGpsGain,staticParams.NaviGpsGain);
97
  SET_POT(dynamicParams.NaviGpsGain,staticParams.NaviGpsGain);
99
  SET_POT(dynamicParams.NaviGpsP,staticParams.NaviGpsP);
98
  SET_POT(dynamicParams.NaviGpsP,staticParams.NaviGpsP);
100
  SET_POT(dynamicParams.NaviGpsI,staticParams.NaviGpsI);
99
  SET_POT(dynamicParams.NaviGpsI,staticParams.NaviGpsI);
101
  SET_POT(dynamicParams.NaviGpsD,staticParams.NaviGpsD);
100
  SET_POT(dynamicParams.NaviGpsD,staticParams.NaviGpsD);
102
  SET_POT(dynamicParams.NaviGpsACC,staticParams.NaviGpsACC);
101
  SET_POT(dynamicParams.NaviGpsACC,staticParams.NaviGpsACC);
103
  SET_POT_MM(dynamicParams.NaviOperatingRadius,staticParams.NaviOperatingRadius,10, 255);
102
  SET_POT_MM(dynamicParams.NaviOperatingRadius,staticParams.NaviOperatingRadius,10, 255);
104
  SET_POT(dynamicParams.NaviWindCorrection,staticParams.NaviWindCorrection);
103
  SET_POT(dynamicParams.NaviWindCorrection,staticParams.NaviWindCorrection);
105
  SET_POT(dynamicParams.NaviSpeedCompensation,staticParams.NaviSpeedCompensation);
104
  SET_POT(dynamicParams.NaviSpeedCompensation,staticParams.NaviSpeedCompensation);
106
#endif
105
#endif
107
  SET_POT(dynamicParams.ExternalControl,staticParams.ExternalControl);
106
  SET_POT(dynamicParams.ExternalControl,staticParams.ExternalControl);
108
}
107
}
109
 
108
 
110
const XLATION XLATIONS[] = {
109
const XLATION XLATIONS[] = {
111
  {offsetof(paramset_t, MaxHeight), offsetof(dynamicParam_t, MaxHeight)},
110
  {offsetof(paramset_t, MaxHeight), offsetof(dynamicParam_t, MaxHeight)},
112
  {offsetof(paramset_t, Height_ACC_Effect), offsetof(dynamicParam_t, Height_ACC_Effect)},
111
  {offsetof(paramset_t, Height_ACC_Effect), offsetof(dynamicParam_t, Height_ACC_Effect)},
113
  {offsetof(paramset_t, CompassYawEffect), offsetof(dynamicParam_t, CompassYawEffect)},
112
  {offsetof(paramset_t, CompassYawEffect), offsetof(dynamicParam_t, CompassYawEffect)},
114
  {offsetof(paramset_t, GyroI), offsetof(dynamicParam_t, GyroI)},
113
  {offsetof(paramset_t, GyroI), offsetof(dynamicParam_t, GyroI)},
115
  {offsetof(paramset_t, GyroD), offsetof(dynamicParam_t, GyroD)},
114
  {offsetof(paramset_t, GyroD), offsetof(dynamicParam_t, GyroD)},
116
  {offsetof(paramset_t, IFactor), offsetof(dynamicParam_t, IFactor)},
115
  {offsetof(paramset_t, IFactor), offsetof(dynamicParam_t, IFactor)},
117
  {offsetof(paramset_t, ServoPitchControl), offsetof(dynamicParam_t, ServoPitchControl)},
116
  {offsetof(paramset_t, ServoPitchControl), offsetof(dynamicParam_t, ServoPitchControl)},
118
  {offsetof(paramset_t, LoopGasLimit), offsetof(dynamicParam_t, LoopGasLimit)},
117
  {offsetof(paramset_t, LoopGasLimit), offsetof(dynamicParam_t, LoopGasLimit)},
119
  {offsetof(paramset_t, AxisCoupling1), offsetof(dynamicParam_t, AxisCoupling1)},
118
  {offsetof(paramset_t, AxisCoupling1), offsetof(dynamicParam_t, AxisCoupling1)},
120
  {offsetof(paramset_t, AxisCoupling2), offsetof(dynamicParam_t, AxisCoupling2)},
119
  {offsetof(paramset_t, AxisCoupling2), offsetof(dynamicParam_t, AxisCoupling2)},
121
  {offsetof(paramset_t, AxisCouplingYawCorrection), offsetof(dynamicParam_t, AxisCouplingYawCorrection)},
120
  {offsetof(paramset_t, AxisCouplingYawCorrection), offsetof(dynamicParam_t, AxisCouplingYawCorrection)},
122
  {offsetof(paramset_t, DynamicStability), offsetof(dynamicParam_t, DynamicStability)},
121
  {offsetof(paramset_t, DynamicStability), offsetof(dynamicParam_t, DynamicStability)},
123
  {offsetof(paramset_t, NaviGpsModeControl),
122
  {offsetof(paramset_t, NaviGpsModeControl),
124
   offsetof(dynamicParam_t, NaviGpsModeControl)},
123
   offsetof(dynamicParam_t, NaviGpsModeControl)},
125
  {offsetof(paramset_t, NaviGpsGain), offsetof(dynamicParam_t, NaviGpsGain)},
124
  {offsetof(paramset_t, NaviGpsGain), offsetof(dynamicParam_t, NaviGpsGain)},
126
  {offsetof(paramset_t, NaviGpsP), offsetof(dynamicParam_t, NaviGpsP)},
125
  {offsetof(paramset_t, NaviGpsP), offsetof(dynamicParam_t, NaviGpsP)},
127
  {offsetof(paramset_t, NaviGpsI), offsetof(dynamicParam_t, NaviGpsI)},
126
  {offsetof(paramset_t, NaviGpsI), offsetof(dynamicParam_t, NaviGpsI)},
128
  {offsetof(paramset_t, NaviGpsD), offsetof(dynamicParam_t, NaviGpsD)},
127
  {offsetof(paramset_t, NaviGpsD), offsetof(dynamicParam_t, NaviGpsD)},
129
  {offsetof(paramset_t, NaviGpsACC), offsetof(dynamicParam_t, NaviGpsACC)},
128
  {offsetof(paramset_t, NaviGpsACC), offsetof(dynamicParam_t, NaviGpsACC)},
130
  {offsetof(paramset_t, NaviWindCorrection), offsetof(dynamicParam_t, NaviWindCorrection)},
129
  {offsetof(paramset_t, NaviWindCorrection), offsetof(dynamicParam_t, NaviWindCorrection)},
131
  {offsetof(paramset_t, NaviSpeedCompensation), offsetof(dynamicParam_t, NaviSpeedCompensation)},
130
  {offsetof(paramset_t, NaviSpeedCompensation), offsetof(dynamicParam_t, NaviSpeedCompensation)},
132
  {offsetof(paramset_t, ExternalControl), offsetof(dynamicParam_t, ExternalControl)}
131
  {offsetof(paramset_t, ExternalControl), offsetof(dynamicParam_t, ExternalControl)}
133
};
132
};
134
 
133
 
135
const MMXLATION MMXLATIONS[] = {
134
const MMXLATION MMXLATIONS[] = {
136
  {offsetof(paramset_t, HeightD), offsetof(dynamicParam_t, HeightD),0,100},
135
  {offsetof(paramset_t, HeightD), offsetof(dynamicParam_t, HeightD),0,100},
137
  {offsetof(paramset_t, HeightP), offsetof(dynamicParam_t, HeightD),0,150},
136
  {offsetof(paramset_t, HeightP), offsetof(dynamicParam_t, HeightD),0,150},
138
  {offsetof(paramset_t, GyroP), offsetof(dynamicParam_t, GyroP),0,255},
137
  {offsetof(paramset_t, GyroP), offsetof(dynamicParam_t, GyroP),0,255},
139
  {offsetof(paramset_t, J16Timing), offsetof(dynamicParam_t, J16Timing),1,255},
138
  {offsetof(paramset_t, J16Timing), offsetof(dynamicParam_t, J16Timing),1,255},
140
  {offsetof(paramset_t, J17Timing), offsetof(dynamicParam_t, J17Timing),1,255},
139
  {offsetof(paramset_t, J17Timing), offsetof(dynamicParam_t, J17Timing),1,255},
141
  {offsetof(paramset_t, NaviOperatingRadius), offsetof(dynamicParam_t, NaviOperatingRadius),10,255}
140
  {offsetof(paramset_t, NaviOperatingRadius), offsetof(dynamicParam_t, NaviOperatingRadius),10,255}
142
};
141
};
143
 
142
 
144
uint8_t configuration_applyVariableToParam(uint8_t src, uint8_t min, uint8_t max) {
143
uint8_t configuration_applyVariableToParam(uint8_t src, uint8_t min, uint8_t max) {
145
  uint8_t result;
144
  uint8_t result;
146
  if (src>=251) result = variables[src-251];
145
  if (src>=251) result = variables[src-251];
147
  else result = src;
146
  else result = src;
148
  if (result < min) result = min;
147
  if (result < min) result = min;
149
  else if (result > max) result = max;
148
  else if (result > max) result = max;
150
  return result;
149
  return result;
151
}
150
}
152
 
151
 
153
void configuration_applyVariablesToParams_dead(void) {
152
void configuration_applyVariablesToParams_dead(void) {
154
  uint8_t i, src;
153
  uint8_t i, src;
155
  uint8_t* pointerToTgt;
154
  uint8_t* pointerToTgt;
156
  for(i=0; i<sizeof(XLATIONS)/sizeof(XLATION); i++) {
155
  for(i=0; i<sizeof(XLATIONS)/sizeof(XLATION); i++) {
157
    src = *((uint8_t*)(&staticParams + XLATIONS[i].sourceIdx));
156
    src = *((uint8_t*)(&staticParams + XLATIONS[i].sourceIdx));
158
    pointerToTgt = (uint8_t*)(&dynamicParams + XLATIONS[i].targetIdx);
157
    pointerToTgt = (uint8_t*)(&dynamicParams + XLATIONS[i].targetIdx);
159
    if (src < 255) {
158
    if (src < 255) {
160
      *pointerToTgt = configuration_applyVariableToParam(src, 0, 255);
159
      *pointerToTgt = configuration_applyVariableToParam(src, 0, 255);
161
    }
160
    }
162
  }
161
  }
163
 
162
 
164
  for(i=0; i<sizeof(MMXLATIONS)/sizeof(MMXLATION); i++) {
163
  for(i=0; i<sizeof(MMXLATIONS)/sizeof(MMXLATION); i++) {
165
    src = *((uint8_t*)(&staticParams + MMXLATIONS[i].sourceIdx));
164
    src = *((uint8_t*)(&staticParams + MMXLATIONS[i].sourceIdx));
166
    pointerToTgt = (uint8_t*)(&dynamicParams + XLATIONS[i].targetIdx);
165
    pointerToTgt = (uint8_t*)(&dynamicParams + XLATIONS[i].targetIdx);
167
    if (src < 255) {
166
    if (src < 255) {
168
      *pointerToTgt = configuration_applyVariableToParam(src, MMXLATIONS[i].min, MMXLATIONS[i].max);
167
      *pointerToTgt = configuration_applyVariableToParam(src, MMXLATIONS[i].min, MMXLATIONS[i].max);
169
    }
168
    }
170
  }
169
  }
171
 
170
 
172
  for (i=0; i<sizeof(staticParams.UserParams1); i++) {
171
  for (i=0; i<sizeof(staticParams.UserParams1); i++) {
173
    src = *((uint8_t*)(&staticParams + offsetof(paramset_t, UserParams1) + i));
172
    src = *((uint8_t*)(&staticParams + offsetof(paramset_t, UserParams1) + i));
174
    pointerToTgt = (uint8_t*)(&dynamicParams + offsetof(dynamicParam_t, UserParams) + i);
173
    pointerToTgt = (uint8_t*)(&dynamicParams + offsetof(dynamicParam_t, UserParams) + i);
175
    if (src < 255) {
174
    if (src < 255) {
176
      *pointerToTgt = configuration_applyVariableToParam(src, 0, 255);
175
      *pointerToTgt = configuration_applyVariableToParam(src, 0, 255);
177
    }    
176
    }    
178
  }
177
  }
179
 
178
 
180
  for (i=0; i<sizeof(staticParams.UserParams2); i++) {
179
  for (i=0; i<sizeof(staticParams.UserParams2); i++) {
181
    src = *((uint8_t*)(&staticParams + offsetof(paramset_t, UserParams2) + i));
180
    src = *((uint8_t*)(&staticParams + offsetof(paramset_t, UserParams2) + i));
182
    pointerToTgt = (uint8_t*)(&dynamicParams + offsetof(dynamicParam_t, UserParams) + sizeof(staticParams.UserParams1) + i);
181
    pointerToTgt = (uint8_t*)(&dynamicParams + offsetof(dynamicParam_t, UserParams) + sizeof(staticParams.UserParams1) + i);
183
    if (src < 255) {
182
    if (src < 255) {
184
      *pointerToTgt = configuration_applyVariableToParam(src, 0, 255);
183
      *pointerToTgt = configuration_applyVariableToParam(src, 0, 255);
185
    }    
184
    }    
186
  }
185
  }
187
}
186
}
188
 
187
 
189
uint8_t getCPUType(void) {   // works only after reset or power on when the registers have default values
188
uint8_t getCPUType(void) {   // works only after reset or power on when the registers have default values
190
  uint8_t CPUType = ATMEGA644;
189
  uint8_t CPUType = ATMEGA644;
191
  if( (UCSR1A == 0x20) && (UCSR1C == 0x06) ) CPUType = ATMEGA644P;  // initial Values for 644P after reset
190
  if( (UCSR1A == 0x20) && (UCSR1C == 0x06) ) CPUType = ATMEGA644P;  // initial Values for 644P after reset
192
  return CPUType;
191
  return CPUType;
193
}
192
}
194
 
193
 
195
/*
194
/*
196
 * Automatic detection of hardware components is not supported in this development-oriented
195
 * Automatic detection of hardware components is not supported in this development-oriented
197
 * FC firmware. It would go against the point of it: To enable alternative hardware
196
 * FC firmware. It would go against the point of it: To enable alternative hardware
198
 * configurations with otherwise unsupported components. Instead, one should write
197
 * configurations with otherwise unsupported components. Instead, one should write
199
 * custom code + adjust constants for the new hardware, and include the relevant code
198
 * custom code + adjust constants for the new hardware, and include the relevant code
200
 * from the makefile.
199
 * from the makefile.
201
 * However - we still do detect the board release. Reason: Otherwise it would be too
200
 * However - we still do detect the board release. Reason: Otherwise it would be too
202
 * tedious to have to modify the code for how to turn on and off LEDs when deploying
201
 * tedious to have to modify the code for how to turn on and off LEDs when deploying
203
 * on different HW version....
202
 * on different HW version....
204
 */
203
 */
205
 
204
 
206
uint8_t getBoardRelease(void) {
205
uint8_t getBoardRelease(void) {
207
  uint8_t BoardRelease = 13;
206
  uint8_t BoardRelease = 13;
208
  // the board release is coded via the pull up or down the 2 status LED
207
  // the board release is coded via the pull up or down the 2 status LED
209
 
208
 
210
  PORTB &= ~((1 << PORTB1)|(1 << PORTB0)); // set tristate
209
  PORTB &= ~((1 << PORTB1)|(1 << PORTB0)); // set tristate
211
  DDRB  &= ~((1 << DDB0)|(1 << DDB0)); // set port direction as input
210
  DDRB  &= ~((1 << DDB0)|(1 << DDB0)); // set port direction as input
212
 
211
 
213
  _delay_loop_2(1000); // make some delay
212
  _delay_loop_2(1000); // make some delay
214
 
213
 
215
  switch( PINB & ((1<<PINB1)|(1<<PINB0))) {
214
  switch( PINB & ((1<<PINB1)|(1<<PINB0))) {
216
    case 0x00:
215
    case 0x00:
217
      BoardRelease = 10; // 1.0
216
      BoardRelease = 10; // 1.0
218
      break;
217
      break;
219
    case 0x01:
218
    case 0x01:
220
      BoardRelease = 11; // 1.1 or 1.2
219
      BoardRelease = 11; // 1.1 or 1.2
221
      break;
220
      break;
222
    case 0x02:
221
    case 0x02:
223
      BoardRelease = 20; // 2.0
222
      BoardRelease = 20; // 2.0
224
      break;
223
      break;
225
    case 0x03:
224
    case 0x03:
226
      BoardRelease = 13; // 1.3
225
      BoardRelease = 13; // 1.3
227
      break;
226
      break;
228
    default:
227
    default:
229
      break;
228
      break;
230
    }
229
    }
231
  // set LED ports as output
230
  // set LED ports as output
232
  DDRB |= (1<<DDB1)|(1<<DDB0);
231
  DDRB |= (1<<DDB1)|(1<<DDB0);
233
  RED_ON;
232
  RED_ON;
234
  GRN_OFF;
233
  GRN_OFF;
235
  return BoardRelease;
234
  return BoardRelease;
236
}
235
}
237
 
-
 
238
void beep(uint16_t millis) {
-
 
239
  BeepTime = millis;
-
 
240
}
-
 
241
 
-
 
242
/*
-
 
243
 * Make [numbeeps] beeps.
-
 
244
 */
-
 
245
void beepNumber(uint8_t numbeeps) {
-
 
246
  while(numbeeps--) {
-
 
247
    if(MKFlags & MKFLAG_MOTOR_RUN) return; //auf keinen Fall bei laufenden Motoren!
-
 
248
    beep(100); // 0.1 second
-
 
249
    Delay_ms(250); // blocks 250 ms as pause to next beep,
-
 
250
    // this will block the flight control loop,
-
 
251
    // therefore do not use this function if motors are running
-
 
252
  }
-
 
253
}
-
 
254
 
-
 
255
/*
-
 
256
 * Beep the R/C alarm signal
-
 
257
 */
-
 
258
void beepRCAlarm(void) {
-
 
259
  if(BeepModulation == 0xFFFF) { // If not already beeping an alarm signal (?)
-
 
260
    BeepTime = 15000; // 1.5 seconds
-
 
261
    BeepModulation = 0x0C00;
-
 
262
  }
-
 
263
}
-
 
264
 
-
 
265
/*
-
 
266
 * Beep the I2C bus error signal
-
 
267
 */
-
 
268
void beepI2CAlarm(void) {
-
 
269
  if((BeepModulation == 0xFFFF) && (MKFlags & MKFLAG_MOTOR_RUN)) {
-
 
270
    BeepTime = 10000; // 1 second
-
 
271
    BeepModulation = 0x0080;
-
 
272
  }
-
 
273
}
-
 
274
 
-
 
275
/*
-
 
276
 * Beep the battery low alarm signal
-
 
277
 */
-
 
278
void beepBatteryAlarm(void) {
-
 
279
  BeepModulation = 0x0300;
-
 
280
  if(!BeepTime) {
-
 
281
    BeepTime = 6000; // 0.6 seconds
-
 
282
  }
-
 
283
}
-
 
284
 
-
 
285
/*
-
 
286
 * Beep the EEPROM checksum alarm
-
 
287
 */
-
 
288
void beepEEPROMAlarm(void) {
-
 
289
  BeepModulation = 0x0007;
-
 
290
  if(!BeepTime) {
-
 
291
    BeepTime = 6000; // 0.6 seconds
-
 
292
  }
-
 
293
}
-
 
294
 
236