mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
treewide: remove deprecated i2c_scan module
Signed-off-by: Dylan Laduranty <dylan.laduranty@mesotic.com>
This commit is contained in:
parent
5a2e5d7301
commit
d6e6c4f7a1
@ -1,6 +1,5 @@
|
|||||||
# Add deprecated modules here
|
# Add deprecated modules here
|
||||||
# Keep this list ALPHABETICALLY SORTED!!!!111elven
|
# Keep this list ALPHABETICALLY SORTED!!!!111elven
|
||||||
DEPRECATED_MODULES += i2c_scan # use shell_cmd_i2c_scan instead
|
|
||||||
DEPRECATED_MODULES += md5sum # use shell_cmd_md5sum instead
|
DEPRECATED_MODULES += md5sum # use shell_cmd_md5sum instead
|
||||||
DEPRECATED_MODULES += nice # use shell_cmd_nice instead
|
DEPRECATED_MODULES += nice # use shell_cmd_nice instead
|
||||||
DEPRECATED_MODULES += random_cmd # use shell_cmd_random instead
|
DEPRECATED_MODULES += random_cmd # use shell_cmd_random instead
|
||||||
|
@ -237,13 +237,6 @@ PSEUDOMODULES += gnrc_sixlowpan_router_default
|
|||||||
PSEUDOMODULES += gnrc_sock_async
|
PSEUDOMODULES += gnrc_sock_async
|
||||||
PSEUDOMODULES += gnrc_sock_check_reuse
|
PSEUDOMODULES += gnrc_sock_check_reuse
|
||||||
PSEUDOMODULES += gnrc_txtsnd
|
PSEUDOMODULES += gnrc_txtsnd
|
||||||
## @defgroup pseudomodule_i2c_scan i2c_scan
|
|
||||||
## @ingroup sys_shell_commands
|
|
||||||
## @{
|
|
||||||
## @deprecated Use module `shell_cmd_i2c_scan` instead;
|
|
||||||
## will be removed after 2023.07 release.
|
|
||||||
PSEUDOMODULES += i2c_scan
|
|
||||||
## @}
|
|
||||||
PSEUDOMODULES += ieee802154_security
|
PSEUDOMODULES += ieee802154_security
|
||||||
PSEUDOMODULES += ieee802154_submac
|
PSEUDOMODULES += ieee802154_submac
|
||||||
PSEUDOMODULES += ipv4
|
PSEUDOMODULES += ipv4
|
||||||
|
@ -69,9 +69,6 @@ ifneq (,$(filter shell_cmds_default,$(USEMODULE)))
|
|||||||
ifneq (,$(filter gnrc_sixlowpan_frag_stats,$(USEMODULE)))
|
ifneq (,$(filter gnrc_sixlowpan_frag_stats,$(USEMODULE)))
|
||||||
USEMODULE += shell_cmd_gnrc_sixlowpan_frag_stats
|
USEMODULE += shell_cmd_gnrc_sixlowpan_frag_stats
|
||||||
endif
|
endif
|
||||||
ifneq (,$(filter i2c_scan,$(USEMODULE)))
|
|
||||||
USEMODULE += shell_cmd_i2c_scan
|
|
||||||
endif
|
|
||||||
ifneq (,$(filter lpc2387,$(USEMODULE)))
|
ifneq (,$(filter lpc2387,$(USEMODULE)))
|
||||||
USEMODULE += shell_cmd_heap
|
USEMODULE += shell_cmd_heap
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user