-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
08139fc
commit 0fe6ed4
Showing
4,284 changed files
with
1,552,008 additions
and
17 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
ptxproj/src/boost_1_68_0.tar.bz2 filter=lfs diff=lfs merge=lfs -text | ||
ptxproj/src/linux-*.tgz filter=lfs diff=lfs merge=lfs -text | ||
ptxproj/src/rootlesskit-dep-2.0.2.tar.gz filter=lfs diff=lfs merge=lfs -text | ||
ptxproj/src/go1.21.8.linux-amd64.tar.gz filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Firmware Release 04.05.10 (27) – CODESYS 3 | ||
|
||
Engineering by CODESYS IDE V. 3.5 is supported | ||
Engineering by e!COCKPIT IDE is not supported | ||
CODESYS 2.3 is not supported | ||
|
||
Migration Guide – from e!COCKPIT to CODEYS V3.5: | ||
• https://techdocs.wago.com/Software/eCOCKPIT_Migration/en-US/index.html#index_content | ||
|
||
Initial Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,9 +62,9 @@ If you prefer to build the sdk-builder image manually follow instruction provide | |
## Installation and building STEP-BY-STEP: | ||
|
||
### 1.) Check out the correct release | ||
We provide one tag for each firmware(FW) release. You can download specific FW versions in the release section. Alternatively you may use git to clone the repository. | ||
We provide one tag for each firmware(FW) release. You can download specific FW versions in the release section. Alternatively you may use git to clone the repository. | ||
|
||
git clone [email protected]:WAGO/pfc-firmware-sdk-G2.git && cd pfc-firmware-sdk-G2 | ||
git clone [email protected]:WAGO/pfc300-firmware-sdk.git && cd pfc300-firmware-sdk | ||
|
||
Afterward you can checkout a specific release. | ||
|
||
|
@@ -80,9 +80,9 @@ Afterward you can checkout a specific release. | |
|
||
Alternatively you can also run pfc-builder in bash mode (```make bash```) and enter the following commands. | ||
|
||
ptxdist select configs/wago-pfcXXX/ptxconfig_pfc_g2 && \ | ||
ptxdist platform configs/wago-pfcXXX/platformconfig && \ | ||
ptxdist toolchain /opt/gcc-Toolchain-2022.08/LINARO.Toolchain-2022.08/arm-linux-gnueabihf/bin/ && \ | ||
ptxdist select configs/wago-pfc300/ptxconfig_pfc && \ | ||
ptxdist platform configs/wago-pfc300/platformconfig && \ | ||
ptxdist toolchain /opt/gcc-Toolchain-2022.08-wago.1/LINARO.Toolchain-2022.08-wago.1/aarch64-linux-gnu/bin && \ | ||
ptxdist clean -q | ||
|
||
#### 3.1) Get and download all packages | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# | ||
# Kconfig: Main menu structure definition | ||
# Copyright (C) Juergen Beisert <[email protected]> 2008 | ||
# | ||
|
||
# including of config/Kconfig was not successful, so we pasted its content | ||
|
||
# source "config/Kconfig" | ||
|
||
##### content of "config/Kconfig" ##### | ||
|
||
mainmenu "PTXdist $CONFIGFILE_VERSION" | ||
|
||
config MODULES | ||
bool | ||
default y | ||
|
||
source "generated/project_specific.in" | ||
source "generated/fixme.in" | ||
|
||
source "generated/project_name.in" | ||
|
||
source "rules/Kconfig" | ||
|
||
####################################### | ||
|
||
menu "Wago Specific " | ||
source "generated/wago_specific.in" | ||
endmenu | ||
|
||
|
Oops, something went wrong.