Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q: M0 Support? #210

Open
andholz opened this issue Jul 13, 2017 · 2 comments
Open

Q: M0 Support? #210

andholz opened this issue Jul 13, 2017 · 2 comments

Comments

@andholz
Copy link

andholz commented Jul 13, 2017

Any chance to add SAMD21 Cortex-M0+ Support? The M0 + WINC1500 like on the Adafruit Feather and MKR1000 are very good for some projects. Would be great to add WS support... Cheers!

@Links2004
Copy link
Owner

if there is a Arduino port for the SAMD21 and a lib with the "standard" arduino network classes for the
WINC1500 porting will be easy, only some defines and you are done.

basics are listet here:
#197 (comment)

feel free to create a pull request if you get it working.
if you run in some problems in the process fell free to ask here.

@CodyWalker
Copy link

Unfortunately it looks like the SAMD Arduino Core doesn't link libstdc++ by default for some reason. This prevents the library from building right out of the box for anyone using the Adafruit or Arduino SAMD cores.

I went into my platform.txt and added it to my linker flags. This got arduinoWebSockets building but even after setting up the Client and Server classes it doesn't seem to work. I think the Wifi101 implementation might not act quite like the Arduino API.

This will probably need attention from someone who knows what they are doing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants