Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
etherlabmaster
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ICS Control System Infrastructure
etherlabmaster
Graph
5296106d7913846f2334bf8150f5ac8375ceda2d
Select Git revision
Branches
2
master
stable-1.5
default
Tags
2
1.5.2.ESS0
version-1.3.2
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
12
Jan
10
9
8
2
1
18
Dec
8
24
Nov
23
21
7
6
3
2
31
Oct
30
27
26
25
24
23
20
19
18
17
16
13
12
11
9
5
28
Sep
27
26
25
23
19
18
11
8
4
1
31
Aug
29
23
17
15
9
8
5
4
3
2
1
31
Jul
28
25
20
19
18
17
6
27
Jun
26
21
20
14
12
6
2
29
May
26
22
19
18
17
16
15
12
11
10
9
8
5
3
26
Apr
25
24
21
20
18
12
11
10
7
6
5
3
2
31
Mar
29
28
27
24
22
21
20
19
17
15
8
6
2
28
Feb
26
25
24
23
22
20
14
13
3
26
Jan
20
17
13
6
5
23
Dec
19
16
2
25
Nov
18
11
4
28
Oct
21
Fixed bug in master state machine that came up in r745.
Minor fix on master.c (name of master thread).
Layed out slave state machines in own files fsm_slave.[ch]; renamed fsm.[ch] to fsm_master.[ch]
Added some documentation.
Minor changes to slave.c
Master workqueue replaced with kernel thread.
Fixed blocking of EoE processing while entering or leaving operational mode.
Re-added slave.configured flag as slave.self_configured.
Removed debug messages again.
Temporarily added some debug information.
Removed slave.configured flag.
Display requested state in slave info.
Fixed race: Stop EoE processing when entering or leaving operation mode.
Minor fix in master.c
Adjusted examples to EtherLab starter kit hardware.
Internal locking callbacks, improved locking.
Datagram preallocation with ATOMIC flag, because it is calles in timer context.
Minor changes in minimal example.
Shorter critical sections in examples.
Removed datagram.cycles_queued, needed for "starved" datagrams (deprecated).
Updated ChangeLog.
Adjusted examples to 1.2.0 interface changes.
Updated NEWS and Changelog files.
Configuring for kernels 2.6.18 and 2.6.19, thanks to Ralf Roesch.
Made it possible to configure under kernel 2.6.18.
State machines re-send datagrams on timeout.
Improved error messages in mailbox.c
Removed absolute paths for networking commands; brctl show without additional parameter.
Fixed warnings in master.c.
Fixed typo in CoE FSM.
Corrected error messages in get_slave().
Current consumption in sysfs; "lsec -c" shows current consumption and remaining current.
Fixed return type of ecdev_close().
Re-introduced ecdev_open() and ecdev_close(), to avoid a race condition regarding the link state.
Fixed lost frames display bug when no frames were sent.
Interface changes for version 1.2, see NEWS file.
Version 1.2.0-rc1, re-introduced ecrt_domain_queue().
Added frame counter.
Introduced "starved" datagrams.
Updated ChangeLog
Loading