- 29 Nov, 2021 4 commits
-
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-
- 23 Nov, 2021 21 commits
-
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-
Jonathan Hanks authored
Add /etc/advligorts/systemd_env to advligorts-common package See merge request cds/advligorts!275
-
Jonathan Hanks authored
rtcds improvements Closes #234, #276, #312, and #319 See merge request cds/advligorts!274
-
Erik von Reis authored
-
Erik von Reis authored
-
Jonathan Hanks authored
awgtpman: now fails gracefully when IOP is not running Closes #246 See merge request cds/advligorts!273
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
uppercase characters in model names cause problems with the build system, so they are forbidden for most commands.
-
Erik von Reis authored
If models are already started when requested to start, there's no need to check. Systemd won't mind another request to start. Removing these checks allows the user to specify a list of models to start, stop or restart, and not have to worry if some of them are already in the requested state.
-
Jonathan Hanks authored
-
Jonathan Hanks authored
-
Erik von Reis authored
-
Jonathan Hanks authored
Fix a regression from 4.1.x. The ordering of parts/subsystems was not calculated correctly. This release fixes that issue.
-
Erik von Reis authored
START_DELAY can be set to any value of seconds to change the default 15 second delay after each model is started. If the startup sequencer is used, the delay can be set to 1 second. previously 'rtcds restart --all' would not restart the IOP model, since the kernel was unable to unload hte module before it was ordered to load it again. Now, stopping a model waits until the kernel module is unloaded.
-
Erik von Reis authored
Also fails nicely if there's a version mismatch on the IOP mbuf. Fixed mistake in logic that could allow tconv to run on IOP time when the IOP was not providing time.
-
Jonathan Hanks authored
RCG: some calculations were made out of order. See merge request cds/advligorts!272
-
Erik von Reis authored
createDiagsFile.pm wass created as a refactoring of the feCodeGen.pl for writing the parts connections file. Some global variables that were altered in this file were treated as locals, so the changes did not propagate back to feCodeGen.pl. This led to incorrect assessment that subsystems had no inputs, which meant subsystems could be processed before their inputs, introducing a one cycle delay.
-
Erik von Reis authored
-
Erik von Reis authored
-
- 22 Nov, 2021 4 commits
-
-
Jonathan Hanks authored
RCG: ADC read loop was only running once. Closes #321 See merge request cds/advligorts!271
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
The loop was only running once for 65k IOP models with clock_div 2. Not enough values were written to ADC, starving user models. Less obviously, Fast ADC were not being decimated at the right rate. Standard IOPs or slow ADCs on a fast IOP were unaffected, since the loop is meant to run once. closes #321
-
- 19 Nov, 2021 3 commits
-
-
Jonathan Hanks authored
RCG: virtualIOP=1 models do not compile. See merge request cds/advligorts!270
-
Erik von Reis authored
-
Erik von Reis authored
This model adds necessary includes to virtualIOP models so that all needed symbols are available.
-
- 16 Nov, 2021 8 commits
-
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-
Erik von Reis authored
-