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 eb56d90 commit 6afee72Copy full SHA for 6afee72
Arduino.mk
@@ -832,6 +832,7 @@ ifeq ($(strip $(NO_CORE)),)
832
833
# USB Core if samd or sam
834
ifeq ($(findstring sam, $(strip $(ARCHITECTURE))), sam)
835
+ CORE_C_SRCS += $(wildcard $(ARDUINO_CORE_PATH)/avr/*.c) # avr core emulation files
836
CORE_C_SRCS += $(wildcard $(ARDUINO_CORE_PATH)/USB/*.c)
837
CORE_CPP_SRCS += $(wildcard $(ARDUINO_CORE_PATH)/USB/*.cpp)
838
endif
0 commit comments