ulab for MicroPython?

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
cebersp
Posts: 30
Joined: Mon Feb 08, 2021 12:07 pm

ulab for MicroPython?

Post by cebersp » Sat Feb 27, 2021 10:00 am

Hi,
how can I precompile or get precompiled and load ulab for Pico in MicroPython ?
Thank you, Christof

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: ulab for MicroPython?

Post by jimmo » Sun Feb 28, 2021 10:42 pm

cebersp wrote:
Sat Feb 27, 2021 10:00 am
how can I precompile or get precompiled and load ulab for Pico in MicroPython ?
The Pico uses a different build system, and the feature that ulab uses to integrate with the MicroPython build isn't supported yet.

The relevant issue tracking this is https://github.com/v923z/micropython-ulab/issues/323 (it's the same for ESP32)

Post Reply