Kevin Peterson
32ce3cbfd8
Merge pull request #2 from epics-motor/github-actions
...
Configured to build with github-actions
2022-04-28 13:49:36 -05:00
Kevin Peterson
7a050304be
Configured to build with github-actions
2022-04-28 13:48:49 -05:00
Kevin Peterson
a85334f396
Eliminated calls to os.system(). Example IOCs now build on Windows (VS2017).
2020-06-17 09:29:35 -05:00
Kevin Peterson
1a85f6ded5
Upgraded ci-scripts to v3.0.1
2020-06-15 14:54:44 -05:00
Kevin Peterson
b33d89a508
Trigger 1st Travis build
2020-05-26 13:42:32 -05:00
Kevin Peterson
b52462a3cb
Added epics-base ci-scripts
2020-05-26 11:55:28 -05:00
Kevin Peterson
8c1fd93664
Updated documentation for R1-1
R1-1
2020-05-12 16:49:43 -05:00
keenanlang
1bd580a878
install iocsh file to motor
2020-05-06 13:56:29 -05:00
Kevin Peterson
ebbb747a72
Corrected typo
2019-10-30 17:22:24 -05:00
Kevin Peterson
5ab502c53a
Include $(MOTOR)/modules/RELEASE.$(EPICS_HOST_ARCH).local instead of $(MOTOR)/configure/RELEASE
2019-10-30 17:17:24 -05:00
Kevin Peterson
ba3193b340
Merge pull request #1 from epics-motor/190920_send_mess_uses_const_char
...
The 3rd parameter in send_mess(), "name" can and should
be a 'const char *' instead of just 'char *'.
Modern compilers complain here, so that the signature now
gets the const.
2019-09-25 15:50:57 -05:00
Torsten Bögershausen
7e446c04da
send_mess() uses 'const char *'
...
The 3rd parameter in send_mess(), "name" can and should
be a 'const char *' instead of just 'char *'.
Modern compilers complain here, so that the signature now
gets the const.
This is a minimal part of a series from Dirk Zimoch,
more warnings can be removed here and there.
2019-09-20 15:38:10 +02:00
kpetersn
577fbcb73e
Added RELEASE.md with info about the 1-0 release
R1-0
2019-04-18 11:05:22 -05:00
Kevin Peterson
1a75c60e1f
Added README.md
2019-04-16 16:00:30 -05:00
kpetersn
2fac33f011
Improved the example IOC
2019-04-09 11:42:21 -05:00
kpetersn
57b6582e69
Applied patch to update Makefiles, RELEASE and CONFIG_SITE files
2019-04-09 11:26:32 -05:00
kpetersn
2846bfa018
Added files from makeBaseApp
2019-04-09 11:24:20 -05:00
kpetersn
28f04e256a
Added a modules dir, in which the stand-alone driver modules will reside.
2019-04-03 10:12:21 -05:00
kpetersn
4b26074021
Changed XXX_init argument from void * to int. Some drivers fail to build.
2018-10-10 10:26:19 -05:00
klang
961d5b082e
Changed NULL casts from 'char' to 'char*'
2017-11-08 14:04:12 -06:00
PI-SRau
50444f0692
add .gitignore
2016-10-20 17:42:12 +02:00
Kevin Peterson
32afc927fc
Merge pull request #39 from keenanlang/scripts
...
Callable iocsh scripts
2016-09-01 09:50:24 -05:00
Keenan Lang
acd42782ae
Switched ACS MCB4B support to use new gen3 support
2016-08-26 16:05:00 -05:00
Keenan Lang
cbdbbfa3bb
Added various motor controller setup scripts.
2016-08-25 13:39:42 -05:00
Henrique Dante de Almeida
77be7ed5c7
Add all missing stdlib.h and errlog.h includes
2016-05-23 18:01:38 -03:00
Torsten Bögershausen
b3a78b6fdc
Remove all lines with svn keywords
...
They have no meaning in Git, are not updated and may cause unwanted diffs when
otherwise nothing is changed in a file
2015-11-23 08:23:12 +01:00
prjemian
605125f548
Introduce end-of-line normalization
2015-10-16 12:31:42 -05:00
prjemian
29b7273fbb
initial commit after move from APS SVN
2015-10-16 12:31:42 -05:00
MarkRivers
e8c0131a53
Fixed bug, it was sending E query to read motor current status, should be W query
2014-08-28 23:35:05 +00:00
MarkRivers
810f3ca891
Fix to allow building dynamically on Windows
2014-05-28 15:56:28 +00:00
MarkRivers
04755669d2
Added epicsShareClass to avoid errors on Windows
2014-05-08 18:12:35 +00:00
MarkRivers
54c9e8defe
New file for ACS MCB-4B with Model 3 driver
2012-03-02 19:22:03 +00:00
MarkRivers
8b04cf64fc
Replaced writeController() with writeReadController() to prevent talking too fast; improved debugging
2012-03-02 18:56:26 +00:00
MarkRivers
1633484425
Added MCB4BDriver, model 3 asyn motor driver
2012-03-02 00:14:04 +00:00
MarkRivers
8b36df0d5d
Added MCB4BDriver, model 3 asyn motor driver
2012-03-02 00:13:42 +00:00
MarkRivers
f7d9f5f8dd
New file, Model 3 driver
2012-03-02 00:12:33 +00:00
Ron Sluiter
52f6723b39
Changed diagnostic message macro 'Debug' to Mark Rivers inline variable argument function calls.
2011-11-29 20:50:00 +00:00
Ron Sluiter
3ffcf86930
Eliminate 64-bit compiler warnings.
2009-09-08 18:29:27 +00:00
Ron Sluiter
934e9c29b1
64-bit compatibility.
2008-03-14 20:23:45 +00:00
Ron Sluiter
61eaf13f89
Initialize "update_delay".
2005-05-10 16:36:46 +00:00
David Kline
1a9f569836
Corrected compiler error when passing Asyn parameter(s).
2005-04-14 18:36:19 +00:00
MarkRivers
a03a4c70a4
Changed from using hardcoded stack size and priority to generic EPICS values
2005-03-30 00:49:55 +00:00
Ron Sluiter
f8b04b3d44
MicroSoft Visual C compiler compatibility.
2004-12-20 21:12:51 +00:00
MarkRivers
e731ae9509
New asyn EOS processing. No longer add output EOS or strip input EOS
2004-11-10 05:33:20 +00:00
MarkRivers
8b6f2577f9
Changes for new asynOctetSyncIO API
2004-09-28 23:53:28 +00:00
Ron Sluiter
1ebc15c9c6
32axis/controller support.
2004-09-20 20:53:00 +00:00
MarkRivers
1ad36ce80c
asynSyncIO renamed to asynOctetSyncIO
2004-08-17 21:29:52 +00:00
MarkRivers
a963d6c388
Changes in asynSyncIO->read for latest asyn
2004-07-30 04:09:11 +00:00
Ron Sluiter
d6ffff666c
removed unused <driver>Setup() argument.
2004-07-16 19:06:58 +00:00
MarkRivers
b00ce1668f
Fixed bug with NULL pointer on non-vxWorks systems
2004-06-24 19:52:09 +00:00