feat(boards): Add preonic_rev3 board.

This commit is contained in:
Jerome Olivier
2022-12-16 11:52:26 -05:00
committed by GitHub
parent 4faf6eba97
commit 984b16e03b
9 changed files with 284 additions and 0 deletions

View 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