Skip to content

Commit e10326b

Browse files
committed
Update top README (reference module list, version number)
1 parent bd7612d commit e10326b

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ in the service specific subdirectories:
288288
289289
EPICS Modules:
290290
[ASYN](https://github.com/epics-modules/asyn),
291+
[autosave](https://github.com/epics-modules/autosave),
292+
[busy](https://github.com/epics-modules/busy),
291293
[devlib2](https://github.com/epics-modules/devlib2),
292294
[ecmc](https://github.com/epics-modules/ecmc),
293295
[gtest](https://github.com/epics-modules/gtest),
@@ -296,10 +298,14 @@ EPICS Modules:
296298
[MCoreUtils](https://github.com/epics-modules/MCoreUtils),
297299
[modbus](https://github.com/epics-modules/modbus),
298300
[motor](https://github.com/epics-modules/motor),
301+
[mrfioc2](https://github.com/epics-modules/mrfioc2),
299302
[OPCUA](https://github.com/ralphlange/opcua),
300303
[PCAS](https://github.com/epics-modules/pcas),
304+
[softGlueZync](https://github.com/epics-modules/softGlueZynq),
301305
[sscan](https://github.com/epics-modules/sscan),
302-
[vac](https://github.com/epics-modules/vac)
306+
[std](https://github.com/epics-modules/std),
307+
[vac](https://github.com/epics-modules/vac),
308+
[xxx](https://github.com/epics-modules/xxx)
303309
304310
ESS: [EtherCAT MC Motor Driver][ref.ethercatmc]
305311
@@ -359,16 +365,16 @@ This will make all builds (not just for your module) verbose.
359365
360366
Update the submodule in `.ci` first, then change your CI configuration
361367
(if needed) and commit both to your module. E.g., to update your Travis
362-
setup to release 3.0.1 of ci-scripts:
368+
setup to release 3.1.0 of ci-scripts:
363369
```bash
364370
cd .ci
365-
git pull origin v3.0.1
371+
git pull origin v3.1.0
366372
cd -
367373
git add .ci
368374
# if needed:
369-
edit .travis.yml # and/or .appveyor.yml
375+
edit .travis.yml # and/or AppVeyor/GitHub Actions configuration
370376
git add .travis.yml
371-
git commit -m "Update ci-scripts submodule to v3.0.1"
377+
git commit -m "Update ci-scripts submodule to v3.1.0"
372378
```
373379
374380
Check the example configuration files inside ci-scripts (and their

0 commit comments

Comments
 (0)