[rtems-central commit] interface: Support constraints for variables
Sebastian Huber
sebh at rtems.org
Fri Nov 19 07:51:56 UTC 2021
Module: rtems-central
Branch: master
Commit: 701ae0698895101fe8a3b917d618c569a0bb8060
Changeset: http://git.rtems.org/rtems-central/commit/?id=701ae0698895101fe8a3b917d618c569a0bb8060
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Nov 18 20:47:58 2021 +0100
interface: Support constraints for variables
---
rtemsspec/interface.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/rtemsspec/interface.py b/rtemsspec/interface.py
index 3a77409..738674f 100644
--- a/rtemsspec/interface.py
+++ b/rtemsspec/interface.py
@@ -221,6 +221,7 @@ _CONSTRAINT_TARGET = {
"interface/define": "this constant",
"interface/macro": "this directive",
"interface/typedef": "functions of this type",
+ "interface/variable": "this object",
}
More information about the vc
mailing list