Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comment USE_DTR_DSR_DEFAULT config option in WIZ750SR_1XX #31

Open
wants to merge 1 commit into
base: Develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified Projects/S2E_App/bin/W7500x_S2E_App.bin
Binary file not shown.
2,611 changes: 1,305 additions & 1,306 deletions Projects/S2E_App/bin/W7500x_S2E_App.hex

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Projects/S2E_App/src/W7500x_board.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
//#define __USE_APPBACKUP_AREA__ // If this option activated, Application firmware area is consists of App (50kB) and App backup (50kB). If not, user's application can be 100kB size. (Does not use the backup area)
#define __USE_GPIO_HARDWARE_FLOWCONTROL__
#define __USE_USERS_GPIO__
#define __USE_DSR_DTR_DEFAULT__
//#define __USE_DSR_DTR_DEFAULT__
#define __USE_SAFE_SAVE__ // DevConfig Save verify function added
#define __USE_APPBOOT_TCP_SEARCH__
#define __USE_TCPCONNECT_STATUS_PIN__ // When this option is enabled, the STATUS pin acts as a pin to indicate the TCP connection status of socket. (WIZ750SR-1xx series only)
Expand Down
2 changes: 1 addition & 1 deletion Projects/S2E_App/src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define MAINTENANCE_VER 0

//#define STR_VERSION_STATUS //"Final"//"Develop" // or "Stable"
#define STR_VERSION_STATUS "Stable"
#define STR_VERSION_STATUS "Develop"

//////////////////////////////////
// W7500x HW Socket Definition //
Expand Down
2 changes: 1 addition & 1 deletion Projects/S2E_App/unused.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;#<FEEDBACK># ARM Linker, 5060750: Last Updated: Tue Mar 19 14:09:03 2024
;#<FEEDBACK># ARM Linker, 5060960: Last Updated: Fri May 10 13:22:12 2024
;VERSION 0.2
;FILE configdata.o
Mac_Conf <= IW 0
Expand Down
2 changes: 1 addition & 1 deletion Projects/S2E_Boot/W7500x_S2E.uvopt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<aExt>*.s*; *.src; *.a*</aExt>
<oExt>*.obj; *.o</oExt>
<lExt>*.lib</lExt>
<tExt>*.txt; *.h; *.inc</tExt>
<tExt>*.txt; *.h; *.inc; *.md</tExt>
<pExt>*.plm</pExt>
<CppX>*.cpp</CppX>
<nMigrate>0</nMigrate>
Expand Down
15 changes: 0 additions & 15 deletions Projects/S2E_Boot/W7500x_S2E.uvproj
Original file line number Diff line number Diff line change
Expand Up @@ -609,19 +609,4 @@
</Target>
</Targets>

<LayerInfo>
<Layers>
<Layer>
<LayName>&lt;Project Info&gt;</LayName>
<LayDesc></LayDesc>
<LayUrl></LayUrl>
<LayKeys></LayKeys>
<LayCat></LayCat>
<LayLic></LayLic>
<LayTarg>0</LayTarg>
<LayPrjMark>1</LayPrjMark>
</Layer>
</Layers>
</LayerInfo>

</Project>
Binary file modified Projects/S2E_Boot/bin/W7500x_S2E_Boot.bin
Binary file not shown.
Loading