ziutek / emgo

Emgo: Bare metal Go (language for programming embedded systems)
BSD 3-Clause "New" or "Revised" License
1.08k stars 69 forks source link

ESP8266 #12

Open hongkongkiwi opened 6 years ago

hongkongkiwi commented 6 years ago

Is there plans for adding support for the ESP8266 wifi chips?

It's very popular and I think it would be a great candidate for emgo!

ziutek commented 6 years ago

I have a lot of knowledge about ARM Cortex-M architecture. I briefly studied MIPS (PIC) and Xtensa (ESP8266, ESP32), however, my knowledge about the latter two is negligible compared to Cortex-M.

I like Cortex-M architecture. It's very elegant comparing to both mentioned, especially its way of handling interrupts and events.

There are to much to do in the world of ARM MCUs for one person like me and I probably won't be able to deal with other architectures. Help is need...