Skip to content

Commit

Permalink
Build target should be changed to S7generic (#516)
Browse files Browse the repository at this point in the history
* Create draft PR for #515

* targets updated to s7generic
  • Loading branch information
TomKovac authored Jan 16, 2025
1 parent 9fc56bb commit 224d01f
Show file tree
Hide file tree
Showing 27 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion src/abstractions/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '0.0.0-dev.0'
type: app
targets:
- llvm
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.abb.robotics/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "app_axopen.components.abb.robotics"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.abstractions/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '0.0.0-dev.0'
type: app
targets:
- llvm
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.balluff.identification/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "app_axopen.components.balluff.identification"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.cognex.vision/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "app_axopen.components.cognex.vision"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.desoutter.tightening/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "app_axopen.components.desoutter.tightening"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.drives/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '0.0.0-dev.0'
type: app
targets:
- llvm
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.elements/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "elementscomponents"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
- llvm
variables:
APAX_BUILD_ARGS:
Expand Down
2 changes: 1 addition & 1 deletion src/components.festo.drives/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "app_axopen.components.festo.drives"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.kuka.robotics/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "app_axopen.components.kuka.robotics"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.mitsubishi.robotics/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "app_axopen.components.mitsubishi.robotics"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.pneumatics/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '0.0.0-dev.0'
type: app
targets:
- llvm
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.rexroth.drives/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "app_axopen.components.rexroth.drives"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.rexroth.press/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "app_axopen.components.rexroth.press"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.robotics/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '0.0.0-dev.0'
type: app
targets:
- llvm
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.siem.identification/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "app_axopen.components.siem.identification"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/components.ur.robotics/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "app_axopen.components.ur.robotics"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/core/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "ix_axopencore"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/data/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "axopen.data-app"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/inspectors/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '0.0.0-dev.0'
type: app
targets:
- llvm
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/integrations/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '0.0.0-dev.0'
type: app
targets:
- llvm
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/io/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "app_axopen.io"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/probers/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '0.0.0-dev.0'
type: app
targets:
- llvm
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/simatic1500/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '0.0.0-dev.0'
type: app
targets:
- llvm
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/template.axolibrary/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "app_apaxappname"
version: '0.0.0-dev.0'
type: app
targets:
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/timers/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '0.0.0-dev.0'
type: app
targets:
- llvm
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down
2 changes: 1 addition & 1 deletion src/utils/app/apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '0.0.0-dev.0'
type: app
targets:
- llvm
- "1500"
- s7generic
variables:
APAX_BUILD_ARGS:
- "--debug" # Generate debug information for target "1500"
Expand Down

0 comments on commit 224d01f

Please sign in to comment.