Skip to content

Commit

Permalink
WSR2-1034 : Enabled Ping command in Easy Config Application
Browse files Browse the repository at this point in the history
  • Loading branch information
selinejames committed Oct 14, 2024
1 parent 648fa17 commit 6e5a6cc
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

manifest_file_version: 1.0.0
project: wifi_easy_config_pic32mz_w1_curiosity_freertos
creation_date: 2024-09-26T15:30:17.679+05:30[Asia/Calcutta]
creation_date: 2024-10-14T09:01:05.126+05:30[Asia/Calcutta]
operating_system: Windows 10
mcc_mode: IDE
mcc_mode_version: v6.20
Expand All @@ -22,7 +22,7 @@ modules:
- {name: csp, type: HARMONY, version: v3.19.6}
- {name: wireless_wifi, type: HARMONY, version: v3.11.1}
- {name: littlefs, type: HARMONY, version: v2.9.0}
- {name: wireless_system_pic32mzw1_wfi32e01, type: HARMONY, version: v3.9.1}
- {name: wireless_system_pic32mzw1_wfi32e01, type: HARMONY, version: WSR2-1034_v3_9_1_Release}
- {name: wolfssl, type: HARMONY, version: v5.4.0}
- {name: net, type: HARMONY, version: v3.12.2}
- {name: bsp, type: HARMONY, version: v3.20.1}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

manifest_file_version: 1.0.0
project: wifi_easy_config_pic32mz_w1_curiosity_freertos
creation_date: 2024-09-26T15:15:11.267+05:30[Asia/Calcutta]
creation_date: 2024-10-14T09:01:03.486+05:30[Asia/Calcutta]
operating_system: Windows 10
mcc_mode: IDE
mcc_mode_version: v6.20
Expand All @@ -22,7 +22,7 @@ modules:
- {name: csp, type: HARMONY, version: v3.19.6}
- {name: wireless_wifi, type: HARMONY, version: v3.11.1}
- {name: littlefs, type: HARMONY, version: v2.9.0}
- {name: wireless_system_pic32mzw1_wfi32e01, type: HARMONY, version: v3.9.1}
- {name: wireless_system_pic32mzw1_wfi32e01, type: HARMONY, version: WSR2-1034_v3_9_1_Release}
- {name: wolfssl, type: HARMONY, version: v5.4.0}
- {name: net, type: HARMONY, version: v3.12.2}
- {name: bsp, type: HARMONY, version: v3.20.1}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@
<targetDevice>PIC32MZ1025W104132</targetDevice>
<targetHeader></targetHeader>
<targetPluginBoard></targetPluginBoard>
<platformTool>pkob4hybrid</platformTool>
<platformTool>pk4hybrid</platformTool>
<languageToolchain>XC32</languageToolchain>
<languageToolchainVersion>4.45</languageToolchainVersion>
<platform>3</platform>
Expand Down Expand Up @@ -1037,6 +1037,20 @@
</C32Global>
</item>
<item path="../src/mpfs_img2.c" ex="true" overriding="false">
<C32>
</C32>
<C32-AR>
</C32-AR>
<C32-AS>
</C32-AS>
<C32-CO>
</C32-CO>
<C32-LD>
</C32-LD>
<C32CPP>
</C32CPP>
<C32Global>
</C32Global>
</item>
<C32>
<property key="additional-warnings" value="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5247,6 +5247,22 @@
<key class="com.microchip.mcc.core.tokenManager.CustomKey" moduleName="tcpipIcmp" name="#&amp;__MCC_Group_Parrent_id"/>
<value>NETWORK LAYER</value>
</entry>
<entry>
<key class="com.microchip.mcc.core.tokenManager.CustomKey" moduleName="tcpipIcmp" name="TCPIP_ICMP_COMMAND_ENABLE"/>
<value>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;tcpipIcmp&gt;
&lt;tcpipIcmp dnOrder=&quot;0&quot; id=&quot;TCPIP_ICMP_COMMAND_ENABLE&quot;&gt;
&lt;Attributes dnOrder=&quot;0&quot;&gt;
&lt;Boolean dnOrder=&quot;0&quot; id=&quot;visible&quot;&gt;
&lt;Value dnOrder=&quot;0&quot;&gt;true&lt;/Value&gt;
&lt;/Boolean&gt;
&lt;/Attributes&gt;
&lt;Values dnOrder=&quot;1&quot;&gt;
&lt;User dnOrder=&quot;0&quot; value=&quot;true&quot;/&gt;
&lt;/Values&gt;
&lt;/tcpipIcmp&gt;
&lt;/tcpipIcmp&gt;
</value>
</entry>
<entry>
<key class="com.microchip.mcc.core.tokenManager.CustomKey" moduleName="tcpipNetConfig" name="!@#harmonyAttachmentState"/>
<value>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;tcpipNetConfig&gt;
Expand Down Expand Up @@ -5873,7 +5889,7 @@
</entry>
<entry>
<file>..\src\config\pic32mz_w1_curiosity_freertos\configuration.h</file>
<hash>71f6658e39ca52225182f4efef1879eae8b184979e130c3d5a325a52daef36a3</hash>
<hash>4e3df1f8ae68991d97181920053fee64c50bf16f41cb267445982d450640e682</hash>
</entry>
<entry>
<file>..\src\config\pic32mz_w1_curiosity_freertos\crypto\crypto.h</file>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,12 @@ extern "C" {
#define TCPIP_ICMP_ECHO_REQUEST_TIMEOUT 500
#define TCPIP_ICMP_TASK_TICK_RATE 33
#define TCPIP_STACK_MAX_CLIENT_ECHO_REQUESTS 4
#define TCPIP_ICMP_COMMAND_ENABLE false
#define TCPIP_ICMP_COMMAND_ENABLE true
#define TCPIP_STACK_COMMANDS_ICMP_ECHO_REQUESTS 4
#define TCPIP_STACK_COMMANDS_ICMP_ECHO_REQUEST_DELAY 1000
#define TCPIP_STACK_COMMANDS_ICMP_ECHO_TIMEOUT 5000
#define TCPIP_STACK_COMMANDS_ICMP_ECHO_REQUEST_BUFF_SIZE 2000
#define TCPIP_STACK_COMMANDS_ICMP_ECHO_REQUEST_DATA_SIZE 100

#define SYS_WIFIPROV_NVMADDR 0x900FF000
#define SYS_WIFIPROV_SAVECONFIG true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


project: wifi_easy_config
creation_date: 2024-09-26T15:15:12.007+05:30[Asia/Calcutta] # ISO 8601 format: https://www.w3.org/TR/NOTE-datetime
creation_date: 2024-10-14T09:01:04.179+05:30[Asia/Calcutta] # ISO 8601 format: https://www.w3.org/TR/NOTE-datetime
operating_system: Windows 10
mcc_mode: IDE # [IDE|Standalone|Headless]
mcc_version: v5.5.1
Expand Down

0 comments on commit 6e5a6cc

Please sign in to comment.