Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
99d87c34
Commit
99d87c34
authored
Mar 23, 2019
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
ddc1fa61
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
48 additions
and
66 deletions
+48
-66
Bootloader.h
src/VehicleSetup/Bootloader.h
+1
-1
FirmwareUpgradeController.cc
src/VehicleSetup/FirmwareUpgradeController.cc
+46
-65
PX4FirmwareUpgradeThread.cc
src/VehicleSetup/PX4FirmwareUpgradeThread.cc
+1
-0
No files found.
src/VehicleSetup/Bootloader.h
View file @
99d87c34
...
...
@@ -64,7 +64,7 @@ public:
static
const
int
boardIDPX4FMUV1
=
5
;
///< PX4 V1 board, as from USB PID
static
const
int
boardIDPX4FMUV2
=
9
;
///< PX4 V2 board, as from USB PID
static
const
int
boardIDPX4FMUV4
=
11
;
///< PX4 V4 board, as from USB PID
static
const
int
boardIDPX4FMUV4PRO
=
13
;
///< PX4 V4PRO board, as from USB PID
static
const
int
boardIDPX4FMUV4PRO
=
13
;
///< PX4 V4PRO board, as from USB PID
static
const
int
boardIDPX4FMUV5
=
50
;
///< PX4 V5 board, as from USB PID
static
const
int
boardIDPX4Flow
=
6
;
///< PX4 Flow board, as from USB PID
static
const
int
boardIDAeroCore
=
98
;
///< Gumstix AeroCore board, as from USB PID
...
...
src/VehicleSetup/FirmwareUpgradeController.cc
View file @
99d87c34
This diff is collapsed.
Click to expand it.
src/VehicleSetup/PX4FirmwareUpgradeThread.cc
View file @
99d87c34
...
...
@@ -125,6 +125,7 @@ bool PX4FirmwareUpgradeThreadWorker::_findBoardFromPorts(QGCSerialPortInfo& port
qCDebug
(
FirmwareUpgradeVerboseLog
)
<<
"Serial Port --------------"
;
qCDebug
(
FirmwareUpgradeVerboseLog
)
<<
"
\t
board type"
<<
boardType
;
qCDebug
(
FirmwareUpgradeVerboseLog
)
<<
"
\t
board name"
<<
boardName
;
qCDebug
(
FirmwareUpgradeVerboseLog
)
<<
"
\t
manufacturer:"
<<
info
.
manufacturer
();
qCDebug
(
FirmwareUpgradeVerboseLog
)
<<
"
\t
port name:"
<<
info
.
portName
();
qCDebug
(
FirmwareUpgradeVerboseLog
)
<<
"
\t
description:"
<<
info
.
description
();
qCDebug
(
FirmwareUpgradeVerboseLog
)
<<
"
\t
system location:"
<<
info
.
systemLocation
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment