Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit f3f770d

Browse files
committed
[Fix] Disable Smart Configurator's auto-generate code
Signed-off-by: RESG_XX <xiao-xuan.ngew.xc@renesas.com>
1 parent 99a958e commit f3f770d

File tree

16 files changed

+38
-25
lines changed

16 files changed

+38
-25
lines changed

projects/renesas/rx65n-cloud-kit-uart-sx-ulpgn/e2studio-gcc/aws_demos/.project

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,28 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<projectDescription>
33
<name>aws_demos</name>
4-
<comment/>
5-
<projects/>
4+
<comment></comment>
5+
<projects></projects>
66
<buildSpec>
7+
<buildCommand>
8+
<name>com.renesas.smc.ui.pgsupport.SCContentBuilder</name>
9+
<triggers></triggers>
10+
<arguments></arguments>
11+
</buildCommand>
712
<buildCommand>
813
<name>org.eclipse.cdt.managedbuilder.core.genmakebuilder</name>
914
<triggers>clean,full,incremental,</triggers>
10-
<arguments/>
15+
<arguments></arguments>
1116
</buildCommand>
1217
<buildCommand>
1318
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
1419
<triggers>full,incremental,</triggers>
15-
<arguments/>
20+
<arguments></arguments>
21+
</buildCommand>
22+
<buildCommand>
23+
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
24+
<arguments></arguments>
1625
</buildCommand>
17-
<buildCommand>
18-
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
19-
<arguments>
20-
</arguments>
21-
</buildCommand>
2226
</buildSpec>
2327
<natures>
2428
<nature>org.eclipse.cdt.core.cnature</nature>

projects/renesas/rx65n-cloud-kit-uart-sx-ulpgn/e2studio-gcc/aws_demos/aws_demos.scfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -691,8 +691,8 @@
691691
<gridItem id="configWINDOWS_MAC_INTERRUPT_SIMULATOR_DELAY" selectedIndex="20 / portTICK_PERIOD_MS"/>
692692
<gridItem id="ipconfigPACKET_FILLER_SIZE" selectedIndex="2"/>
693693
<gridItem id="ipconfigTCP_WIN_SEG_COUNT" selectedIndex="240"/>
694-
<gridItem id="ipconfigTCP_RX_BUFFER_LENGTH" selectedIndex="1460 * 3"/>
695-
<gridItem id="ipconfigTCP_TX_BUFFER_LENGTH" selectedIndex="1460 * 3"/>
694+
<gridItem id="ipconfigTCP_RX_BUFFER_LENGTH" selectedIndex="1460 * 8"/>
695+
<gridItem id="ipconfigTCP_TX_BUFFER_LENGTH" selectedIndex="1460 * 8"/>
696696
<gridItem id="ipconfigTCP_KEEP_ALIVE" selectedIndex="0"/>
697697
<gridItem id="ipconfigTCP_KEEP_ALIVE_INTERVAL" selectedIndex="20"/>
698698
<gridItem id="ipconfigSOCKET_HAS_USER_SEMAPHORE" selectedIndex="1"/>

projects/renesas/rx65n-cloud-kit-uart-sx-ulpgn/e2studio-gcc/boot_loader/.project

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
</projects>
77
<buildSpec>
88
<buildCommand>
9-
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
9+
<name>com.renesas.smc.ui.pgsupport.SCContentBuilder</name>
10+
<triggers></triggers>
1011
<arguments>
1112
</arguments>
1213
</buildCommand>
@@ -19,8 +20,11 @@
1920
<buildCommand>
2021
<name>org.eclipse.cdt.managedbuilder.core.ScannerConfigBuilder</name>
2122
<triggers>full,incremental,</triggers>
22-
<arguments>
23-
</arguments>
23+
<arguments></arguments>
24+
</buildCommand>
25+
<buildCommand>
26+
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
27+
<arguments></arguments>
2428
</buildCommand>
2529
</buildSpec>
2630
<natures>

