We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70362a5 commit 3c6f74aCopy full SHA for 3c6f74a
boards/Makefile
@@ -24,6 +24,9 @@ endif
24
ifneq (,$(filter boards_common_esp32s3,$(USEMODULE)))
25
DIRS += $(RIOTBOARD)/common/esp32s3
26
endif
27
+ifneq (,$(filter boards_common_esp32x,$(USEMODULE)))
28
+ DIRS += $(RIOTBOARD)/common/esp32x
29
+endif
30
ifneq (,$(filter boards_common_seeedstudio-xiao-nrf52840,$(USEMODULE)))
31
DIRS += $(RIOTBOARD)/common/seeedstudio-xiao-nrf52840
32
0 commit comments