From afc629ed425bd58c7c105b191f174ac29f24aad7 Mon Sep 17 00:00:00 2001
From: Andrew Johnson
+EPICS Base 3.15.0.x releases are not intended for use in production systems.
+The histogram record was not included in the base.dbd file in any 3.14 release,
+but has now been added along with its associated soft device support.EPICS Base Release 3.15.1
+EPICS Base Release 3.15.0.x
+Changes between 3.14.x and 3.15.1
+Changes between 3.14.x and 3.15.0.x
+
+Enabled histogram record type
+
+
Moved src/RTEMS/base directory
@@ -24,8 +32,8 @@ These files are now found under src/RTEMS.
-Removed the 3.13 <top>/config directory and build compatibility rules and variables, and -various conversion documents.
+Removed the 3.13 <top>/config directory and build compatibility rules and +variables, and various conversion documents. diff --git a/src/dev/softDev/devSoft.dbd b/src/dev/softDev/devSoft.dbd index 763ac47d5..5f90aba86 100644 --- a/src/dev/softDev/devSoft.dbd +++ b/src/dev/softDev/devSoft.dbd @@ -6,6 +6,7 @@ device(bi,CONSTANT,devBiSoft,"Soft Channel") device(bo,CONSTANT,devBoSoft,"Soft Channel") device(calcout,CONSTANT,devCalcoutSoft,"Soft Channel") device(event,CONSTANT,devEventSoft,"Soft Channel") +device(histogram,CONSTANT,devHistogramSoft,"Soft Channel") device(longin,CONSTANT,devLiSoft,"Soft Channel") device(longout,CONSTANT,devLoSoft,"Soft Channel") device(mbbi,CONSTANT,devMbbiSoft,"Soft Channel")