Commit Graph

25 Commits

Author SHA1 Message Date
Randy Mackay
25f725362d Copter: version to 3.6.2 2018-11-24 08:45:58 +09:00
Randy Mackay
97dd4b464d Copter: version to 3.6.2-rc4 2018-11-22 09:14:03 +09:00
Randy Mackay
0e61bbe657 Copter: version to 3.6.2-rc3 2018-11-19 12:00:18 +09:00
Randy Mackay
f37cf57040 Copter: version to 3.6.2-rc2 2018-11-15 10:47:30 +09:00
Randy Mackay
04c6cd106a Copter: version to 3.6.2-rc1 2018-11-15 09:59:44 +09:00
Randy Mackay
296132b876 Copter: version to 3.6.1 2018-11-10 10:06:31 +09:00
Randy Mackay
5575913b34 Copter: version to 3.6.1-rc1 2018-11-06 13:46:22 +09:00
Randy Mackay
2eedcf5678 Copter: version to 3.6.0 2018-10-27 10:57:40 +09:00
Randy Mackay
014022de03 Copter: version to 3.6.0-rc12 2018-10-05 10:31:07 +09:00
Randy Mackay
18ad801366 Copter: version to 3.6.0-rc11 2018-10-01 14:35:00 +09:00
Randy Mackay
df3791a81f Copter: version to 3.6.0-rc10 2018-09-15 10:38:02 +09:00
Randy Mackay
2b22e11b81 Copter: version to 3.6.0-rc9 2018-09-08 10:00:23 +09:00
Randy Mackay
c85496e782 Copter: version to 3.6.0-rc8 2018-08-28 10:21:28 +09:00
Randy Mackay
4f9232d10f Copter: version to 3.6.0-rc7 2018-08-02 12:41:55 +09:00
Randy Mackay
c04a2e3f1a Copter: version to 3.6.0-rc6 2018-07-16 10:39:47 +09:00
Randy Mackay
2301b19636 Copter: version to 3.6.0-rc5 2018-07-11 15:32:37 +09:00
Randy Mackay
df07c40412 Copter: version to 3.6.0-rc4 2018-07-05 09:55:18 +09:00
Randy Mackay
df66ca6184 Copter: version to 3.6.0-rc3 2018-07-02 12:03:29 +09:00
Randy Mackay
5a1c3cf5f4 Copter: firmware text to ArduCopter 2018-01-31 12:13:57 +09:00
Lucas De Marchi
d213ccbbfc ArduCopter: protect version.h from inclusion and use ap_version.h 2017-09-23 21:37:45 -07:00
Peter Barker
470e790117 Copter: add constant structure holding firmware version 2017-08-30 15:54:46 +01:00
Randy Mackay
5497030ebf Copter: version to 3.6-dev 2017-03-30 08:19:18 +09:00
Randy Mackay
be15fe4100 Copter: version to 3.5-dev 2016-10-29 14:33:44 +09:00
Lucas De Marchi
fea084a596 Global: use ap_version.h
This header is used by waf to contain the generated version macros,
particularly using the git hash. For waf it's better to be in a separate
header since it then can keep track of changes on it a trigger
recompilation.

For the make build system, a dummy ap_version.h file has been added in
the missing/ folder so both implementations can co-exist.
2016-05-06 13:11:28 -03:00
Lucas De Marchi
352e103f1a ArduCopter: use separate header for version macro
Having the version macro in the config.h and consequently in the main
vehicle header means that whenever the version changes we need to
compiler the whole vehicle again. This would not be so bad if we weren't
also appending the git hash in the version. In this case, whenever we
commit to the repository we would need to recompile everything.

Move to a separate header that is include only by its users. Then
instead of compiling everything we will compile just a few files.
2016-05-06 13:11:28 -03:00