Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
02e3f28d
Commit
02e3f28d
authored
8 years ago
by
Mark Charlebois
Committed by
Lorenz Meier
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added back support for SDK 2.0 as well as 3.0
Signed-off-by:
Mark Charlebois
<
charlebm@gmail.com
>
parent
6ac0eabb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
cmake/cmake_hexagon
+1
-1
1 addition, 1 deletion
cmake/cmake_hexagon
cmake/configs/qurt_eagle_travis.cmake
+1
-1
1 addition, 1 deletion
cmake/configs/qurt_eagle_travis.cmake
src/platforms/qurt/px4_layer/CMakeLists.txt
+3
-1
3 additions, 1 deletion
src/platforms/qurt/px4_layer/CMakeLists.txt
with
5 additions
and
3 deletions
cmake_hexagon
@
f5722e90
Compare
e099d1f3
...
f5722e90
Subproject commit
e099d1f31de5091e47e54b4215a1680815aa013d
Subproject commit
f5722e906c85fe2311c37f0833dff3f7c2f6e5cc
This diff is collapsed.
Click to expand it.
cmake/configs/qurt_eagle_travis.cmake
+
1
−
1
View file @
02e3f28d
...
...
@@ -15,7 +15,7 @@ else()
set
(
HEXAGON_SDK_ROOT $ENV{HEXAGON_SDK_ROOT}
)
endif
()
include_directories
(
${
HEXAGON_
SDK_ROOT
}
/libs/common/qurt/ADSPv5MP/include
)
include_directories
(
${
HEXAGON_
8074_INCLUDES
}
)
set
(
config_generate_parameters_scope ALL
)
...
...
This diff is collapsed.
Click to expand it.
src/platforms/qurt/px4_layer/CMakeLists.txt
+
3
−
1
View file @
02e3f28d
...
...
@@ -30,8 +30,10 @@
# POSSIBILITY OF SUCH DAMAGE.
#
############################################################################
set
(
CMAKE_MODULE_PATH
${
CMAKE_MODULE_PATH
}
"
${
CMAKE_SOURCE_DIR
}
/cmake/cmake_hexagon"
)
include
(
hexagon_sdk
)
include_directories
(
${
HEXAGON_
SDK_ROOT
}
/libs/common/qurt/ADSPv5MP/include
)
include_directories
(
${
HEXAGON_
8074_INCLUDES
}
)
set
(
QURT_LAYER_SRCS
px4_qurt_impl.cpp
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment