add record with module origin (source repo and git hash)

This commit is contained in:
2021-07-20 14:04:51 +02:00
parent dfec91854f
commit df59dabc56
3 changed files with 105 additions and 46 deletions
+9
View File
@@ -32,3 +32,12 @@ record (stringin, "$(IOC):$(MODULE)_VERS")
field (PINI, "YES")
field (ASG, "READONLY")
}
record (waveform, "$(IOC):$(MODULE)_ORIGIN")
{
field (DESC, "Module $(MODULE) origin")
field (FTVL, "CHAR")
field (NELM, "$(ORIGIN_SIZE=1)")
field (PINI, "YES")
field (ASG, "READONLY")
}