Modifications to support architecture-specific template files.
vxWorks-specific and Common files for host IOCs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
TOP = ../..
|
||||
include $(TOP)/configure/CONFIG
|
||||
ARCH = _ARCH_
|
||||
|
||||
# vxWorks architecture needs a cdCommands file
|
||||
buildInstall: cdCommands
|
||||
|
||||
include $(TOP)/configure/RULES.ioc
|
||||
@@ -0,0 +1,6 @@
|
||||
# Simple startup script
|
||||
dbLoadDatabase("../../dbd/_APPNAME_.dbd",0,0)
|
||||
registerRecordDeviceDriver(pdbbase)
|
||||
dbLoadRecords("../../db/_APPNAME_.db","user=_USER_Host")
|
||||
iocInit()
|
||||
#seq snc_APPNAME_,"user=_USER_Host"
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
# Example vxWorks startup file
|
||||
#Following must be added for many board support packages
|
||||
#cd <full path to target bin directory>
|
||||
#cd _TOP_/iocBoot/_IOC_
|
||||
|
||||
< cdCommands
|
||||
|
||||
Reference in New Issue
Block a user