forked from Imagelibrary/rtems
Make the clock driver parameters configurable. Use the maximum counter frequency to get the best time resolution. Decouple the CPU counter from the timecounter. Make the tick catch up handling more robust. Add a validation test for the tick catch up.
19 lines
443 B
YAML
19 lines
443 B
YAML
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
|
actions:
|
|
- get-integer: null
|
|
- format-and-define: null
|
|
build-type: option
|
|
copyrights:
|
|
- Copyright (C) 2024 embedded brains GmbH & Co. KG
|
|
default:
|
|
- enabled-by: true
|
|
value: 0xff110000
|
|
description: |
|
|
This option defines the Xilinx Triple-Timer Counter (TTC) base address used by
|
|
the Clock Driver.
|
|
enabled-by: true
|
|
format: '{:#010x}'
|
|
links: []
|
|
name: XIL_CLOCK_TTC_BASE_ADDR
|
|
type: build
|