summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/arm/imxrt
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-15 19:45:46 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-01-15 19:49:41 +0100
commit4e530464b00db308480ce9036b78bb125bb86477 (patch)
tree0f13ac8eda424d3ad582c466d1f6438cc5d79687 /spec/build/bsps/arm/imxrt
parentbsp/imx7: dl06 fails expectedly (diff)
downloadrtems-4e530464b00db308480ce9036b78bb125bb86477.tar.bz2
bsps: Default to CPU counter benchmark timer
Most BSPs which used the stubbed benachmark timer provide a CPU counter. All BSPs provide at least a stub CPU counter. Simply use the benchmark timer implementation using the CPU counter.
Diffstat (limited to 'spec/build/bsps/arm/imxrt')
-rw-r--r--spec/build/bsps/arm/imxrt/bspimxrt.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/build/bsps/arm/imxrt/bspimxrt.yml b/spec/build/bsps/arm/imxrt/bspimxrt.yml
index 8f78369d3c..f4142d844c 100644
--- a/spec/build/bsps/arm/imxrt/bspimxrt.yml
+++ b/spec/build/bsps/arm/imxrt/bspimxrt.yml
@@ -258,7 +258,7 @@ source:
- bsps/arm/shared/pins/imx_iomux.c
- bsps/arm/shared/start/bsp-start-memcpy.S
- bsps/arm/shared/start/bspreset-armv7m.c
-- bsps/shared/dev/btimer/btimer-stub.c
+- bsps/shared/dev/btimer/btimer-cpucounter.c
- bsps/shared/dev/getentropy/getentropy-cpucounter.c
- bsps/shared/dev/serial/console-termios.c
- bsps/shared/irq/irq-default-handler.c