Re: [riot-devel] Support for cc3200

2017-05-20 Thread Kaspar Schleiser
Hi, On 05/19/2017 09:10 AM, Martine Lenders wrote: > __- __Is it correct that it is only necessary to wirte the > cc3200_netdev.c-File. > > The CC3200 delivers a full embedded network stack right? If so, I would > rather suggest to either implement against GNRC's NETAPI [1] or

Re: [riot-devel] Support for cc3200

2017-05-20 Thread Attilio Dona
Just few considerations, I hope they are useful I implemented the WLAN support using the Texas Instrument simplelink driver. It is something I never shared because it worked fine for me but it was not a state of the art piece of software, it lacks review and clean up ... My approach was to

Re: [riot-devel] Support for cc3200

2017-05-19 Thread Martine Lenders
library > (cc3200) to the riot network stack. > > > > Best Regards > > > > Markus > > > > *Von:* devel [mailto:devel-boun...@riot-os.org] *Im Auftrag von *Martine > Lenders > *Gesendet:* Freitag, 19. Mai 2017 09:11 > *An:* RIOT OS kernel developers > *Betr

Re: [riot-devel] Support for cc3200

2017-05-19 Thread kbumsik
Hi Markus, I am currently porting WINC1500 WiFi-module which is a WLAN for Arduino MKR1000 This is another WiFi module similar to the CC3100 network processor. I successfully made it communicating with a host MCU just yesterday. I think I will make a PR within next week to discuss about WINC1500

Re: [riot-devel] Support for cc3200

2017-05-19 Thread Martine Lenders
Hi, 2017-05-19 8:00 GMT+02:00 Härtinger Markus : > Hi > > We are currently developing an WIFI support in RIOT-OS for the CPU cc3200. > > Our implementation is based on the code of Attilio Donà and the vendor > libraries of Texas Instruments. > Great! Thanks for picking