Skip to content

Commit

Permalink
Merge pull request #17998 from fjmolinas/pr_uwb_cfg_remove
Browse files Browse the repository at this point in the history
pkg/uwb-core: remove uwbcfg
  • Loading branch information
kaspar030 authored Apr 25, 2022
2 parents 9821e55 + 796c0ac commit f4709f6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 255 deletions.
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.

0 comments on commit f4709f6

Please sign in to comment.