mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
boards/seeedstudio-gd32: enable stdio_tinyusb_cdc_acm as default
This commit is contained in:
parent
fae506697f
commit
c95bde4758
@ -24,4 +24,10 @@ config BOARD_SEEEDSTUDIO_GD32
|
|||||||
select HAS_TINYUSB_DEVICE
|
select HAS_TINYUSB_DEVICE
|
||||||
select HAVE_SAUL_GPIO
|
select HAVE_SAUL_GPIO
|
||||||
|
|
||||||
|
select PACKAGE_TINYUSB if TEST_KCONFIG
|
||||||
|
|
||||||
|
choice STDIO_IMPLEMENTATION
|
||||||
|
default MODULE_STDIO_TINYUSB_CDC_ACM if PACKAGE_TINYUSB
|
||||||
|
endchoice
|
||||||
|
|
||||||
source "$(RIOTBOARD)/common/gd32v/Kconfig"
|
source "$(RIOTBOARD)/common/gd32v/Kconfig"
|
||||||
|
|||||||
@ -2,4 +2,5 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
|
|||||||
USEMODULE += saul_gpio
|
USEMODULE += saul_gpio
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
include $(RIOTBOARD)/common/makefiles/stdio_tinyusb_cdc_acm.dep.mk
|
||||||
include $(RIOTBOARD)/common/gd32v/Makefile.dep
|
include $(RIOTBOARD)/common/gd32v/Makefile.dep
|
||||||
|
|||||||
@ -1 +1,2 @@
|
|||||||
|
PORT_LINUX ?= /dev/ttyACM0
|
||||||
include $(RIOTBOARD)/common/gd32v/Makefile.include
|
include $(RIOTBOARD)/common/gd32v/Makefile.include
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user