Files
pcas/src/makeBaseApp/top/iocBoot/ioc/st.cmd@RTEMS
2008-10-08 22:42:49 +00:00

20 lines
446 B
Plaintext

## Example RTEMS startup script
## You may have to change _APPNAME_ to something else
## everywhere it appears in this file
#< envPaths
## Register all support components
dbLoadDatabase "dbd/_APPNAME_.dbd"
_CSAFEAPPNAME__registerRecordDeviceDriver pdbbase
## Load record instances
#dbLoadTemplate "db/_APPNAME_.substitutions"
#dbLoadRecords "db/_APPNAME_.db", "user=_USER_"
iocInit
## Start any sequence programs
#seq sncxxx, "user=_USER_"