1# NUCLEO-32 F303k8 board configuration 2 3# Copyright (c) 2020 Sebastian Schwabe <sebastian.schwabe@mailbox.tu-dresden.de> 4# Fabian Paschke <fabian.paschke@eas.iis.fraunhofer.de> 5# SPDX-License-Identifier: Apache-2.0 6 7config BOARD_NUCLEO_F303K8 8 bool "NUCLEO-32 F303K8 Development Board" 9 depends on SOC_STM32F303X8 10