projects/renesas/rx65n-rsk/e2studio-gcc/aws_tests/.cproject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</storageModule>
1717
<storageModule moduleId="com.renesas.cdt.managedbuild.core.toolchainInfo">
1818
<option id="toolchain.id" value="RENESAS_GCC_RX"/>
19-
<option id="toolchain.version" value="8.3.0.202004"/>
19+
<option id="toolchain.version" value="8.3.0.202104"/>
2020
<option id="toolchain.enable" value="true"/>
2121
</storageModule>
2222
<storageModule moduleId="cdtBuildSystem" version="4.0.0">

projects/renesas/rx65n-rsk/e2studio-gcc/boot_loader/.cproject

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</storageModule>
1616
<storageModule moduleId="com.renesas.cdt.managedbuild.core.toolchainInfo">
1717
<option id="toolchain.id" value="RENESAS_GCC_RX"/>
18-
<option id="toolchain.version" value="8.3.0.202004"/>
18+
<option id="toolchain.version" value="8.3.0.202104"/>
1919
<option id="toolchain.enable" value="true"/>
2020
</storageModule>
2121
<storageModule moduleId="cdtBuildSystem" version="4.0.0">

projects/renesas/rx65n-rsk/e2studio-gcc/boot_loader/.project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<buildSpec>
88
<buildCommand>
99
<name>com.renesas.smc.ui.pgsupport.SCContentBuilder</name>
10+
<triggers></triggers>
1011
<arguments>
1112
</arguments>
1213
</buildCommand>

projects/renesas/rx671-rsk/e2studio-gcc/boot_loader/.project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<buildSpec>
88
<buildCommand>
99
<name>com.renesas.smc.ui.pgsupport.SCContentBuilder</name>
10+
<triggers></triggers>
1011
<arguments>
1112
</arguments>
1213
</buildCommand>

projects/renesas/rx72n-envision-kit-wifi/e2studio-gcc/aws_tests/.project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<buildSpec>
88
<buildCommand>
99
<name>com.renesas.smc.ui.pgsupport.SCContentBuilder</name>
10+
<triggers></triggers>
1011
<arguments>
1112
</arguments>
1213
</buildCommand>

projects/renesas/rx72n-envision-kit-wifi/e2studio-gcc/boot_loader/.project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<buildSpec>
88
<buildCommand>
99
<name>com.renesas.smc.ui.pgsupport.SCContentBuilder</name>
10+
<triggers></triggers>
1011
<arguments>
1112
</arguments>
1213
</buildCommand>

projects/renesas/rx72n-envision-kit/e2studio-gcc/aws_demos/aws_demos.scfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@
866866
<gridItem id="ipconfigMAX_ARP_RETRANSMISSIONS" selectedIndex="5"/>
867867
<gridItem id="ipconfigMAX_ARP_AGE" selectedIndex="150"/>
868868
<gridItem id="ipconfigINCLUDE_FULL_INET_ADDR" selectedIndex="0"/>
869-
<gridItem id="ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS" selectedIndex="8"/>
869+
<gridItem id="ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS" selectedIndex="ETHER_CFG_EMAC_TX_DESCRIPTORS"/>
870870
<gridItem id="ipconfigEVENT_QUEUE_LENGTH" selectedIndex="ipconfigNUM_NETWORK_BUFFER_DESCRIPTORS + 5"/>
871871
<gridItem id="ipconfigALLOW_SOCKET_SEND_WITHOUT_BIND" selectedIndex="0"/>
872872
<gridItem id="ipconfigUDP_TIME_TO_LIVE" selectedIndex="128"/>
@@ -903,7 +903,7 @@
903903
<gridItem id="mqttconfigKEEP_ALIVE_INTERVAL_SECONDS" selectedIndex="100"/>
904904
<gridItem id="mqttconfigKEEP_ALIVE_ACTUAL_INTERVAL_TICKS" selectedIndex="pdMS_TO_TICKS( 300000 )"/>
905905
<gridItem id="mqttconfigKEEP_ALIVE_TIMEOUT_TICKS" selectedIndex="1000"/>
906-
<gridItem id="mqttconfigMQTT_TASK_STACK_DEPTH" selectedIndex="6114"/>
906+
<gridItem id="mqttconfigMQTT_TASK_STACK_DEPTH" selectedIndex="6144"/>
907907
<gridItem id="mqttconfigMQTT_TASK_PRIORITY" selectedIndex="configMAX_PRIORITIES - 3"/>
908908
<gridItem id="mqttconfigMAX_BROKERS" selectedIndex="2"/>
909909
<gridItem id="mqttconfigMAX_PARALLEL_OPS" selectedIndex="5"/>

