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
7if BOARD_NUCLEO_F303K8
8
9config BOARD
10	default "nucleo_f303k8"
11
12endif # BOARD_NUCLEO_F303K8
13