Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
f8675f77
Commit
f8675f77
authored
8 years ago
by
Loïc Dauphin
Browse files
Options
Downloads
Patches
Plain Diff
pkg: removed aversiveplusplus
parent
b5fea98e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pkg/aversiveplusplus/Makefile
+0
-11
0 additions, 11 deletions
pkg/aversiveplusplus/Makefile
pkg/aversiveplusplus/Makefile.include
+0
-20
0 additions, 20 deletions
pkg/aversiveplusplus/Makefile.include
with
0 additions
and
31 deletions
pkg/aversiveplusplus/Makefile
deleted
100644 → 0
+
0
−
11
View file @
b5fea98e
PKG_NAME
=
aversiveplusplus
PKG_URL
=
https://github.com/AversivePlusPlus/AversivePlusPlus.git
PKG_VERSION
=
7189e63551fd156719528016d585d870996d8834
PKG_LICENSE
=
BSD-3-Clause
.PHONY
:
all
all
:
git-download
(
cd
$(
PKG_BUILDDIR
)
&&
git submodule update
--init
--recursive
)
include
$(RIOTBASE)/pkg/pkg.mk
This diff is collapsed.
Click to expand it.
pkg/aversiveplusplus/Makefile.include
deleted
100644 → 0
+
0
−
20
View file @
b5fea98e
AVERSIVEPLUSPLUS_MODULES_DIR
=
$(
PKGDIRBASE
)
/aversiveplusplus/modules
INCLUDES
+=
-I
$(
AVERSIVEPLUSPLUS_MODULES_DIR
)
/base/include
INCLUDES
+=
-I
$(
AVERSIVEPLUSPLUS_MODULES_DIR
)
/container/include
INCLUDES
+=
-I
$(
AVERSIVEPLUSPLUS_MODULES_DIR
)
/filter/include
INCLUDES
+=
-I
$(
AVERSIVEPLUSPLUS_MODULES_DIR
)
/stream/include
INCLUDES
+=
-I
$(
AVERSIVEPLUSPLUS_MODULES_DIR
)
/stream-riot/include
INCLUDES
+=
-I
$(
AVERSIVEPLUSPLUS_MODULES_DIR
)
/device/include
INCLUDES
+=
-I
$(
AVERSIVEPLUSPLUS_MODULES_DIR
)
/device-control/include
INCLUDES
+=
-I
$(
AVERSIVEPLUSPLUS_MODULES_DIR
)
/device-2wheel/include
INCLUDES
+=
-I
$(
AVERSIVEPLUSPLUS_MODULES_DIR
)
/cas/include
INCLUDES
+=
-I
$(
AVERSIVEPLUSPLUS_MODULES_DIR
)
/ik/include
INCLUDES
+=
-I
$(
AVERSIVEPLUSPLUS_MODULES_DIR
)
/feetech/include
# The package is not compiled (header-only)
PSEUDOMODULES
+=
aversiveplusplus
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