added xiao dongle support
This commit is contained in:
14
boards/shields/corne/Kconfig.shield
Normal file
14
boards/shields/corne/Kconfig.shield
Normal file
@@ -0,0 +1,14 @@
|
||||
# Copyright (c) 2020 Pete Johanson
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
config SHIELD_CORNE_LEFT
|
||||
def_bool $(shields_list_contains,corne_left)
|
||||
|
||||
config SHIELD_CORNE_RIGHT
|
||||
def_bool $(shields_list_contains,corne_right)
|
||||
|
||||
config SHIELD_CORNE_DONGLE
|
||||
def_bool $(shields_list_contains,corne_dongle)
|
||||
|
||||
config SHIELD_CORNE_PERIPHERAL_LEFT
|
||||
def_bool $(shields_list_contains,corne_peripheral_left)
|
||||
Reference in New Issue
Block a user