Skip to content

Commit 22e65b6

Browse files
scottwcpgkartben
authored andcommitted
boards: microchip: mec172xmodular_assy6930: Kernel timer logic moved to soc
We moved kernel timer configuration logic to the soc layer. In addition, removed zephyr library cmake rule causing a build warning since there are no C source files in the board. Signed-off-by: Scott Worley <scott.worley@microchip.com>
1 parent 3f74ca7 commit 22e65b6

File tree

3 files changed

+0
-40
lines changed

3 files changed

+0
-40
lines changed

boards/microchip/mec172xmodular_assy6930/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
zephyr_library()
8-
97
#Allow users to pre-specify the tool using '-DMEC172X_SPI_GEN=<path-to-tool>/toolname'
108
if (NOT DEFINED MEC172X_SPI_GEN)
119
set(MEC172X_SPI_GEN $ENV{MEC172X_SPI_GEN})

boards/microchip/mec172xmodular_assy6930/Kconfig.defconfig

Lines changed: 0 additions & 36 deletions
This file was deleted.

boards/microchip/mec172xmodular_assy6930/mec172xmodular_assy6930_defconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
# SPDX-License-Identifier: Apache-2.0
55
#
66

7-
CONFIG_RTOS_TIMER=y
8-
97
CONFIG_CLOCK_CONTROL=y
108
CONFIG_GPIO=y
119
CONFIG_SERIAL=y

0 commit comments

Comments
 (0)