Making micropython with ULAB for ESP32

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
stijn
Posts: 735
Joined: Thu Apr 24, 2014 9:13 am

Re: Making micropython with ULAB for ESP32

Post by stijn » Tue Jul 28, 2020 7:29 am

rcolistete wrote:
Tue Jul 28, 2020 5:43 am
$(MYMODULE_OBJ) should be used in some makefile (ulab 'micropython.mk' or main 'Makefile' ?) to compile/link ulab separately, no ?
Yes, in the ulab's module micropython.mk.

Still would be better to fix the actual code, sometimes those warnings are an indication of bugs or suboptimal code (think forcing usage of double on hardware which only has 32bit float support).

Post Reply