Re: [riot-devel] RIOT preview for TI cc3200

2015-09-01 Thread rakendra thapa
Hi Attillio, I have faced this issue while porting RIOT-OS to Stellaris Launchpad board from TI. (boards/ek-lm4f120xl) For the driverlib you can take the look at the https://github.com/RIOT-OS/RIOT/tree/master/cpu/stellaris_common folder. I think this may provide some insight. I will let others

Re: [riot-devel] RIOT preview for TI cc3200

2015-09-01 Thread Attilio Dona
Hi Rakendra, Before creating a PR I need just some confirmation, the most important is that driverlib from TI is license compatible with RIOT (cpu/cc32000/driverlib and cpu/cc3200/inc files used as HAL for the drivers). I suppose there is no problem but it is better to have a confirmation from RI

Re: [riot-devel] RIOT preview for TI cc3200

2015-09-01 Thread rakendra thapa
Nice work Attilio. I was just starting to explore into this board from TI and this is going to be helpful. Did you create a pull request for this port ? Meanwhile, a point that points you can look into. For flashing/debugging CC3200, you can use openocd as well as cc3200.cfg configuration file i

[riot-devel] RIOT preview for TI cc3200

2015-09-01 Thread Attilio Dona
Hello dear RIOTers, I've pushed a cc3200 (http://www.ti.com/product/cc3200) RIOT basic port here: https://github.com/attdona/RIOT SimpleLink Wi-Fi CC3200 LaunchPad is the working board ( http://www.ti.com/tool/cc3200-launchxl). This is my first contribution to RIOT, so it would be great if you c