278120acb6
Add basic support board with SAMC21N soc including SPI, UART, I2C, ADC, Flash, Leds. Signed-off-by: Kamil Serwus <kserwus@gmail.com>
9 lines
190 B
Plaintext
9 lines
190 B
Plaintext
# SAM C21N Xplained Pro board configuration
|
|
|
|
# Copyright (c) 2022 Kamil Serwus
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD
|
|
default "atsamc21n_xpro"
|
|
depends on BOARD_ATSAMC21N_XPRO
|