Commit Graph

9 Commits

Author SHA1 Message Date
aaronlong
e8e944b812 Removed incorrectly added PLC task 2020-03-04 13:03:25 +00:00
aaronlong
bb7af4fcdf Updated after merge resolution 2020-03-04 10:09:51 +00:00
Federico Rojas
6e0735106d Change PLCtask cycle time to 10ms 2019-12-18 17:19:00 +01:00
Federico Rojas
0532cb9214 Remove PLCTask1 from solution 2019-12-18 17:16:49 +01:00
Paul Barron
4af4094855 Change PLC cycle time to 10ms 2019-12-18 15:30:38 +01:00
Torsten Bögershausen
4ca1f6e110 Normalize all line endings to LF in the repo
Change the CRLF strategie:
All (nearly all) files have LF in the repo, and CRLF in the working tree.
When we started, all files had been commited "as is".
Now it is more and more disturbing that Git shows "^M" in git diff
when a line was added or chenged.
To avoid this, store all files in the repo with LF.

To normalzie existing repos for a crate, run:

Step 1)
(unless you have done that already)
git remote add tc_generic_structure https://bitbucket.org/europeanspallationsource/tc_generic_structure.git

Step 2)
git fetch tc_generic_structure

Step 3)
(master below may be integration)
git merge tc_generic_structure/master  -X renormalize
2019-12-04 16:30:58 +01:00
Dominic Oram
1d3a7d6c59 Updated version 2019-10-11 23:18:38 +01:00
Anders Sandström
47b977ae81 PLCTask cycle time 1ms (instead of 10ms). 2018-01-22 15:44:56 +01:00
Anders Sandström
77bc81ce82 Add tc_project_app. 2017-12-08 09:43:50 +01:00