Browse Source
Add clock source selection for stimer and make it configurable Signed-off-by: Hao Luo <hluo@ambiq.com>pull/82462/head
13 changed files with 73 additions and 5 deletions
@ -0,0 +1,11 @@
@@ -0,0 +1,11 @@
|
||||
# RAKWIRELESS RAK11720 Board configuration |
||||
# Copyright (c) 2024 RAKwireless Technology Co., Ltd. <www.rakwireless.com> |
||||
# Sercan Erat <sercanerat@gmail.com> |
||||
# SPDX-License-Identifier: Apache-2.0 |
||||
|
||||
if BOARD_RAK11720 |
||||
|
||||
config SYS_CLOCK_HW_CYCLES_PER_SEC |
||||
default 32768 if AMBIQ_STIMER_TIMER |
||||
|
||||
endif # BOARD_RAK11720 |
Loading…
Reference in new issue