Search found 4 matches
- Tue May 05, 2020 3:05 pm
- Forum: ESP32 boards
- Topic: Making micropython with ULAB for ESP32
- Replies: 10
- Views: 10349
- Tue May 05, 2020 10:54 am
- Forum: ESP32 boards
- Topic: Making micropython with ULAB for ESP32
- Replies: 10
- Views: 10349
Re: Making micropython with ULAB for ESP32
I tried that and it just seemed to make it even more unhappy :p
If anybody has a working compiler would they be able to build a version of micropython for BOARD=TINYPICO with ulab? I'm giving up hope at this point
If anybody has a working compiler would they be able to build a version of micropython for BOARD=TINYPICO with ulab? I'm giving up hope at this point

- Mon May 04, 2020 2:45 pm
- Forum: ESP32 boards
- Topic: Making micropython with ULAB for ESP32
- Replies: 10
- Views: 10349
Re: Making micropython with ULAB for ESP32
The pre compiled ones don't seem to have ulab on them, trying to make my own works fine when I don't include ulab, but when i run: ~/micropython/ports/esp32$ make BOARD=TINYPICO USER_C_MODULES=../../../ulab all i get CC machine_sdcard.c CC ../../../ulab/code/ndarray.c ../../../ulab/code/ndarray.c: I...
- Mon May 04, 2020 9:38 am
- Forum: ESP32 boards
- Topic: Making micropython with ULAB for ESP32
- Replies: 10
- Views: 10349
Making micropython with ULAB for ESP32
I'm trying to get ulab working on my tiny-pico (has an esp32) but I'm not really sure how to get started, does anybody have a compiled version of micropython I could use? If I build my own then how would I do that?
Thanks
Thanks