Installs CCRX toolchain with license manager. Also adds the toolchain to path so that it can be accessed anywhere.
Runs on windows. This cookbook is designed for the standalone installation of the CCRX toolchain, which renesas only started releasing from V2.03.00 (Feb 2015).
default['ccrx-tools']['compiler_installer_path'] = "C:/vagrant/installers/CC-RX_V20300_setup.exe"
default['ccrx-tools']['license_manager_installer_path'] = "C:/vagrant/installers/LicenseManager_setup.exe"
default['ccrx-tools']['e1_driver_installer_path'] = "C:/vagrant/installers/E1USBDRIVER.exe"
Just include ccrx-tools
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[ccrx-tools]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
Authors: Ivan Li