summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/librtemscpu.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-15 16:51:17 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:48 +0100
commitd0de6fdfa8312147e7d991cf5326e3394b9abf3c (patch)
tree3159cd3197e57212eec736e4aa01bace5a5644e4 /spec/build/cpukit/librtemscpu.yml
parentnewlib01: Adjust variable name (diff)
downloadrtems-d0de6fdfa8312147e7d991cf5326e3394b9abf3c.tar.bz2
score: Add _IO_Relax()
This function may be used to burn a couple of processor cycles with minimum impact on the system bus. It may be used in busy wait loops. Since it is a global function, it is possible to wrap it in device driver test code.
Diffstat (limited to '')
-rw-r--r--spec/build/cpukit/librtemscpu.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index c224937348..965419c389 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -1418,6 +1418,7 @@ source:
- cpukit/score/src/interr.c
- cpukit/score/src/iobase64.c
- cpukit/score/src/ioprintf.c
+- cpukit/score/src/iorelax.c
- cpukit/score/src/iovprintf.c
- cpukit/score/src/isr.c
- cpukit/score/src/isrisinprogress.c