We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4346931 commit 4603f43Copy full SHA for 4603f43
AdsTool/main.cpp
@@ -25,7 +25,7 @@
25
26
static int version()
27
{
28
- std::cout << "0.0.24-1\n";
+ std::cout << "0.0.25-1\n";
29
return 0;
30
}
31
debian/changelog
@@ -1,3 +1,12 @@
1
+adstool (0.0.25-1) bookworm; urgency=medium
2
+
3
+ * AdsTool: add rtime set-shared-cores <num_shared_cores> command
4
+ AdsTool: refactor RTimeAccess::ReadCpuSettings()
5
+ AdsTool: split usage for rtime command
6
+ RTimeAccess: implement SetSharedCores()
7
8
+ -- Patrick Bruenn <p.bruenn@beckhoff.com> Fri, 12 Jan 2024 08:37:51 +0100
9
10
adstool (0.0.24-1) bookworm; urgency=medium
11
12
* AdsTool: Add "ecat list-masters" to display all ethercat masters
0 commit comments