Which esp8266 SDK does Micropython use?

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
askvictor
Posts: 24
Joined: Tue Mar 22, 2016 9:08 pm

Which esp8266 SDK does Micropython use?

Post by askvictor » Tue Jan 03, 2017 11:08 pm

Does it use the espressif RTOS or non-RTOS SDK? Or some other SDK?

tannewt
Posts: 51
Joined: Thu Aug 25, 2016 2:43 am

Re: Which esp8266 SDK does Micropython use?

Post by tannewt » Tue Jan 10, 2017 12:54 am

It uses this: https://github.com/pfalcon/esp-open-sdk which leverages the Espressif IoT SDK.

Post Reply