File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
#
3
- # Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
3
+ # Copyright (c) 2024-2025 Ambiq Micro Inc. <www.ambiq.com>
4
4
5
5
if BOARD_APOLLO3_EVB
6
6
7
7
config SYS_CLOCK_HW_CYCLES_PER_SEC
8
8
default 32768 if AMBIQ_STIMER_TIMER
9
+ default 48000000 if CORTEX_M_SYSTICK
9
10
10
11
config LOG_BACKEND_SWO_FREQ_HZ
11
12
default 1000000
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
#
3
- # Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
3
+ # Copyright (c) 2024-2025 Ambiq Micro Inc. <www.ambiq.com>
4
4
5
5
if BOARD_APOLLO3P_EVB
6
6
7
7
config SYS_CLOCK_HW_CYCLES_PER_SEC
8
8
default 32768 if AMBIQ_STIMER_TIMER
9
+ default 48000000 if CORTEX_M_SYSTICK
9
10
10
11
config LOG_BACKEND_SWO_FREQ_HZ
11
12
default 1000000
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
#
3
- # Copyright (c) 2023 Ambiq Micro Inc. <www.ambiq.com>
3
+ # Copyright (c) 2023-2025 Ambiq Micro Inc. <www.ambiq.com>
4
4
5
5
if BOARD_APOLLO4P_BLUE_KXR_EVB
6
6
7
7
config SYS_CLOCK_HW_CYCLES_PER_SEC
8
8
default 32768 if AMBIQ_STIMER_TIMER
9
+ default 96000000 if CORTEX_M_SYSTICK
9
10
10
11
config LOG_BACKEND_SWO_FREQ_HZ
11
12
default 1000000
Original file line number Diff line number Diff line change 1
1
# SPDX-License-Identifier: Apache-2.0
2
2
#
3
- # Copyright (c) 2024 Ambiq Micro Inc. <www.ambiq.com>
3
+ # Copyright (c) 2024-2025 Ambiq Micro Inc. <www.ambiq.com>
4
4
5
5
if BOARD_APOLLO4P_EVB
6
6
7
7
config SYS_CLOCK_HW_CYCLES_PER_SEC
8
8
default 32768 if AMBIQ_STIMER_TIMER
9
+ default 96000000 if CORTEX_M_SYSTICK
9
10
10
11
config LOG_BACKEND_SWO_FREQ_HZ
11
12
default 1000000
You can’t perform that action at this time.
0 commit comments