Warning, /spec/build/bsps/aarch64/raspberrypi/optsystemtimer.yml is written in an unsupported language. File is not indexed.
0001 SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
0002 copyrights:
0003 - Copyright (C) 2024 Ning Yang
0004
0005 type: build
0006 build-type: option
0007
0008 enabled-by: true
0009 name: BSP_CLOCK_USE_SYSTEMTIMER
0010 description: |
0011 The clock from the ARM timer is derived from the system clock. This clock can
0012 change dynamically e.g. if the system goes into reduced power or in low power
0013 mode. Thus the clock speed adapts to the overall system performance
0014 capabilities. For accurate timing it is recommended to use the system timers.
0015
0016 actions:
0017 - get-boolean: null
0018 - define-condition: null
0019 - env-enable: null
0020 default:
0021 - enabled-by:
0022 - aarch64/raspberrypi4b
0023 value: false
0024
0025 links: []