Skip to content

Commit

Permalink
* Fixed pin mapping :
Browse files Browse the repository at this point in the history
DSR pin of WizZ750SR-100/105/110
  • Loading branch information
irina committed Dec 3, 2019
1 parent 50787f8 commit 6e39625
Show file tree
Hide file tree
Showing 11 changed files with 5,597 additions and 5,601 deletions.
6 changes: 3 additions & 3 deletions Libraries/W7500x_stdPeriph_Driver/src/W7500x_uart.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*******************************************************************************************************************************************************
* Copyright ¡§I 2016 <WIZnet Co.,Ltd.>
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ¢®¡ÆSoftware¢®¡¾),
* Copyright ��I 2016 <WIZnet Co.,Ltd.>
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ����Software����),
* to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
* and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
* THE SOFTWARE IS PROVIDED ¢®¡ÆAS IS¢®¡¾, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* THE SOFTWARE IS PROVIDED ����AS IS����, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Expand Down
Binary file modified Projects/S2E_App/bin/W7500x_S2E_App.bin
Binary file not shown.
3,670 changes: 1,835 additions & 1,835 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 @@ -145,7 +145,7 @@
#define DTR_PORT STATUS_PHYLINK_PORT
#define DTR_PAD_AF STATUS_PHYLINK_PAD_AF

#define DSR_PIN STATUS_TCPCONNECT_PIN
#define DSR_PIN GPIO_Pin_9
#define DSR_PORT STATUS_TCPCONNECT_PORT
#define DSR_PAD_AF STATUS_TCPCONNECT_PAD_AF

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 @@ -9,7 +9,7 @@
/* Application Firmware Version */
#define MAJOR_VER 1
#define MINOR_VER 3
#define MAINTENANCE_VER 1
#define MAINTENANCE_VER 2

//#define STR_VERSION_STATUS //"Final"//"Develop" // or "Stable"
#define STR_VERSION_STATUS "Stable"
Expand Down
10 changes: 6 additions & 4 deletions Projects/S2E_App/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
******************************************************************************
* @file W7500x Serial to Ethernet Project - WIZ750SR App
* @author Irina Kim, Team network
* @version v1.2.6
* @date Oct-2019
* @version v1.3.2
* @date Dec-2019
* @brief Main program body
******************************************************************************
* @attention
* @par Revision history
* <2019/10/11> v1.2.6 Bugfix and Improvements by irina
* Modified Packing time
* <2019/12/03> v1.3.2 Bugfix and Improvements by irina
* <2019/11/22> v1.3.1 Bugfix and Improvements by irina
* <2019/10/11> v1.3.0 Bugfix and Improvements by irina
* Change the Boot Code
* <2018/09/19> v1.2.5 Bugfix and Improvements by Becky
* <2018/06/22> v1.2.4 Bugfix by Eric Jung
* <2018/04/27> v1.2.3 Bugfix and Improvements by Eric Jung
Expand Down
Binary file modified Projects/S2E_Boot/bin/W7500x_S2E_Boot.bin
Binary file not shown.
Loading

0 comments on commit 6e39625

Please sign in to comment.