Move Zephyr app into subdirectory.
This commit is contained in:
parent
92b41d28e5
commit
38f1dbd984
57 changed files with 1 additions and 9 deletions
8
app/boards/arm/planck/Kconfig.board
Normal file
8
app/boards/arm/planck/Kconfig.board
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# STM32F3DISCOVERY board configuration
|
||||
|
||||
# Copyright (c) 2017 I-SENSE group of ICCS
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
config BOARD_STM32F3_DISCO
|
||||
bool "STM32F3DISCOVERY Development Board"
|
||||
depends on SOC_STM32F303XC
|
||||
Loading…
Add table
Add a link
Reference in a new issue