summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/aarch64/raspberrypi/optsystemtimer.yml
blob: c20371ab8b0ef8fa4047a181fe933d44011f720b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
  - Copyright (C) 2024 Ning Yang

type: build
build-type: option

enabled-by: true
name: BSP_CLOCK_USE_SYSTEMTIMER
description: |
  The clock from the ARM timer is derived from the system clock. This clock can
  change dynamically e.g. if the system goes into reduced power or in low power
  mode. Thus the clock speed adapts to the overall system performance
  capabilities. For accurate timing it is recommended to use the system timers.

actions:
  - get-boolean: null
  - define-condition: null
  - env-enable: null
default:
  - enabled-by:
    - aarch64/raspberrypi4b
    value: false

links: []