Skip to content

Commit

Permalink
updates to latest ax/sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
PTKu committed Oct 2, 2024
1 parent e21d18b commit a51a8df
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 13 deletions.
3 changes: 3 additions & 0 deletions cake/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ public override void Run(BuildContext context)
{
context.Libraries.ToList().ForEach(lib =>
{
context.Log.Information($"---------------------------------");
context.Log.Information($"Testing {lib.folder}");
context.Log.Information($"---------------------------------");
context.ApaxClean(lib);
context.ApaxInstall(context.GetLibraryAxFolders(lib));
context.ApaxBuild(context.GetLibraryAxFolders(lib));
Expand Down
8 changes: 4 additions & 4 deletions src/ax.axopen.app/ctrl/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ files:
devDependencies:
"@ix-ax/ax-sdk": '0.0.0-dev.0'
catalogs:
"@ax/simatic-ax": ^2405.0.0
"@ax/simatic-ax": 2405.1.0
dependencies:
"@ax/simatic-1500-clocks": 7.0.4
"@ax/system-bitaccess": 7.0.17
"@ax/system-math": 7.0.17
"@ax/system-serde": 7.0.17
"@ax/system-bitaccess": 7.1.47
"@ax/system-math": 7.1.47
"@ax/system-serde": 7.1.47
installStrategy: strict
apaxVersion: 3.3.1
8 changes: 4 additions & 4 deletions src/ax.axopen.hwlibrary/ctrl/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ files:
devDependencies:
"@ix-ax/ax-sdk": '0.0.0-dev.0'
catalogs:
"@ax/simatic-ax": ^2405.0.0
"@ax/simatic-ax": 2405.1.0
dependencies:
"@ix-ax/ax.axopen.min": '0.0.0-dev.0'
"@ax/simatic-1500-distributedio": 7.0.1
"@ax/simatic-1500-diagnostics-hardware": 7.0.1
"@ax/simatic-1500-clocks": 7.0.4
"@ax/system-timer": 7.0.17
"@ax/system-serde": 7.0.17
"@ax/system-bitaccess": 7.0.17
"@ax/system-timer": 7.1.47
"@ax/system-serde": 7.1.47
"@ax/system-bitaccess": 7.1.47
installStrategy: strict
apaxVersion: 3.3.1
4 changes: 2 additions & 2 deletions src/ax.axopen.min/ctrl/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ files:
devDependencies:
"@ix-ax/ax-sdk": '0.0.0-dev.0'
catalogs:
"@ax/simatic-ax": ^2405.0.0
"@ax/simatic-ax": 2405.1.0
dependencies:
"@ax/system-strings": 7.0.17
"@ax/system-strings": 7.1.47
installStrategy: strict
apaxVersion: 3.3.1
4 changes: 2 additions & 2 deletions src/sdk-ax/ctrl/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ type: generic
files:
- apax.yml
catalogs:
"@ax/simatic-ax": ^2405.0.0
"@ax/simatic-ax": 2405.1.0
dependencies:
"@ax/sdk": 2405.0.0
"@ax/sdk": 2405.1.0
installStrategy: strict
apaxVersion: 3.3.1
3 changes: 2 additions & 1 deletion src/traversals/apax/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: apax.traversal
version: 0.0.0-dev.0
type: app
targets:
- llvm
- llvm
devDependencies:
'@ix-ax/ax-sdk': 0.0.0-dev.0
dependencies:
Expand Down Expand Up @@ -62,3 +62,4 @@ dependencies:
'@ix-ax/axopen.timers': 0.0.0-dev.0
utils-app: 0.0.0-dev.0
'@ix-ax/axopen.utils': 0.0.0-dev.0
installStrategy: overridable

0 comments on commit a51a8df

Please sign in to comment.