Re: [riot-devel] Using Code composer studio to compile RIOT

2015-06-22 Thread rakendra thapa
Hi, You can use the Import option and then under GIT option select "*Projects from GIT*". Under "*Existing local repository*" select the path to your local repository. This will import the RIOT-OS as project and will be helpful if you are habitual of using CCS IDE and just want to navigate between

Re: [riot-devel] Using Code composer studio to compile RIOT

2015-06-22 Thread Peter Kietzmann
Hi Balaji, there is support for the MSP430. AFAIK nobody tried configuring Code Composer Studio. In general we are focused on open software. There is a tutorial [1] about using Eclipse, if this is also interestiong for you. @all please correct me if I'm wrong! Best, Peter [1] https://githu

[riot-devel] Using Code composer studio to compile RIOT

2015-06-22 Thread Balaji Dhayabaran
Hi, I am using Wireless Sensor Node which uses MSP430 microcontroller. From your website I learnt that RIOT has been ported for MSP 430 already. Now I have a question. Can I use code composer studio to compile and develop projects in RIOT? If it is possible can you please give me the procedures a