-
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
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 <j.beisert@pengutronix.de> 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.