|
725 | 725 | <configuration inuse="true" name="r_bsp"> |
726 | 726 | <component description="依存モジュール: なし 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 "./board/generic_rx64m/r_bsp.h" 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"> |
727 | 727 | <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"/> |
729 | 729 | <gridItem id="BSP_CFG_ISTACK_BYTES" selectedIndex="0x400"/> |
730 | 730 | <gridItem id="BSP_CFG_HEAP_BYTES" selectedIndex="0x9000"/> |
731 | 731 | <gridItem id="BSP_CFG_IO_LIB_ENABLE" selectedIndex="1"/> |
|
1119 | 1119 | <gridItem id="TSIP_TDES_CBC_DECRYPT" selectedIndex="0"/> |
1120 | 1120 | <gridItem id="TSIP_ARC4_ENCRYPT" selectedIndex="0"/> |
1121 | 1121 | <gridItem id="TSIP_ARC4_DECRYPT" selectedIndex="0"/> |
1122 | | - <gridItem id="TSIP_SHA_1" selectedIndex="0"/> |
| 1122 | + <gridItem id="TSIP_SHA_1" selectedIndex="1"/> |
1123 | 1123 | <gridItem id="TSIP_SHA_256" selectedIndex="1"/> |
1124 | 1124 | <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"/> |
1127 | 1127 | <gridItem id="TSIP_RSAES_1024" selectedIndex="0"/> |
1128 | 1128 | <gridItem id="TSIP_RSAES_2048" selectedIndex="0"/> |
1129 | 1129 | <gridItem id="TSIP_RSAES_3072" selectedIndex="0"/> |
|
1133 | 1133 | <gridItem id="TSIP_RSASSA_3072" selectedIndex="0"/> |
1134 | 1134 | <gridItem id="TSIP_RSASSA_4096" selectedIndex="0"/> |
1135 | 1135 | <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"/> |
1141 | 1141 | <gridItem id="TSIP_USER_SHA_384_ENABLED" selectedIndex="0"/> |
1142 | 1142 | <gridItem id="TSIP_USER_SHA_384_FUNCTION" selectedIndex="test"/> |
1143 | 1143 | <gridItem id="TSIP_TLS" selectedIndex="0"/> |
|
0 commit comments