Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
It modified operation EEPROM code to internal flash code.
  • Loading branch information
EdwardAHN committed Aug 13, 2017
1 parent f243144 commit c941231
Show file tree
Hide file tree
Showing 15 changed files with 8,017 additions and 8,327 deletions.
224 changes: 120 additions & 104 deletions Projects/S2E_App/W7500x_S2E.uvgui.Administrator

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions Projects/S2E_App/W7500x_S2E.uvopt
Original file line number Diff line number Diff line change
Expand Up @@ -624,10 +624,10 @@
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<ColumnNumber>30</ColumnNumber>
<ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg>
<TopLine>1</TopLine>
<CurrentLine>7</CurrentLine>
<TopLine>11</TopLine>
<CurrentLine>26</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>.\src\main.c</PathWithFileName>
<FilenameWithoutPath>main.c</FilenameWithoutPath>
Expand All @@ -638,11 +638,11 @@
<GroupNumber>6</GroupNumber>
<FileNumber>25</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<Focus>0</Focus>
<ColumnNumber>19</ColumnNumber>
<ColumnNumber>22</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg>
<TopLine>83</TopLine>
<TopLine>86</TopLine>
<CurrentLine>87</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>.\src\W7500x_board.c</PathWithFileName>
Expand Down
Binary file modified Projects/S2E_App/bin/W7500x_S2E_App.bin
Binary file not shown.
3,618 changes: 1,780 additions & 1,838 deletions Projects/S2E_App/bin/W7500x_S2E_App.hex

Large diffs are not rendered by default.

Binary file modified Projects/S2E_App/obj/W7500x_S2E_App.bin
Binary file not shown.
3,618 changes: 1,780 additions & 1,838 deletions Projects/S2E_App/obj/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 @@ -25,7 +25,7 @@
#if (DEVICE_BOARD_NAME == WIZ750SR)
#define __W7500P__
#define __USE_UART_IF_SELECTOR__ // RS-232/TTL or RS-422/485 selector using UART IF selector pin
#define __USE_EXT_EEPROM__ // External EEPROM or Internal Data flash (DAT0/1)
//#define __USE_EXT_EEPROM__ // External EEPROM or Internal Data flash (DAT0/1)
#define __USE_BOOT_ENTRY__ // Application boot mode entry pin activated
#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__
Expand Down
77 changes: 51 additions & 26 deletions Projects/S2E_Boot/W7500x_S2E.uvgui.Administrator

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions Projects/S2E_Boot/W7500x_S2E.uvopt
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,10 @@
<FileType>1</FileType>
<tvExp>0</tvExp>
<Focus>0</Focus>
<ColumnNumber>29</ColumnNumber>
<ColumnNumber>68</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg>
<TopLine>1</TopLine>
<CurrentLine>8</CurrentLine>
<TopLine>6</TopLine>
<CurrentLine>23</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>.\src\main.c</PathWithFileName>
<FilenameWithoutPath>main.c</FilenameWithoutPath>
Expand Down Expand Up @@ -655,12 +655,12 @@
<GroupNumber>9</GroupNumber>
<FileNumber>25</FileNumber>
<FileType>1</FileType>
<tvExp>0</tvExp>
<tvExp>1</tvExp>
<Focus>0</Focus>
<ColumnNumber>0</ColumnNumber>
<tvExpOptDlg>0</tvExpOptDlg>
<TopLine>0</TopLine>
<CurrentLine>0</CurrentLine>
<TopLine>1</TopLine>
<CurrentLine>1</CurrentLine>
<bDave2>0</bDave2>
<PathWithFileName>..\S2E_App\src\W7500x_board.c</PathWithFileName>
<FilenameWithoutPath>W7500x_board.c</FilenameWithoutPath>
Expand Down
Binary file modified Projects/S2E_Boot/bin/W7500x_S2E_Boot.bin
Binary file not shown.
Loading

0 comments on commit c941231

Please sign in to comment.