mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
pkg/nimble: bump version to current master
This commit is contained in:
parent
d928ce687c
commit
af57afe3ac
@ -46,6 +46,7 @@ PSEUDOMODULES += netstats
|
|||||||
PSEUDOMODULES += netstats_l2
|
PSEUDOMODULES += netstats_l2
|
||||||
PSEUDOMODULES += netstats_ipv6
|
PSEUDOMODULES += netstats_ipv6
|
||||||
PSEUDOMODULES += netstats_rpl
|
PSEUDOMODULES += netstats_rpl
|
||||||
|
PSEUDOMODULES += nimble
|
||||||
PSEUDOMODULES += newlib
|
PSEUDOMODULES += newlib
|
||||||
PSEUDOMODULES += newlib_gnu_source
|
PSEUDOMODULES += newlib_gnu_source
|
||||||
PSEUDOMODULES += newlib_nano
|
PSEUDOMODULES += newlib_nano
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
PKG_NAME = nimble
|
PKG_NAME = nimble
|
||||||
PKG_URL = https://github.com/apache/mynewt-nimble.git
|
PKG_URL = https://github.com/apache/mynewt-nimble.git
|
||||||
PKG_VERSION = 050a7108cf56546554b4162f0600ab3b2d7e173f
|
PKG_VERSION = ef58876024218e488dcbc15c8631db016241ab1f
|
||||||
PKG_LICENSE = Apache-2.0
|
PKG_LICENSE = Apache-2.0
|
||||||
|
|
||||||
TDIR = $(RIOTPKG)/$(PKG_NAME)
|
TDIR = $(RIOTPKG)/$(PKG_NAME)
|
||||||
@ -20,7 +20,6 @@ endif
|
|||||||
|
|
||||||
all: git-download
|
all: git-download
|
||||||
"$(MAKE)" -C $(PDIR)/ext/tinycrypt/src/ -f $(TDIR)/ext.tinycrypt.mk
|
"$(MAKE)" -C $(PDIR)/ext/tinycrypt/src/ -f $(TDIR)/ext.tinycrypt.mk
|
||||||
"$(MAKE)" -C $(PDIR)/nimble/src -f $(TDIR)/nimble.mk
|
|
||||||
"$(MAKE)" -C $(PDIR)/nimble/host/src/ -f $(TDIR)/nimble.host.mk
|
"$(MAKE)" -C $(PDIR)/nimble/host/src/ -f $(TDIR)/nimble.host.mk
|
||||||
"$(MAKE)" -C $(PDIR)/nimble/host/services/gap/src/ -f $(TDIR)/service.gap.mk
|
"$(MAKE)" -C $(PDIR)/nimble/host/services/gap/src/ -f $(TDIR)/service.gap.mk
|
||||||
"$(MAKE)" -C $(PDIR)/nimble/host/services/gatt/src/ -f $(TDIR)/service.gatt.mk
|
"$(MAKE)" -C $(PDIR)/nimble/host/services/gatt/src/ -f $(TDIR)/service.gatt.mk
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
MODULE = nimble
|
|
||||||
|
|
||||||
SRC += hci_common.c
|
|
||||||
|
|
||||||
include $(RIOTBASE)/Makefile.base
|
|
Loading…
Reference in New Issue
Block a user