mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-24 07:26:58 -05:00
feat(boards): Add preonic_rev3 board.
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user