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:
parent
f89ecfb531
commit
5eaf1985c5
11
pkg/emlib/Makefile
Normal file
11
pkg/emlib/Makefile
Normal 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
|
1
pkg/emlib/Makefile.include
Normal file
1
pkg/emlib/Makefile.include
Normal file
@ -0,0 +1 @@
|
||||
INCLUDES += -I$(PKGDIRBASE)/emlib/emlib/inc -I$(PKGDIRBASE)/emlib/emlib-extra/inc
|
6
pkg/emlib/doc.txt
Normal file
6
pkg/emlib/doc.txt
Normal 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
|
||||
*/
|
Loading…
Reference in New Issue
Block a user