samd21: Add support for USB

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2018-08-06 12:29:11 -04:00
parent cf2393efc8
commit 0daf19c003
3 changed files with 237 additions and 0 deletions

View File

@@ -31,7 +31,11 @@ config FLASH_START
default 0x2000 if FLASH_START_2000
default 0x0000
config USBSERIAL
bool "Use USB for communication (instead of serial)"
default y
config SERIAL
depends on !USBSERIAL
bool
default y
config SERIAL_BAUD