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
5eaf1985
Commit
5eaf1985
authored
7 years ago
by
Bas Stottelaar
Browse files
Options
Downloads
Patches
Plain Diff
pkg: emlib: add emlib package
parent
f89ecfb5
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
pkg/emlib/Makefile
+11
-0
11 additions, 0 deletions
pkg/emlib/Makefile
pkg/emlib/Makefile.include
+1
-0
1 addition, 0 deletions
pkg/emlib/Makefile.include
pkg/emlib/doc.txt
+6
-0
6 additions, 0 deletions
pkg/emlib/doc.txt
with
18 additions
and
0 deletions
pkg/emlib/Makefile
0 → 100644
+
11
−
0
View file @
5eaf1985
PKG_NAME
=
emlib
PKG_URL
=
https://github.com/basilfx/RIOT-emlib
PKG_VERSION
=
0bd74c8a2756a466e256434a598468ccd5b5af54
PKG_LICENSE
=
Zlib
.PHONY
:
all
all
:
git-download
"
$(
MAKE
)
"
-C
$(
PKG_BUILDDIR
)
include
$(RIOTBASE)/pkg/pkg.mk
This diff is collapsed.
Click to expand it.
pkg/emlib/Makefile.include
0 → 100644
+
1
−
0
View file @
5eaf1985
INCLUDES
+=
-I
$(
PKGDIRBASE
)
/emlib/emlib/inc
-I
$(
PKGDIRBASE
)
/emlib/emlib-extra/inc
This diff is collapsed.
Click to expand it.
pkg/emlib/doc.txt
0 → 100644
+
6
−
0
View file @
5eaf1985
/**
* @defgroup pkg_emlib Vendor library for EFM/EFR/EZR32 MCUs by Silicon Labs
* @ingroup pkg
* @brief Vendor library for EFM/EFR/EZR32 targets by Silicon Labs
* @see https://github.com/SiliconLabs/Gecko_SDK
*/
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