mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
9c08017dea
The ttyUSB0 defaults are inapplicable here, and the default values should work for CDC-ACM.
14 lines
316 B
Makefile
14 lines
316 B
Makefile
ifneq (,$(filter saul_default,$(USEMODULE)))
|
|
USEMODULE += saul_gpio
|
|
USEMODULE += saul_pwm
|
|
endif
|
|
|
|
ifeq (1,$(PARTICLE_MONOFIRMWARE))
|
|
USEMODULE += usb_board_reset
|
|
endif
|
|
|
|
include $(RIOTBOARD)/common/makefiles/stdio_cdc_acm.dep.mk
|
|
|
|
# include common nrf52 dependencies
|
|
include $(RIOTBOARD)/common/nrf52/Makefile.dep
|