Commit Graph

43 Commits

Author SHA1 Message Date
Randy Mackay a6c06e8b1d Plane: version to 4.5.7 2024-10-16 10:48:43 +09:00
Randy Mackay 22e8f1e84e Plane: version to 4.5.7-beta1 2024-09-27 14:22:09 +09:00
Randy Mackay 231d1f18d0 Plane: version to 4.5.6 2024-09-04 07:57:57 +09:00
Randy Mackay 737be19f7e Plane: version to 4.5.6-beta1 2024-08-21 20:41:51 +09:00
Randy Mackay 096c637e0b Plane: version to 4.5.5 2024-08-01 15:00:28 +09:00
Randy Mackay d014f6a01d Plane: version to 4.5.5-beta2 2024-07-29 15:00:55 +09:00
Andy Piper 525afb0276 Plane: prepare for 4.5.5-beta1 2024-07-03 10:32:16 +09:00
Iampete1 f25930131e ArduPlane: version to 4.5.4 2024-06-15 09:07:06 +09:00
Randy Mackay bec947e325 Plane: version to 4.5.3 2024-05-28 13:09:31 +09:00
Andrew Tridgell 0284ffecd8 ArduPlane: prepare for 4.5.3-beta1 2024-05-16 15:43:32 +10:00
Randy Mackay c92cfee493 Plane: version to 4.5.2 2024-05-14 10:21:11 +09:00
Randy Mackay dd0e8da125 Plane: version to 4.5.2-beta1 2024-05-01 08:12:55 +09:00
Andrew Tridgell 41f638b7b6 Plane: prepare for 4.5.1 2024-04-08 12:22:46 +09:00
Andrew Tridgell f18da58456 Plane: prepare for 4.5.0 2024-04-02 12:56:52 +09:00
Andrew Tridgell 44577deb54 ArduPlane: prepare for 4.5.0-beta4 2024-03-22 17:49:41 +11:00
Andrew Tridgell 138a2bd045 Plane: prepare for 4.5.0-beta3 2024-03-14 11:42:44 +11:00
Andrew Tridgell 203900bf97 Plane: version to 4.5.0-beta2 2024-03-14 11:42:43 +11:00
Randy Mackay 0eb0e64447 Plane: version to 4.5.0-beta1 2024-01-31 10:04:33 +11:00
Randy Mackay 238d3354cc Plane: version to 4.5.0-dev 2023-04-26 17:45:52 +10:00
Pierre Kancir 321801a2c3 Plane: unify firmware name 2023-02-08 12:47:49 +11:00
Randy Mackay bd02186c19 Plane: version to 4.4.0-dev 2022-09-27 10:46:12 +10:00
Andrew Tridgell 08d53c2d64 Plane: change master version to 4.3.0dev 2022-03-02 07:44:36 +11:00
Andrew Tridgell b037507c48 Plane: mark master as 4.2.0dev 2021-08-01 06:06:26 +10:00
Patrick José Pereira c19801d420 ArduPlane: Use new AP_FWVersionDefine header
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
2020-09-23 20:58:35 +10:00
Andrew Tridgell c93d73b678 Plane: change master version to 4.1.0dev 2019-09-22 20:20:16 +10:00
Andrew Tridgell ad55605605 Plane: update version to 3.10.0-dev 2018-07-06 11:01:05 +10:00
Andrew Tridgell 2c6a004a67 Plane: mark version as 3.9.0-dev 2018-01-16 11:04:55 +11:00
Michael Oborne 9ed3ca3d35 ArduPlane: update version number 2017-12-13 18:00:03 +11:00
Lucas De Marchi 96e7ea4d69 ArduPlane: protect version.h from inclusion and use ap_version.h 2017-09-23 21:37:45 -07:00
Andrew Tridgell 87e52a9f0f Plane: prepare for 3.8.1 release 2017-09-03 19:31:30 +10:00
Peter Barker c15c1b84a4 Plane: add constant structure holding firmware version 2017-08-30 15:54:46 +01:00
Andrew Tridgell 3802e7bc3b Plane: mark version as 3.8.1-dev 2017-08-05 17:19:32 +10:00
Andrew Tridgell 6e84210d1b Plane: prepare for plane 3.8.0 release 2017-08-05 17:19:32 +10:00
Andrew Tridgell b2cd5f5c06 Plane: release 3.8.0beta5 2017-07-03 11:39:48 +10:00
Andrew Tridgell 708b483d77 Plane: prepare for 3.8.0beta5 2017-05-01 20:30:32 +10:00
Andrew Tridgell a9b8e4b5d3 Plane: prepare for 3.8.0beta4 2017-04-04 20:49:10 +10:00
Andrew Tridgell a4c5247fba Plane: prepare 3.8.0-beta3
key fix is the servo slew rate bug
2017-02-22 07:25:47 +11:00
Andrew Tridgell 5baf37f7a3 Plane: release 3.8.0beta2 2017-01-30 10:29:01 +11:00
Andrew Tridgell 32a74e37d2 Plane: update version to 3.8.0beta1 2016-10-21 13:16:36 +11:00
Andrew Tridgell 47c030c4a8 Plane: prepare for 3.7.0beta1 release 2016-08-30 08:39:56 +10:00
Andrew Tridgell f8e0e91cbd Plane: prepare for 3.6.0 2016-06-11 09:20:05 +10: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 baa287e5e5 ArduPlane: 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