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
e029ad41
Commit
e029ad41
authored
9 years ago
by
Daniel Agar
Committed by
Lorenz Meier
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Makefile add travis-ci vectorcontrol build
parent
c37236ec
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
.gitignore
+4
-0
4 additions, 0 deletions
.gitignore
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
Makefile
+4
-0
4 additions, 0 deletions
Makefile
with
9 additions
and
1 deletion
.gitignore
+
4
−
0
View file @
e029ad41
...
...
@@ -64,3 +64,7 @@ CMakeLists.txt.user
GPATH
GRTAGS
GTAGS
# uavcan firmware
ROMFS/px4fmu_common/uavcan/
vectorcontrol/
This diff is collapsed.
Click to expand it.
.travis.yml
+
1
−
1
View file @
e029ad41
...
...
@@ -106,7 +106,7 @@ script:
&& arm-none-eabi-gcc --version
&& echo 'Building NuttX px4fmu-v1 Firmware..' && make px4fmu-v1_default
&& echo 'Building NuttX px4fmu-v2 Firmware..' && make px4fmu-v2_default
&& echo 'Building UAVCAN node firmware..' &&
(git clone https://github.com/thiemar/vectorcontrol && cd vectorcontrol && BOARD=s2740vc_1_0 make -s && BOARD=px4esc_1_6 make -s && ../Tools/uavcan_copy.sh)
&& echo 'Building UAVCAN node firmware..' &&
make uavcan_firmware
&& echo 'Building NuttX px4fmu-v4 Firmware..' && make px4fmu-v4_default
&& echo 'Building NuttX px4-stm32f4discovery Firmware..' && make px4-stm32f4discovery_default
&& echo 'Running Tests..' && make tests
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
4
−
0
View file @
e029ad41
...
...
@@ -191,6 +191,10 @@ run_sitl_ros: sitl_deprecation
# Other targets
# --------------------------------------------------------------------
uavcan_firmware
:
@
(
rm
-rf
vectorcontrol
&&
git clone https://github.com/thiemar/vectorcontrol
&&
cd
vectorcontrol
&&
BOARD
=
s2740vc_1_0 make
--no-print-directory
-s
&&
BOARD
=
px4esc_1_6 make
--no-print-directory
-s
&&
../Tools/uavcan_copy.sh
)
check_format
:
@
./Tools/check_code_style.sh
...
...
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