mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
709667a58b
The test application either uses the USBUS highlevel STDIO module `stdio_acm_cdc` or it creates a CDC ACM interface to enable board reset via USBUS CDC ACM. If the `usbus_dfu` module is used together with the `riotboot_dfu` bootloader, it also initializes the USBUS DFU Runtime interface.
10 lines
222 B
Plaintext
10 lines
222 B
Plaintext
CONFIG_MODULE_APP_METADATA=y
|
|
CONFIG_MODULE_PS=y
|
|
CONFIG_MODULE_SHELL=y
|
|
CONFIG_MODULE_SHELL_CMDS_DEFAULT=y
|
|
CONFIG_MODULE_USB_BOARD_RESET=y
|
|
CONFIG_MODULE_USBUS=y
|
|
CONFIG_MODULE_USBUS_CDC_ACM=y
|
|
|
|
CONFIG_MODULE_AUTO_INIT_USBUS=n
|