ESP8266 _thread lib

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
misisnik
Posts: 5
Joined: Wed Jan 17, 2018 7:29 am

ESP8266 _thread lib

Post by misisnik » Mon Mar 12, 2018 8:09 pm

Hello, is it possible to compile MicroPython for ESP8266 module with _thread lib ?

shaoziyang
Posts: 363
Joined: Sun Apr 17, 2016 1:55 pm

Re: ESP8266 _thread lib

Post by shaoziyang » Tue Mar 13, 2018 1:29 am

I think ram is not big enough.

misisnik
Posts: 5
Joined: Wed Jan 17, 2018 7:29 am

Re: ESP8266 _thread lib

Post by misisnik » Tue Mar 13, 2018 8:05 am

for example in this project https://github.com/bmellstrom/esp8266-arduino-threads is possible. If it is what i mean...

Post Reply