Pyboard v1.1/Lite v1.0 firmwares with single/double precision, threads, network and ulab module

The official pyboard running MicroPython.
This is the reference design and main target board for MicroPython.
You can buy one at the store.
Target audience: Users with a pyboard.
Post Reply
User avatar
rcolistete
Posts: 352
Joined: Thu Dec 31, 2015 3:12 pm
Location: Brazil
Contact:

Pyboard v1.1/Lite v1.0 firmwares with single/double precision, threads, network and ulab module

Post by rcolistete » Wed Jul 15, 2020 3:27 pm

I've compiled Pyboard v1.1/Lite v1.0 firmwares with many combinations of single/double precision (float point numbers), threads, network and ulab module, look at :
Firmwares for MicroPython on Pyboard v1.1/Lite v1.0/D SF2/D SF3/D SF6.

- MicroPython v1.12 firmwares without ulab module :
* 12 firmwares with combinations of sp, dp, sp & _thread, dp & _thread, sp & network, dp & network for Pyboard v1.1/Lite v1.0;

- MicroPython v1.12 firmwares with ulab module :
* 11 firmwares with ulab and combinations of sp, dp, sp & _thread, dp & _thread, sp & network, dp & network for Pyboard v1.1/Lite v1.0.

Changed in 2020-08-07 : pointing to https://gitlab.com/rcolistete/micropython-firmwares
Last edited by rcolistete on Fri Aug 07, 2020 2:44 pm, edited 1 time in total.
My "MicroPython Samples". My "MicroPython Firmwares" with many options (double precision, ulab, etc).

User avatar
rcolistete
Posts: 352
Joined: Thu Dec 31, 2015 3:12 pm
Location: Brazil
Contact:

Re: Pyboard v1.1/Lite v1.0 firmwares with single/double precision, threads, network and ulab module

Post by rcolistete » Mon Jul 27, 2020 6:41 am

See "MicroPython v1.12 firmwares with 'ulab' v0.54.0 module for Pyboard v1.1/Lite v1.0/D SF2/D SF3/D SF6" :
* 11 new firmwares with ulab v0.54.0 (released in July 24 2020) and combinations of sp, dp, sp & _thread, dp & _thread, sp & network, dp & network for Pyboard v1.1/Lite v1.0;
* Pyboard Lite v1.0 firmware with ulab, FP64 and network is not possible due to the small flash (512 kB) of Pyboard Lite v1.0, unless you disable ulab sub-modules, but the choice depends on each one's use.

There are also 12 new firmwares without ulab, with combinations of sp, dp, sp & _thread, dp & _thread, sp & network, dp & network for Pyboard v1.1/Lite v1.0.

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