2021-12-06 09:06:12 +01:00
|
|
|
# Copyright (c) 2021 HAW Hamburg
|
|
|
|
#
|
|
|
|
# This file is subject to the terms and conditions of the GNU Lesser
|
|
|
|
# General Public License v2.1. See the file LICENSE in the top level
|
|
|
|
# directory for more details.
|
|
|
|
|
|
|
|
config MODULE_BOARDS_COMMON_SAMDX1-ARDUINO-BOOTLOADER
|
|
|
|
bool
|
2022-12-10 18:53:00 +01:00
|
|
|
default y if MODULE_USBUS_CDC_ACM
|
2021-12-08 11:41:19 +01:00
|
|
|
imply MODULE_USB_BOARD_RESET
|
2021-12-06 09:06:12 +01:00
|
|
|
depends on TEST_KCONFIG
|
|
|
|
help
|
|
|
|
Common code of samdx1 boards with an arduino bootloader
|
2023-04-06 09:24:07 +02:00
|
|
|
|
|
|
|
config FORCE_USB_STDIO
|
|
|
|
default y
|