File tree Expand file tree Collapse file tree 6 files changed +26
-18
lines changed
Expand file tree Collapse file tree 6 files changed +26
-18
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ PKG_NAME =gecko_sdk
2+ PKG_URL =https://github.com/basilfx/RIOT-gecko-sdk
3+ PKG_VERSION =f8a90e4db4680984b5f9d3dd44ca528772458456
4+ PKG_LICENSE =Zlib
5+
6+ ifneq ($(CPU ) ,efm32)
7+ $(error This package can only be used with EFM32 CPUs)
8+ endif
9+
10+ .PHONY : all
11+
12+ all : git-download
13+ " $( MAKE) " -C $(PKG_BUILDDIR ) /dist
14+
15+ include $(RIOTBASE ) /pkg/pkg.mk
Original file line number Diff line number Diff line change 1+ INCLUDES += -I$(PKGDIRBASE)/gecko_sdk/dist/emlib/inc
2+ INCLUDES += -I$(PKGDIRBASE)/gecko_sdk/dist/emlib-extra/inc
3+
4+ USEMODULE += gecko_sdk_emlib
5+ USEMODULE += gecko_sdk_emlib_extra
Original file line number Diff line number Diff line change 1+ /**
2+ * @defgroup pkg_gecko_sdk Vendor library for EFM/EFR/EZR32 MCUs
3+ * @ingroup pkg
4+ * @brief Vendor library for EFM/EFR/EZR32 targets by Silicon Labs
5+ * @see https://siliconlabs.github.io/Gecko_SDK_Doc/
6+ */
You can’t perform that action at this time.
0 commit comments