NETMF / netmf-interpreter

.NET Micro Framework Interpreter
http://netmf.github.io/netmf-interpreter/
Other
487 stars 224 forks source link

hal for xtensa/esp8266? #382

Open nullfx opened 8 years ago

nullfx commented 8 years ago

from what i can find (which i may have missed something) the xtensa mcu on the esp8266 12 should support the netmf. I haven't run across anyone integrating the sdk into netmf; it currently runs lua and micropython interpreters, and being a big fan of c# over lua (or python) i'd love to be able to use netmf on this mcu.

If there are no support plans for the chip i'd like to have a go at integrating its sdk into a hal for the framework, but have a lot of questions about where to start (what to cover, as the esp8266 code base is pretty extensive) / how to marry the 2 frameworks.

jeremylcarter commented 8 years ago

Hey @nullfx I'd like to help you! We have lots of resources available and its something that we could do together if you'd like?

MatthiasJentsch commented 8 years ago

Hi @nullfx and @jeremychild. I'd also like to help supporting the netmf on the esp8266. I'm very familiar with the esp8266 and the netmf. Maybe we can put our effort together. What do you think?

ishvedov commented 8 years ago

Given that soon there will be ESP32, it would be a very good idea.