projects/renesas/rx72n-envision-kit/e2studio-gcc/boot_loader/.project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<buildSpec>
88
<buildCommand>
99
<name>com.renesas.smc.ui.pgsupport.SCContentBuilder</name>
10+
<triggers></triggers>
1011
<arguments>
1112
</arguments>
1213
</buildCommand>

vendors/renesas/boards/rx65n-cloud-kit-uart-sx-ulpgn-gcc/aws_demos/config_files/FreeRTOSIPConfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ uint32_t ulRand(void);
281281
/* Each TCP socket has a circular buffers for Rx and Tx, which have a fixed
282282
* maximum size. Define the size of Rx buffer for TCP sockets. */
283283
//#define ipconfigTCP_RX_BUFFER_LENGTH (4380)
284-
#define ipconfigTCP_RX_BUFFER_LENGTH (1480*10)
284+
#define ipconfigTCP_RX_BUFFER_LENGTH (1460 * 8)
285285

286286
/* Define the size of Tx buffer for TCP sockets. */
287287
//#define ipconfigTCP_TX_BUFFER_LENGTH (4380)
288-
#define ipconfigTCP_TX_BUFFER_LENGTH (1480*10)
288+
#define ipconfigTCP_TX_BUFFER_LENGTH (1460 * 8)
289289

290290
/* When using call-back handlers, the driver may check if the handler points to
291291
* real program memory (RAM or flash) or just has a random non-zero value. */

vendors/renesas/boards/rx72n-envision-kit-gcc/aws_tests/config_files/FreeRTOSConfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ uint32_t ulRand(void);
277277
#define configRAND32() ulRand()
278278

279279
/* The platform FreeRTOS is running on. */
280-
#define configPLATFORM_NAME "RenesasRX65N"
280+
#define configPLATFORM_NAME "RenesasRX72N"
281281

282282
/* Header required for the tracealyzer recorder library. */
283283
//#include "trcRecorder.h"

vendors/renesas/boards/rx72n-envision-kit-gcc/aws_tests/config_files/aws_test_tcp_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
*/
6262
#define integrationtestportableSEND_TIMEOUT 20000
6363

64-
64+
#define tcptestECHO_TEST_SYNC_TIMEOUT 800000
6565

6666
#endif /*AWS_INTEGRATION_TEST_TCP_CONFIG_H */

vendors/renesas/boards/rx72n-envision-kit-wifi-gcc/aws_demos/config_files/FreeRTOSIPConfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,10 @@ uint32_t ulRand(void);
279279

280280
/* Each TCP socket has a circular buffers for Rx and Tx, which have a fixed
281281
* maximum size. Define the size of Rx buffer for TCP sockets. */
282-
#define ipconfigTCP_RX_BUFFER_LENGTH (3000)
282+
#define ipconfigTCP_RX_BUFFER_LENGTH (1460 * 3)
283283

284284
/* Define the size of Tx buffer for TCP sockets. */
285-
#define ipconfigTCP_TX_BUFFER_LENGTH (3000)
285+
#define ipconfigTCP_TX_BUFFER_LENGTH (1460 * 3)
286286
/* When using call-back handlers, the driver may check if the handler points to
287287
* real program memory (RAM or flash) or just has a random non-zero value. */
288288
#define ipconfigIS_VALID_PROG_ADDRESS( x ) ( ( x ) != NULL )

vendors/renesas/boards/rx72n-envision-kit-wifi-gcc/aws_tests/config_files/aws_test_tcp_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
*/
6262
#define integrationtestportableSEND_TIMEOUT 20000
6363

64-
#define tcptestECHO_TEST_SYNC_TIMEOUT 800000
64+
#define tcptestECHO_TEST_SYNC_TIMEOUT 800000
6565
#define integrationtestportableMAX_NUM_UNSECURE_SOCKETS 4u
6666

6767
#endif /*AWS_INTEGRATION_TEST_TCP_CONFIG_H */

0 commit comments

Comments
 (0)