ESP8266 firmwares without and with ulab module

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
User avatar
rcolistete
Posts: 352
Joined: Thu Dec 31, 2015 3:12 pm
Location: Brazil
Contact:

ESP8266 firmwares without and with ulab module

Post by rcolistete » Mon Jul 27, 2020 7:10 am

I've compiled ESP8266 firmwares without and with ulab module, look at :
Firmwares for MicroPython on ESP8266.

- MicroPython v1.12 firmwares with 'ulab' v0.54.0 module for ESP8266 :
* 2 firmwares with ulab v0.54.0 for ESP8266 >= 2 MB and 1 MB of flash. Note that the firmware for ESP8266 with 1 MB flash memory has filesystem reduced to 348 kB (from 396 kB) to allow the 'ulab' module fitting in this smaller flash memory;

- MicroPython v1.12 firmwares without ulab :
* 3 firmwares for ESP8266 >= 2 MB, 1 MB and 512 kB of flash, useful to compare (size, etc) with the firmwares including ulab.

Changed in 2020-08-07 : pointing to https://gitlab.com/rcolistete/micropython-firmwares
My "MicroPython Samples". My "MicroPython Firmwares" with many options (double precision, ulab, etc).

Post Reply