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
39ccd649
Commit
39ccd649
authored
8 years ago
by
Cenk Gündoğan
Committed by
astralien3000
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
pkg: ndn-riot: initial import of ndn-riot pkg
parent
8b8c415a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile.dep
+8
-0
8 additions, 0 deletions
Makefile.dep
pkg/ndn-riot/Makefile
+11
-0
11 additions, 0 deletions
pkg/ndn-riot/Makefile
pkg/ndn-riot/Makefile.include
+2
-0
2 additions, 0 deletions
pkg/ndn-riot/Makefile.include
with
21 additions
and
0 deletions
Makefile.dep
+
8
−
0
View file @
39ccd649
...
@@ -14,6 +14,14 @@ ifneq (,$(filter cbor_ctime,$(USEMODULE)))
...
@@ -14,6 +14,14 @@ ifneq (,$(filter cbor_ctime,$(USEMODULE)))
endif
endif
endif
endif
ifneq
(,$(filter ndn-riot,$(USEPKG)))
USEMODULE
+=
gnrc
USEMODULE
+=
xtimer
USEMODULE
+=
random
USEMODULE
+=
hashes
USEPKG
+=
micro-ecc
endif
ifneq
(,$(filter csma_sender,$(USEMODULE)))
ifneq
(,$(filter csma_sender,$(USEMODULE)))
USEMODULE
+=
random
USEMODULE
+=
random
USEMODULE
+=
xtimer
USEMODULE
+=
xtimer
...
...
This diff is collapsed.
Click to expand it.
pkg/ndn-riot/Makefile
0 → 100644
+
11
−
0
View file @
39ccd649
PKG_NAME
=
ndn-riot
PKG_URL
=
https://github.com/named-data-iot/ndn-riot
PKG_VERSION
=
34c5eb8adf198049f0a56048825b505c561a8874
PKG_LICENSE
=
LGPLv2.1
.PHONY
:
all
all
:
git-download
"
$(
MAKE
)
"
-C
$(
PKG_BUILDDIR
)
include
$(RIOTBASE)/pkg/pkg.mk
This diff is collapsed.
Click to expand it.
pkg/ndn-riot/Makefile.include
0 → 100644
+
2
−
0
View file @
39ccd649
INCLUDES
+=
-I
$(
PKGDIRBASE
)
USEMODULE
+=
ndn-encoding
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