mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
Merge pull request #16540 from fjmolinas/pr_nimble_tinycrypt
pkg/nimble: use tinycrypt pkg
This commit is contained in:
commit
a6f3bc9c3b
@ -50,9 +50,6 @@ nimble_host_util:
|
|||||||
nimble_host_store_ram:
|
nimble_host_store_ram:
|
||||||
$(QQ)"$(MAKE)" -C $(PDIR)/nimble/host/store/ram/src/ -f $(RIOTBASE)/Makefile.base MODULE=$@
|
$(QQ)"$(MAKE)" -C $(PDIR)/nimble/host/store/ram/src/ -f $(RIOTBASE)/Makefile.base MODULE=$@
|
||||||
|
|
||||||
nimble_tinycrypt:
|
|
||||||
$(QQ)"$(MAKE)" -C $(PDIR)/ext/tinycrypt/src/ -f $(RIOTBASE)/Makefile.base MODULE=$@
|
|
||||||
|
|
||||||
# service implementations
|
# service implementations
|
||||||
nimble_svc_gap:
|
nimble_svc_gap:
|
||||||
$(QQ)"$(MAKE)" -C $(PDIR)/nimble/host/services/gap/src/ -f $(RIOTBASE)/Makefile.base MODULE=$@
|
$(QQ)"$(MAKE)" -C $(PDIR)/nimble/host/services/gap/src/ -f $(RIOTBASE)/Makefile.base MODULE=$@
|
||||||
|
@ -35,8 +35,8 @@ endif
|
|||||||
# include host dependencies
|
# include host dependencies
|
||||||
ifneq (,$(filter nimble_host,$(USEMODULE)))
|
ifneq (,$(filter nimble_host,$(USEMODULE)))
|
||||||
USEMODULE += nimble_host_util
|
USEMODULE += nimble_host_util
|
||||||
USEMODULE += nimble_tinycrypt
|
|
||||||
USEMODULE += nimble_host_store_ram
|
USEMODULE += nimble_host_store_ram
|
||||||
|
USEPKG += tinycrypt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# nimble controller dependencies
|
# nimble controller dependencies
|
||||||
|
@ -39,11 +39,6 @@ ifneq (,$(filter nimble_host_util,$(USEMODULE)))
|
|||||||
INCLUDES += $(NIMIBASE)/nimble/host/util/include
|
INCLUDES += $(NIMIBASE)/nimble/host/util/include
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# include tinycrypt headers
|
|
||||||
ifneq (,$(filter nimble_controller,$(USEMODULE)))
|
|
||||||
INCLUDES += $(NIMIBASE)/ext/tinycrypt/include
|
|
||||||
endif
|
|
||||||
|
|
||||||
# include transport headers
|
# include transport headers
|
||||||
ifneq (,$(filter nimble_transport_ram,$(USEMODULE)))
|
ifneq (,$(filter nimble_transport_ram,$(USEMODULE)))
|
||||||
INCLUDES += $(NIMIBASE)/nimble/transport/ram/include
|
INCLUDES += $(NIMIBASE)/nimble/transport/ram/include
|
||||||
|
Loading…
Reference in New Issue
Block a user