feat(boards): Add preonic_rev3 board.
This commit is contained in:
parent
4faf6eba97
commit
984b16e03b
9 changed files with 284 additions and 0 deletions
15
app/boards/arm/preonic/preonic_rev3_defconfig
Normal file
15
app/boards/arm/preonic/preonic_rev3_defconfig
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
|
||||
CONFIG_SOC_SERIES_STM32F3X=y
|
||||
CONFIG_SOC_STM32F303XC=y
|
||||
# 72MHz system clock
|
||||
CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=72000000
|
||||
|
||||
# enable pinctrl
|
||||
CONFIG_PINCTRL=y
|
||||
|
||||
# enable GPIO
|
||||
CONFIG_GPIO=y
|
||||
|
||||
# clock configuration
|
||||
CONFIG_CLOCK_CONTROL=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue