Skip to content

Commit

Permalink
debian: update version to 0.0.25-1
Browse files Browse the repository at this point in the history
adstool (0.0.25-1) bookworm; urgency=medium
.
  * AdsTool: add rtime set-shared-cores <num_shared_cores> command
    AdsTool: refactor RTimeAccess::ReadCpuSettings()
    AdsTool: split usage for rtime command
    RTimeAccess: implement SetSharedCores()

Signed-off-by: Patrick Bruenn <[email protected]>
  • Loading branch information
pbruenn committed Jan 12, 2024
1 parent 4346931 commit 4603f43
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AdsTool/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

static int version()
{
std::cout << "0.0.24-1\n";
std::cout << "0.0.25-1\n";
return 0;
}

Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
adstool (0.0.25-1) bookworm; urgency=medium

* AdsTool: add rtime set-shared-cores <num_shared_cores> command
AdsTool: refactor RTimeAccess::ReadCpuSettings()
AdsTool: split usage for rtime command
RTimeAccess: implement SetSharedCores()

-- Patrick Bruenn <[email protected]> Fri, 12 Jan 2024 08:37:51 +0100

adstool (0.0.24-1) bookworm; urgency=medium

* AdsTool: Add "ecat list-masters" to display all ethercat masters
Expand Down

0 comments on commit 4603f43

Please sign in to comment.