1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

pkg: emlib: add emlib package

This commit is contained in:
Bas Stottelaar 2017-11-13 16:07:35 +01:00
parent f89ecfb531
commit 5eaf1985c5
3 changed files with 18 additions and 0 deletions

11
pkg/emlib/Makefile Normal file
View File

@ -0,0 +1,11 @@
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

View File

@ -0,0 +1 @@
INCLUDES += -I$(PKGDIRBASE)/emlib/emlib/inc -I$(PKGDIRBASE)/emlib/emlib-extra/inc

6
pkg/emlib/doc.txt Normal file
View File

@ -0,0 +1,6 @@
/**
* @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
*/