Skip to content

Commit

Permalink
sys/shell/commands/sc_gnrc_icmpv6_echo: fix dependency
Browse files Browse the repository at this point in the history
Add missing dependency to xtimer so that the shell command `ping` is
again provided when requested.
  • Loading branch information
maribu committed Jul 21, 2022
1 parent 8d42808 commit 3a5e363
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions examples/asymcute_mqttsn/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ BOARD_INSUFFICIENT_MEMORY := \
stk3200 \
stm32f030f4-demo \
stm32f0discovery \
stm32f7508-dk \
stm32g0316-disco \
stm32l0538-disco \
telosb \
Expand Down
1 change: 1 addition & 0 deletions examples/cord_lc/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ BOARD_INSUFFICIENT_MEMORY := \
stk3200 \
stm32f030f4-demo \
stm32f0discovery \
stm32f7508-dk \
stm32g0316-disco \
stm32l0538-disco \
telosb \
Expand Down
1 change: 1 addition & 0 deletions examples/gcoap/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ BOARD_INSUFFICIENT_MEMORY := \
stk3200 \
stm32f030f4-demo \
stm32f0discovery \
stm32f7508-dk \
stm32g0316-disco \
stm32l0538-disco \
telosb \
Expand Down
2 changes: 1 addition & 1 deletion sys/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ ifneq (,$(filter shell_commands,$(USEMODULE)))
endif

ifneq (,$(filter gnrc_icmpv6_echo,$(USEMODULE)))
USEMODULE += netutils
USEMODULE += netutils xtimer
endif

ifneq (,$(gnrc_udp_cmd,$(USEMODULE)))
Expand Down
3 changes: 2 additions & 1 deletion tests/gnrc_rpl/Makefile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ BOARD_INSUFFICIENT_MEMORY := \
arduino-mega2560 \
arduino-nano \
arduino-uno \
atmega1284p \
atmega328p \
atmega328p-xplained-mini \
atmega1284p \
atxmega-a3bu-xplained \
bluepill-stm32f030c8 \
derfmega128 \
Expand All @@ -32,6 +32,7 @@ BOARD_INSUFFICIENT_MEMORY := \
stk3200 \
stm32f030f4-demo \
stm32f0discovery \
stm32f7508-dk \
stm32g0316-disco \
stm32l0538-disco \
telosb \
Expand Down

0 comments on commit 3a5e363

Please sign in to comment.