|
| 1 | +<?xml version="1.0" encoding="UTF-8" standalone="no"?> |
| 2 | +<smc> |
| 3 | + <general version="2.0.0.0"> |
| 4 | + <configuration active="true" id="${configurationTypeReleaseID}"> |
| 5 | + <property id="com.renesas.smc.service.project.buildArtefactType" values="com.renesas.smc.service.project.buildArtefactType.exe"/> |
| 6 | + <toolchain id="${toolChainID}"> |
| 7 | + <option id="com.renesas.smc.toolchain.option.language" key="com.renesas.smc.toolchain.option.language.c"/> |
| 8 | + <option id="com.renesas.smc.toolchain.option.buildArtefactType" key="com.renesas.smc.toolchain.option.buildArtefactType.exe"/> |
| 9 | + <option id="com.renesas.smc.toolchain.option.rtos" key="com.renesas.smc.toolchain.option.rtos.freertos.kernel"> |
| 10 | + <item id="com.renesas.smc.toolchain.option.rtos.freertos.kernel" value="${packageVersion}"/> |
| 11 | + </option> |
| 12 | + <option id="com.renesas.smc.toolchain.option.dual" key="com.renesas.smc.toolchain.option.dual.false"/> |
| 13 | + </toolchain> |
| 14 | + </configuration> |
| 15 | + <platform id="${targetDevice}"/> |
| 16 | + </general> |
| 17 | + <tool id="SWComponent" version="1.0.0.0"> |
| 18 | + <configuration inuse="true" name="r_bsp"> |
| 19 | + <component description="Dependencies : None 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.42" version="7.42"/> |
| 20 | + <source description="Components supporting Firmware Integration Technology" display="Firmware Integration Technology" id="com.renesas.smc.tools.swcomponent.fit.source"/> |
| 21 | + </configuration> |
| 22 | + <configuration enable="true" exclude="false" id="8ccb1927-571f-4edb-b61c-d5beefbf1ab7" inuse="true" name="FreeRTOS_Kernel"> |
| 23 | + <component description="This component is a part of RTOS Configurator feature that allow user to use the GUI to configure kernel setting of FreeRTOS." detailDescription="" display="FreeRTOS_Kernel" id="com.renesas.smc.tools.swcomponent.rtosconfigurator.freertos.kernel" version="1.0.130"> |
| 24 | + <gridItem id="configUSE_TASK_DPFPU_SUPPORT" selectedIndex="2"/> |
| 25 | + </component> |
| 26 | + <source description="Code generator for Real-time OS" display="RTOS Configurator" id="com.renesas.smc.tools.swcomponent.rtosconfigurator.source"/> |
| 27 | + </configuration> |
| 28 | + <configuration enable="true" exclude="false" inuse="true" name="FreeRTOS Object"> |
| 29 | + <allocatable id="" name="" type=""> |
| 30 | + <allocatable id="TASK" name="TASK" type=""> |
| 31 | + <allocatable id="TASKOBJECTLINK1" name="TASK" type="" readonly="true"> |
| 32 | + <option defaultValue="1" id="Initialize" value="0"/> |
| 33 | + <option defaultValue="task_[X]" id="TaskCode" value="main_task"/> |
| 34 | + <option defaultValue="task_[X]" id="TaskName" value="MAIN_TASK"/> |
| 35 | + <option defaultValue="512" id="StackSize" value="512"/> |
| 36 | + <option defaultValue="NULL" id="TaskHandler" value="NULL"/> |
| 37 | + <option defaultValue="NULL" id="Parameter" value="NULL"/> |
| 38 | + <option defaultValue="1" id="Priority" value="3"/> |
| 39 | + </allocatable> |
| 40 | + <option defaultValue="0" id="LinkNum" value="1"/> |
| 41 | + </allocatable> |
| 42 | + <allocatable id="QUEUE" name="QUEUE" type=""> |
| 43 | + <option defaultValue="0" id="LinkNum" value=""/> |
| 44 | + </allocatable> |
| 45 | + <allocatable id="SEMAPHORE" name="SEMAPHORE" type=""> |
| 46 | + <option defaultValue="0" id="LinkNum" value=""/> |
| 47 | + </allocatable> |
| 48 | + <allocatable id="SWTIMER" name="SWTIMER" type=""> |
| 49 | + <option defaultValue="0" id="LinkNum" value=""/> |
| 50 | + </allocatable> |
| 51 | + <allocatable id="EVENTGROUP" name="EVENTGROUP" type=""> |
| 52 | + <option defaultValue="0" id="LinkNum" value=""/> |
| 53 | + </allocatable> |
| 54 | + <allocatable id="STREAMBUFFER" name="STREAMBUFFER" type=""> |
| 55 | + <option defaultValue="0" id="LinkNum" value=""/> |
| 56 | + </allocatable> |
| 57 | + <allocatable id="MESSAGEBUFFER" name="MESSAGEBUFFER" type=""> |
| 58 | + <option defaultValue="0" id="LinkNum" value=""/> |
| 59 | + </allocatable> |
| 60 | + </allocatable> |
| 61 | + <component description="This component is a part of RTOS Configurator feature that allow user to use the GUI to create and configure new object of FreeRTOS." detailDescription="" display="FreeRTOS_Object" id="com.renesas.smc.tools.swcomponent.rtosconfigurator.freertos.object" version="1.0.121"/> |
| 62 | + <source description="Code generator for Real-time OS" display="RTOS Configurator" id="com.renesas.smc.tools.swcomponent.rtosconfigurator.source"/> |
| 63 | + </configuration> |
| 64 | + </tool> |
| 65 | +</smc> |
0 commit comments