Skip to content

Commit

Permalink
Merge pull request #18158 from gschorcht/cpu/esp/add_compilation_test…
Browse files Browse the repository at this point in the history
…s_optional_modules

cpu/esp: add compilation tests for optional ESP modules
  • Loading branch information
benpicco authored Jun 3, 2022
2 parents d20d353 + e496dd8 commit 79958d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/gnrc_minimal/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ CFLAGS += -DCONFIG_GNRC_NETIF_IPV6_ADDRS_NUMOF=2 \
# Change this to 0 show compiler invocation lines by default:
QUIET ?= 1

EXTERNAL_BOARD_DIRS += $(RIOTBASE)/tests/external_board_dirs/esp-ci-boards

include $(RIOTBASE)/Makefile.include

# Set GNRC_PKTBUF_SIZE via CFLAGS if not being set via Kconfig.
Expand Down
2 changes: 2 additions & 0 deletions examples/gnrc_networking/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ endif
# Change this to 0 show compiler invocation lines by default:
QUIET ?= 1

EXTERNAL_BOARD_DIRS += $(RIOTBASE)/tests/external_board_dirs/esp-ci-boards

include $(RIOTBASE)/Makefile.include

# Set a custom channel if needed
Expand Down
3 changes: 3 additions & 0 deletions tests/periph_timer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ endif
TIMER_SPEED ?= 1000000

CFLAGS += -DTIMER_SPEED=$(TIMER_SPEED)

EXTERNAL_BOARD_DIRS += $(CURDIR)/../external_board_dirs/esp-ci-boards

include $(RIOTBASE)/Makefile.include

0 comments on commit 79958d0

Please sign in to comment.