Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pkg/uwb-core: remove uwbcfg #17998

Merged
merged 1 commit into from
Apr 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pkg/mynewt-core/include/syscfg/syscfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@
/*** @decawave-mynewt-core/lib/uwb_rng */
#include "dpl_syscfg/syscfg_uwb_rng.h"

/*** @decawave-mynewt-core/sys/uwbcfg */
#include "dpl_syscfg/syscfg_uwbcfg.h"
#endif

#if IS_USED(MODULE_UWB_DW1000)
Expand Down
4 changes: 0 additions & 4 deletions pkg/uwb-core/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,6 @@ config MODULE_UWB-CORE_DSP
config MODULE_UWB-CORE_RNG_MATH
bool "uwb-core ranging math utilities"

config MODULE_UWB-CORE_UWBCFG
bool "uwb-core configuration module"
select MODULE_UWB-CORE_CONFIG

config MODULE_UWB-CORE_EVENT_THREAD
bool "Use event-thread loop as uwb-core's event loop"
select MODULE_EVENT_THREAD
Expand Down
4 changes: 0 additions & 4 deletions pkg/uwb-core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,5 @@ UWB_CORE_PATH_twr_ds_ext = lib/twr_ds_ext/src
all: $(UWB_CORE_MODULES)
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/hw/drivers/uwb/src -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)

uwb-core_config:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/porting/dpl/riot/src -f $(RIOTBASE)/Makefile.base MODULE=$@

uwb-core_uwbcfg: uwb-core_config
uwb-core_%:
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/$(UWB_CORE_PATH_$*) -f $(RIOTBASE)/Makefile.base MODULE=$@
4 changes: 0 additions & 4 deletions pkg/uwb-core/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ ifneq (,$(filter uwb-core_rng,$(USEMODULE)))
USEMODULE += uwb-core_dsp
endif

ifneq (,$(filter uwb-core_uwbcfg,$(USEMODULE)))
USEMODULE += uwb-core_config
endif

ifneq (,$(filter uwb-core_dpl,$(USEMODULE)))
USEPKG += mynewt-core
USEMODULE += mynewt-core_os
Expand Down
241 changes: 0 additions & 241 deletions pkg/uwb-core/include/dpl_syscfg/syscfg_uwbcfg.h

This file was deleted.