Skip to content

Commit

Permalink
Merge remote-tracking branch 'ArduPilot/Copter-4.4' into Copter-4.4-K…
Browse files Browse the repository at this point in the history
…akuteH7Mini_OEM
  • Loading branch information
martinwilco committed Feb 2, 2024
2 parents 496541c + 5d7fb31 commit 9536842
Show file tree
Hide file tree
Showing 6 changed files with 994 additions and 8 deletions.
2 changes: 1 addition & 1 deletion ArduCopter/ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ArduPilot Copter Release Notes:
------------------------------------------------------------------
Copter 4.4.4 05-Dec-2023
Copter 4.4.4 19-Dec-2023 / 4.4.4-beta1 05-Dec-2023
Changes from 4.4.3
1) Autopilot related enhancement and fixes
- CubeOrange Sim-on-hardware compilation fix
Expand Down
6 changes: 3 additions & 3 deletions ArduCopter/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

#include "ap_version.h"

#define THISFIRMWARE "ArduCopter V4.4.4-beta1"
#define THISFIRMWARE "ArduCopter V4.4.4"

// the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 4,4,4,FIRMWARE_VERSION_TYPE_BETA
#define FIRMWARE_VERSION 4,4,4,FIRMWARE_VERSION_TYPE_OFFICIAL

#define FW_MAJOR 4
#define FW_MINOR 4
#define FW_PATCH 4
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA
#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL

#include <AP_Common/AP_FWVersionDefine.h>
2 changes: 1 addition & 1 deletion Rover/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Rover Release Notes:
------------------------------------------------------------------
Rover 4.4.0-beta11 05-Dec-2023
Rover 4.4.0 19-Dec-2023 / Rover 4.4.0-beta11 05-Dec-2023
Changes from 4.4.0-beta10
1) Autopilot related enhancement and fixes
- CubeOrange Sim-on-hardware compilation fix
Expand Down
6 changes: 3 additions & 3 deletions Rover/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

#include "ap_version.h"

#define THISFIRMWARE "ArduRover V4.4.0-beta11"
#define THISFIRMWARE "ArduRover V4.4.0"

// the following line is parsed by the autotest scripts
#define FIRMWARE_VERSION 4,4,0,FIRMWARE_VERSION_TYPE_BETA+10
#define FIRMWARE_VERSION 4,4,0,FIRMWARE_VERSION_TYPE_OFFICIAL

#define FW_MAJOR 4
#define FW_MINOR 4
#define FW_PATCH 0
#define FW_TYPE FIRMWARE_VERSION_TYPE_BETA
#define FW_TYPE FIRMWARE_VERSION_TYPE_OFFICIAL

#include <AP_Common/AP_FWVersionDefine.h>
Binary file added Tools/bootloaders/mRoControlZeroClassic_bl.bin
Binary file not shown.
Loading

0 comments on commit 9536842

Please sign in to comment.