Skip to content

Commit 0165b1e

Browse files
committed
Addressed code review comments
- enable TSIP - clean up user_settings.h
1 parent 205e9d7 commit 0165b1e

File tree

7 files changed

+4760
-2116
lines changed

7 files changed

+4760
-2116
lines changed

ide/Renesas/e2studio/RX72N/sftp_client/app_sftpclient.rcpc

Lines changed: 4117 additions & 1513 deletions
Large diffs are not rendered by default.

ide/Renesas/e2studio/RX72N/sftp_client/app_sftpclient.scfg

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@
725725
<configuration inuse="true" name="r_bsp">
726726
<component description="依存モジュール: なし&#10;The r_bsp package provides a foundation for code to be built on top of. It provides startup code, iodefines, and MCU information for different boards. There are 2 folders that make up the r_bsp package. The 'mcu' folder contains files that are common to a MCU group. These files provide functionality such as easy register access, CPU functions, and a file named 'mcu_info.h' for each MCU group. The 'mcu_info.h' file has information about the MCU on the board and is configured based on the information given in r_bsp_config.h. The information in 'mcu_info.h' is used to help configure Renesas middleware that uses the r_bsp package. The 'board' folder has a folder with startup code for each supported board. Which MCU and board is chosen is decided by the settings in 'platform.h'. The user can choose which board they are using by uncommenting the include path that applies to their board. For example, if you are using the RSK+RX64M then you would uncomment the #include &quot;./board/generic_rx64m/r_bsp.h&quot; include path. Users are encouraged to add their own boards to the 'board' directory. BSPs are configured by using the r_bsp_config.h file. Each board will have a reference configuration file named r_bsp_config_reference.h. The user should copy this file to their project, rename it to r_bsp_config.h, and use the options inside the file to configure the BSP for their project." detailDescription="Board Support Packages." display="r_bsp" id="r_bsp7.53" version="7.53">
727727
<gridItem id="BSP_CFG_USER_STACK_ENABLE" selectedIndex="1"/>
728-
<gridItem id="BSP_CFG_USTACK_BYTES" selectedIndex="0x2000"/>
728+
<gridItem id="BSP_CFG_USTACK_BYTES" selectedIndex="0x1F00"/>
729729
<gridItem id="BSP_CFG_ISTACK_BYTES" selectedIndex="0x400"/>
730730
<gridItem id="BSP_CFG_HEAP_BYTES" selectedIndex="0x9000"/>
731731
<gridItem id="BSP_CFG_IO_LIB_ENABLE" selectedIndex="1"/>
@@ -1119,11 +1119,11 @@
11191119
<gridItem id="TSIP_TDES_CBC_DECRYPT" selectedIndex="0"/>
11201120
<gridItem id="TSIP_ARC4_ENCRYPT" selectedIndex="0"/>
11211121
<gridItem id="TSIP_ARC4_DECRYPT" selectedIndex="0"/>
1122-
<gridItem id="TSIP_SHA_1" selectedIndex="0"/>
1122+
<gridItem id="TSIP_SHA_1" selectedIndex="1"/>
11231123
<gridItem id="TSIP_SHA_256" selectedIndex="1"/>
11241124
<gridItem id="TSIP_MD5" selectedIndex="0"/>
1125-
<gridItem id="TSIP_SHA_1_HMAC" selectedIndex="0"/>
1126-
<gridItem id="TSIP_SHA_256_HMAC" selectedIndex="0"/>
1125+
<gridItem id="TSIP_SHA_1_HMAC" selectedIndex="1"/>
1126+
<gridItem id="TSIP_SHA_256_HMAC" selectedIndex="1"/>
11271127
<gridItem id="TSIP_RSAES_1024" selectedIndex="0"/>
11281128
<gridItem id="TSIP_RSAES_2048" selectedIndex="0"/>
11291129
<gridItem id="TSIP_RSAES_3072" selectedIndex="0"/>
@@ -1133,11 +1133,11 @@
11331133
<gridItem id="TSIP_RSASSA_3072" selectedIndex="0"/>
11341134
<gridItem id="TSIP_RSASSA_4096" selectedIndex="0"/>
11351135
<gridItem id="TSIP_RSA_RETRY_COUNT_FOR_RSA_KEY_GENERATION" selectedIndex="5120*2"/>
1136-
<gridItem id="TSIP_ECDSA_P192" selectedIndex="0"/>
1137-
<gridItem id="TSIP_ECDSA_P224" selectedIndex="0"/>
1138-
<gridItem id="TSIP_ECDSA_P256" selectedIndex="0"/>
1139-
<gridItem id="TSIP_ECDSA_P384" selectedIndex="0"/>
1140-
<gridItem id="TSIP_ECDH_P256" selectedIndex="0"/>
1136+
<gridItem id="TSIP_ECDSA_P192" selectedIndex="1"/>
1137+
<gridItem id="TSIP_ECDSA_P224" selectedIndex="1"/>
1138+
<gridItem id="TSIP_ECDSA_P256" selectedIndex="1"/>
1139+
<gridItem id="TSIP_ECDSA_P384" selectedIndex="1"/>
1140+
<gridItem id="TSIP_ECDH_P256" selectedIndex="1"/>
11411141
<gridItem id="TSIP_USER_SHA_384_ENABLED" selectedIndex="0"/>
11421142
<gridItem id="TSIP_USER_SHA_384_FUNCTION" selectedIndex="test"/>
11431143
<gridItem id="TSIP_TLS" selectedIndex="0"/>

0 commit comments

Comments
 (0)